@squidcloud/client
    Preparing search index...

    Interface BaseAiAudioTranscribeOptions

    Base options for transcribing audio with an AI model.

    interface BaseAiAudioTranscribeOptions {
        modelName: "whisper-1";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    modelName: "whisper-1"

    The name of the AI model to use for audio transcription.