Skip to content

Model

The Whisper model to use for transcription. 'whisper-large-v3' (default) offers better accuracy, 'whisper-large-v3-turbo' is faster but less accurate for some languages.

Example Usage

typescript
import { Model } from "@meetkai/mka1/models/operations";

let value: Model = "whisper-large-v3";

Values

typescript
"whisper-large-v3" | "whisper-large-v3-turbo"