Skip to content

OpenAIRealtimeBaseOptions

type OpenAIRealtimeBaseOptions = object;

The options for the OpenAI Realtime transport layer.

optional apiKey?: ApiKey;

The API key to use for the connection.


optional model?: OpenAIRealtimeModels;

The model to used during the connection.