Usage guide
Setup, environment variables, and Python/JavaScript/Go usage examples.
OpenAIRealtime
Realtime speech-to-speech integration for the OpenAI Realtime API. Wraps an OpenAI Realtime model so it can be used as a full speech-to-speech provider within the runtime. Configuration is supplied through anOpenAIRealtimeConfig instance and resolved into a flat
parameter map for the runtime.
Constructor
OpenAI API key. When omitted, the value of the
OPENAI_API_KEY environment variable is used.Provider configuration. When omitted, a default
OpenAIRealtimeConfig is used.aclose
cleanup
aclose.