Skip to content

OpenAIRealtimeWebSocketOptions

type OpenAIRealtimeWebSocketOptions = object & OpenAIRealtimeBaseOptions;

The options for the OpenAI Realtime WebSocket transport layer.

optional useInsecureApiKey: boolean;

Important: Do not use this option unless you know what you are doing.

Whether to use an insecure API key. This has to be set if you are trying to use a regular OpenAI API key instead of a client ephemeral key.

https://platform.openai.com/docs/guides/realtime#creating-an-ephemeral-token