AAI SDK
    Preparing search index...

    Type Alias OpenaiRealtimeOptions

    Options for openaiRealtime.

    type OpenaiRealtimeOptions = {
        model?: string;
        url?: string;
        voice?: OpenaiRealtimeVoice;
    }
    Index
    model?: string

    Realtime model identifier. Default applied by the host (currently "gpt-realtime-2").

    url?: string

    Override the WebSocket base URL (testing/proxy).

    TTS voice. Default applied by the host (currently "alloy").