AAI SDK
    Preparing search index...

    Interface DeepgramOptions

    Options for deepgram.

    interface DeepgramOptions {
        endpointing?: number;
        language?: string;
        model?: string;
    }
    Index
    endpointing?: number

    Deepgram endpointing window (ms of trailing silence before a final is emitted). Defaults to DEFAULT_DEEPGRAM_ENDPOINTING_MS. Endpointing is the provider's job — the pipeline transport commits a turn on every final — so this window is what keeps a mid-utterance pause from splitting one request across turns.

    language?: string

    BCP-47 language code for transcription. Defaults to "en". Examples: "en", "es", "fr", "de".

    model?: string

    Streaming speech model. Defaults to "nova-3". Any string is forwarded to the SDK unchanged, which allows opt-in to future models.