whisper-large-v3-turbo

BaseRT .base build of openai/whisper-large-v3-turbo, OpenAI's 809M-parameter Whisper speech-recognition model (turbo: 4-layer decoder distillation of large-v3, 128 mel bins), for fast local transcription on Apple Silicon.

Files

File Precision Size
whisper-large-v3-turbo-F16.base float16 1.62 GB
whisper-large-v3-turbo-Q8.base 8-bit linears, f16 embeddings/conv/norms 913 MB
whisper-large-v3-turbo-Q4.base 4-bit linears, f16 embeddings/conv/norms 569 MB

F16 and Q8 are transcription-quality equivalent (Q8 passes the same word-error parity gates against reference openai-whisper). Q4 is the smallest and remains accurate; on some smaller variants it can occasionally repeat a word in timestamped beam decoding.

Usage

curl -LsSf https://basecompute.co/install.sh | sh
basert serve --model whisper-large-v3-turbo-F16.base

POST /v1/audio/transcriptions (multipart or JSON) returns json, text, srt, vtt, or verbose_json (with per-segment avg_logprob / no_speech_prob / compression_ratio / temperature and the detected language), with optional SSE streaming and POST /v1/audio/translations. Supported request fields: language (or "auto" to detect), prompt (initial prompt / vocabulary bias), task (transcribe/translate). Or transcribe directly from the CLI:

basert-transcribe whisper-large-v3-turbo-F16.base audio.wav --lang auto

Multilingual: pass language (e.g. --lang de), or auto to detect, across the 100 supported languages. Note: turbo was distilled without translation training, so task=translate is rejected.

Released under the apache-2.0 license, inherited from the base model.

Downloads last month
42
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for basecompute/whisper-large-v3-turbo

Finetuned
(583)
this model