OpenAIRealtimeBaseOptions
type OpenAIRealtimeBaseOptions = object;
The options for the OpenAI Realtime transport layer.
Properties
Section titled “Properties”apiKey?
Section titled “apiKey?”optional apiKey: ApiKey;
The API key to use for the connection.
model?
Section titled “model?”optional model: OpenAIRealtimeModels;
The model to used during the connection.