llm slot with
no separate STT or TTS. The Pipeline auto-detects Realtime mode
when you pass it.
Setup
Set your OpenAI API key in the worker environment. Generate a key from the OpenAI dashboard:Usage
Pass the realtime model to the pipeline’sllm slot, no stt or tts needed.
Configuration
OpenAIRealtime constructor and config keys in both SDKs. The Python and Node JS SDKs share these field names.
Constructor
config keys
Import paths
To pair the realtime model with an external STT or TTS, see
Hybrid mode.