smoltalk
    Preparing search index...

    Variable speechToTextModelsConst

    speechToTextModels: readonly [
        {
            modelName: "whisper-local";
            provider: "local";
            type: "speech-to-text";
        },
        {
            modelName: "whisper-web";
            perMinuteCost: 0.006;
            provider: "openai";
            type: "speech-to-text";
        },
    ] = ...