AAI SDK
    Preparing search index...

    Interface ElevenLabsOptions

    Options for elevenlabs.

    interface ElevenLabsOptions {
        languageCode?: string;
        model?: string;
    }
    Index
    languageCode?: string

    BCP-47 language code hint. ElevenLabs auto-detects when omitted; passing a hint reduces ambiguity for short utterances.

    model?: string

    Streaming speech model. Defaults to "scribe_v2_realtime". Any string is forwarded to the SDK unchanged so users can opt in to future models without an SDK release.