@squidcloud/client
    Preparing search index...

    Interface BaseAiAudioTranscribeOptions

    Base options for transcribing audio with an AI model.

    interface BaseAiAudioTranscribeOptions {
        modelName: "whisper-1" | "gpt-4o-transcribe" | "gpt-4o-mini-transcribe";
    }
    Index

    Properties

    Properties

    modelName: "whisper-1" | "gpt-4o-transcribe" | "gpt-4o-mini-transcribe"

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