OpenAI's Whisper Large-v3 Turbo cuts the decoder from 32 layers to 4, dropping parameters from 1.55B to 809M. In our Apple Silicon tests, it transcribed the same audio about 5× faster with near-identical accuracy. Whisper Notes ships it on Mac — in both the Mac App Store build and the Direct Download (DMG) — and deliberately leaves it off iPhone in favor of smaller, right-sized models.
V3 Turbo vs V3: What Changed
Turbo is not a new architecture. It's the exact same Whisper Large-v3 model with the decoder pruned from 32 layers to 4, then fine-tuned to recover accuracy. The encoder is untouched.
| Large-v3 Turbo | Large-v3 | |
|---|---|---|
| Parameters | 809M | 1,550M |
| Decoder layers | 4 | 32 |
| Languages | 100+ | 100+ |
| Translation task | Not supported | Supported |
| License | MIT | Apache 2.0 |
Method: the same 10-minute audio file was transcribed in the same Whisper Notes build on each named device. Times are wall-clock seconds from starting transcription to final text; only the model changed between V3 and Turbo.
The translation task was explicitly excluded from Turbo's training data. The full Large-v3 model supports it, but Whisper Notes ships Turbo rather than full Large-v3 — translation is handled separately via Apple Intelligence on Mac.
The Base Model: What Is Whisper Large-v3?
Whisper Large-v3 is OpenAI's flagship open-source speech recognition model, released in November 2023. It has 1.55B parameters, uses a 128 mel-bin spectrogram input, was trained on 5 million hours of audio (1M weakly labeled + 4M pseudo-labeled), and supports 100+ languages. On the Hugging Face Open ASR Leaderboard it averages ~7.4% word error rate — the accuracy ceiling that Turbo is measured against throughout this article. For how Large-v3 stacks up against every other on-device model, see our Whisper models comparison.
Speed Benchmark: Whisper Notes on Apple Silicon
In Whisper Notes for Mac, Turbo runs via CoreML on the Neural Engine. Processing 10 minutes of audio:
| Device | Whisper V3 | V3 Turbo | Speedup |
|---|---|---|---|
| iPhone 15 Pro | 425 s | 82 s | 5.2× |
| iPad Pro M2 | 380 s | 71 s | 5.4× |
| MacBook Pro M2 | 316 s | 63 s | 5.0× |
The 5× speedup is specific to Whisper Notes on Apple Silicon, where the smaller decoder benefits from Neural Engine optimization. On GPU with frameworks like faster-whisper, the gap narrows to ~2.7× (see community benchmarks below).
One clarification about the iPhone and iPad rows: those are model-evaluation runs on that hardware, not the model list the shipping iPhone app offers. Whisper Notes for iPhone does not offer Large V3 Turbo — a deliberate choice, explained in the per-device table below.
Accuracy: WER Comparison
The Hugging Face Open ASR Leaderboard tests both models on the same English datasets. Turbo's word error rate is within half a point of V3 across every benchmark:
| Dataset | V3 Turbo WER | V3 WER |
|---|---|---|
| LibriSpeech Clean | 2.10% | 2.01% |
| LibriSpeech Other | 4.24% | 3.91% |
| GigaSpeech | 10.14% | 10.02% |
| Earnings22 | 11.63% | 11.29% |
| AMI | 16.13% | 15.95% |
| Mean WER | 7.83% | 7.44% |
V3 is slightly more accurate on every dataset, but the gap is small — 0.39 percentage points on average. For most real-world transcription, you won't hear the difference.
On the YouTube-commons long-form evaluation (one of the largest open-source ASR benchmarks), Turbo scores 13.40% WER vs V3's 13.20% — while running at 129.5× real-time factor vs 55.3×. That's 2.3× faster with nearly identical accuracy on real-world audio.
How Accurate Is Turbo in Korean, Russian, and Other Languages?
The benchmarks above are English. Per OpenAI's model card, Turbo's pruned 4-layer decoder costs slightly more accuracy in non-English languages than in English, with the largest degradation on lower-resource languages. For Russian and most European languages, Turbo stays close to full Large-v3 — and if you're on Whisper Notes, Parakeet V3 covers Russian and 24 other European languages at 10× Whisper's speed.
For Korean, Japanese, Chinese, and Cantonese, a purpose-built model is both faster and better-punctuated: SenseVoice transcribes CJK at 52× real-time. Whisper Notes ships SenseVoice on iPhone and in both Mac channels, alongside Turbo on Mac, so you can pick the right model per language instead of forcing everything through one.
Which Local Speech-to-Text Model Should You Use?
Large-v3 Turbo is the best general-purpose Whisper model you can run locally. It is not the best model for most individual jobs, because on Apple Silicon it competes with two specialists that beat it inside their own language ranges. In Whisper Notes the practical lineup is four models — Parakeet V3, SenseVoice Small, Whisper Small, and Whisper Large V3 Turbo — and the choice is decided almost entirely by the language you speak and the hardware you own, not by the leaderboard you read.
You transcribe English, and only English
Use Parakeet V3. It is both more accurate and far faster: 6.32% versus 7.83% mean English WER on the Hugging Face Open ASR Leaderboard, and 35 minutes of audio transcribed in 18 seconds on an M4 Pro where Turbo needed about 3 minutes on the same Mac. There is no English-only scenario in which Turbo is the better pick.
You transcribe European languages
Still Parakeet V3, if your language is one of its 25: Bulgarian, Croatian, Czech, Danish, Dutch, English, Estonian, Finnish, French, German, Greek, Hungarian, Italian, Latvian, Lithuanian, Maltese, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Spanish, Swedish, and Ukrainian. Across those 25 languages on FLEURS it averages 12.0% WER — essentially matching full Whisper Large V3 at 12.6% — while running many times faster. If your European language is outside that set (Norwegian, Icelandic, Serbian, and Catalan are not in it), Turbo is your model.
You transcribe Chinese, Japanese, Korean, or Cantonese
Use SenseVoice Small. It is purpose-built for English, Simplified and Traditional Chinese, Cantonese, Japanese, and Korean, and the speed gap on that material is not subtle: a 27-minute Chinese podcast finished in 13.83 seconds on an M4 Pro, while Turbo took over two minutes on the same file. It also punctuates and segments CJK better out of the box, which matters more than a WER decimal when you actually read the transcript back. Parakeet V3 does not cover these languages at all.
You need the widest possible language coverage
Use Whisper Large V3 Turbo. It covers 101 languages — Arabic, Hindi, Thai, Hebrew, Vietnamese, Indonesian, and the long tail neither specialist touches — with English accuracy within half a point of full Large-v3, and a wider but still workable gap on lower-resource languages. This is the job Turbo exists for in this lineup: it is the fallback that is never wrong about coverage. The full per-engine breakdown is on our language support page.
You are on older or memory-constrained hardware
Use Whisper Small. It reaches the same 101 languages from a 600 MB download and roughly 487 MB of memory while transcribing, against roughly 1.6 GB of memory for Turbo — the difference between comfortable and cramped on an 8 GB Mac that is also running a browser. The cost is accuracy, and it is not a small one: across the 25 European FLEURS languages Whisper Small averages 29.8% WER against Parakeet V3's 12.0%. Choose it when memory is the binding constraint, not when accuracy is.
You transcribe long recordings — lectures, depositions, multi-hour interviews
Pick the fastest model that covers your language, because transcription time scales with the length of the audio. A speed gap you would never notice on a two-minute voice memo is the difference between a coffee break and an afternoon on a three-hour recording — so reserve Turbo for long files when the language genuinely requires it, and expect minutes rather than seconds. Length also enlarges Whisper's other risk: the longer the file, the more silent stretches there are for an autoregressive decoder to invent words in, which is why Whisper Notes runs voice activity detection before transcription.
Side by side, with every number in this table drawn from our own Apple Silicon tests or the published benchmarks cited below it:
| Model | Languages | English WER | Speed in our tests | Download | Memory in use |
|---|---|---|---|---|---|
| Parakeet V3 | 25 European | 6.32% | 35 min of audio in 18 s (M4 Pro) | 465 MB | ~800 MB |
| SenseVoice Small | English, Chinese (Simplified & Traditional), Cantonese, Japanese, Korean | Not in this run | 27-min Chinese podcast in 13.83 s (M4 Pro) | 827 MB | ~700 MB |
| Whisper Small | 101 | Not in this run | ~4× full Large-v3 | 600 MB | ~487 MB |
| Whisper Large V3 Turbo | 101 | 7.83% | ~5× full Large-v3; ~3 min for 35 min of audio | ~1.6 GB | ~1.6 GB |
English WER is the mean across the Hugging Face Open ASR Leaderboard's English datasets. SenseVoice Small and Whisper Small were not part of that English run, so we leave those cells empty rather than guess. On the 25-language European FLEURS average the numbers are 12.0% for Parakeet V3, 12.6% for full Whisper Large V3, and 29.8% for Whisper Small; Turbo was not benchmarked separately on that multilingual set. Speed figures are wall-clock from our own Apple Silicon runs, except the two relative multipliers, which are against full Large-v3. Download and memory figures are measured in the Whisper Notes Mac build on an M4 Pro.
The Same Lineup, Right-Sized per Device
Which of these you can actually load depends on which build you are running. Whisper Notes ships on three channels — the iPhone app, the Mac App Store build, and the Mac Direct Download (DMG) — and the model lists are close but not identical:
| Model | iPhone app | Mac App Store | Mac Direct Download (DMG) |
|---|---|---|---|
| Parakeet V3 | Built in | Included (default) | Included (default) |
| SenseVoice Small | Optional download | Optional download | Optional download |
| Whisper Small | Optional download | Optional download | Optional download |
| Whisper Large V3 Turbo | Not offered — by design | Optional download (~1.6 GB) | Optional download (~1.6 GB) |
That last row is a product decision, not an omission. Turbo is a ~1.6 GB download that wants roughly 1.6 GB of memory while it runs — a reasonable ask on an Apple Silicon Mac, an unreasonable one on most iPhones, where the same storage and memory buy you a model lineup that is faster and, in its own languages, more accurate. So the iPhone app ships Parakeet V3 built in and offers Whisper Small and SenseVoice Small as optional downloads: Parakeet for the 25 European languages at 6.32% English WER, SenseVoice for CJK and Cantonese, and Whisper Small as the 101-language fallback that fits comfortably in a phone's memory budget. Right-sized models per device, rather than the same 1.6 GB file on everything that can technically hold it.
Every model above also has a failure mode worth knowing before you commit to it — the honest version is in What Each Model Gets Wrong further down. For the full side-by-side of every on-device option, including models Whisper Notes does not ship, see our Whisper models comparison.
Community Benchmarks: GPU & CPU
Independent benchmarks from the faster-whisper and whisper.cpp communities show consistent results across hardware. Transcribing 13 minutes of audio with faster-whisper on GPU:
| Model | Precision | Time | GPU Memory | WER |
|---|---|---|---|---|
| Large-v3 Turbo | fp16 | 19.2 s | 2,537 MB | 1.92% |
| Large-v3 | fp16 | 52.0 s | 4,521 MB | 2.88% |
| Large-v3 Turbo | int8 | 19.6 s | 1,545 MB | 1.92% |
| Distil-Large-v3 | fp16 | 26.1 s | 2,409 MB | 2.39% |
Source: faster-whisper benchmark on NVIDIA GPU, LibriSpeech clean validation split. Turbo int8 uses only 1.5 GB VRAM — it fits on a 2 GB GPU.
Batched inference on an RTX 3060 Laptop (6 GB VRAM, int8 precision) pushes the advantage further:
| Model | Sequential | Batched (10) | Batched WER |
|---|---|---|---|
| Large-v3 Turbo | 46.1 s | 18.7 s | 7.7% |
| Large-v3 | 230.8 s | 43.0 s | 7.9% |
| Large-v2 | 178.3 s | 43.2 s | 8.8% |
| Medium | 113.3 s | 26.3 s | 8.9% |
Source: NilaierMusic benchmark, Intel i7-12650H + RTX 3060 Laptop 6 GB, French audio, int8 precision.
With batched processing, Turbo achieves the best WER of any model tested (7.7%) while being the fastest. It's the clear sweet spot for production use.
Turbo vs Medium vs Every Whisper Model Size
Before Turbo, Medium was the usual compromise: acceptable accuracy at tolerable speed. Turbo makes that trade-off obsolete — at 809M parameters it is barely larger than Medium (769M), yet delivers large-class accuracy at several times the speed. Here's the full model family side by side:
| Model | Parameters | Disk Size | Relative Speed | Accuracy Tier |
|---|---|---|---|---|
| tiny | 39M | ~75 MB | ~10× | Lowest |
| base | 74M | ~142 MB | ~7× | Low |
| small | 244M | ~466 MB | ~4× | Moderate |
| medium | 769M | ~1.5 GB | ~2× | High |
| large-v3 | 1,550M | ~2.9 GB | 1× (baseline) | Highest |
| large-v3-turbo | 809M | ~1.6 GB | ~5× on Apple Silicon | Near-highest |
Released September 30, 2024, Turbo is 809M parameters. If you were choosing Medium to save disk space or speed, Turbo now beats it on both accuracy and speed at roughly the same footprint.
Whisper Notes ships only two rows of that table — Whisper Small and Whisper Large V3 Turbo. Tiny, base, and medium are omitted on purpose: on Apple Silicon each of them is dominated by something else in the lineup. Anything you would have run tiny or base for, Parakeet V3 does faster and far more accurately; anything you would have run medium for, Turbo does better at a similar size. Whisper Small survives because nothing else covers 101 languages in under 500 MB of memory.
Known Limitations (and How Whisper Notes Handles Them)
No built-in translation
Turbo was trained without translation data. It transcribes in the source language only — unlike Large-v3, which supports audio→English translation.
Whisper Notes — Apple Intelligence auto-translates transcripts into your chosen language, giving you bilingual output regardless of which model you use.
More hallucination on noisy audio
Community reports indicate Turbo hallucinates more on very short clips or noisy recordings vs V3. Expected given the reduced decoder (4 layers vs 32).
Whisper Notes — runs Pyannote VAD before transcription, detecting speech segments and stripping silence/noise so the model only processes real voice.
What Each Model Gets Wrong
Every model in this lineup has something it is genuinely bad at, and the honest list is more useful than another benchmark table. Whisper — both Small and Large V3 Turbo — hallucinates on silence. Its decoder is autoregressive: it predicts the next token whether or not there is anything left to hear, so a quiet stretch can come back as a repeated phrase, a stray subtitle credit, or a fluent sentence nobody said. Turbo's 4-layer decoder makes this somewhat more likely than full Large-v3 on very short or noisy clips. Voice activity detection removes most of it by never sending the silence to the model in the first place, and Parakeet V3 emitted far fewer invented words in our silence tests — but no speech model deserves a "never" claim, and you should still read a transcript before you rely on it.
Parakeet V3 has a hard 25-language ceiling, and all 25 are European. No Chinese, Japanese, Korean, Cantonese, Arabic, Hindi, Thai, or Hebrew — and it will not warn you when the audio drifts outside its set, it will simply produce confident nonsense. SenseVoice Small is narrower still: English, Simplified and Traditional Chinese, Cantonese, Japanese, and Korean, and nothing else. It is the fastest model here on the material it was built for and the wrong tool for everything else. Whisper Small is the cheapest to run and the least accurate — 29.8% average WER across the 25 European FLEURS languages against Parakeet V3's 12.0%, which shows up first on proper nouns, technical vocabulary, and accented speech.
And all of them cost storage and hardware. These are real files on your disk, not an API call: Turbo is about a 1.6 GB download that uses roughly 1.6 GB of memory while transcribing, SenseVoice Small 827 MB, Whisper Small 600 MB, Parakeet V3 465 MB. The whole lineup runs on Apple Silicon only — macOS 14 or later on M1 and newer, iOS 18 or later on iPhone. There is no Intel Mac build, no Windows build, and no Android build, and nothing here transcribes live: Whisper Notes processes a recording after you stop it, not while you speak.
Which Model Should You Use?
| English / European | Parakeet V3 — 10× faster than Whisper, better accuracy |
| Chinese / Japanese / Korean | SenseVoice — purpose-built for CJK, 52× speed |
| Other languages | Whisper Large V3 Turbo — 100+ languages, high accuracy, slower |
| Older Mac / tight memory | Whisper Small — 101 languages in ~487 MB of memory, at a real accuracy cost |
| On iPhone | Parakeet V3 built in, with Whisper Small and SenseVoice as optional downloads — Turbo is Mac-only by design |
Whisper Large-v3 Turbo FAQ
Which local speech-to-text model should I use?
It depends on your language, not on the leaderboard. For English and 24 other European languages, Parakeet V3 is both faster and more accurate than Whisper Large V3 Turbo (6.32% vs 7.83% mean English WER on the Hugging Face Open ASR Leaderboard; 35 minutes of audio in 18 seconds versus about 3 minutes on the same M4 Pro). For Chinese, Japanese, Korean, or Cantonese, SenseVoice Small is the specialist — a 27-minute Chinese podcast in 13.83 seconds. For any of the other 101 Whisper languages, such as Arabic, Hindi, or Thai, Whisper Large V3 Turbo is the right choice. On an older or memory-tight machine, Whisper Small reaches the same 101 languages in roughly 487 MB of memory, at a real accuracy cost.
Can I run Whisper Large V3 Turbo on my iPhone?
Not in Whisper Notes, and that is deliberate. Turbo is about a 1.6 GB download that uses roughly 1.6 GB of memory while transcribing — sensible on an Apple Silicon Mac, wasteful on a phone. The iPhone app ships Parakeet V3 built in and offers Whisper Small and SenseVoice Small as optional downloads, which covers 101 languages and CJK in a fraction of the footprint. Whisper Large V3 Turbo is available in both Mac builds: the Mac App Store version and the Direct Download (DMG).
What is the difference between Whisper Large-v3 and Large-v3 Turbo?
Large-v3 Turbo keeps the Large-v3 encoder but reduces the decoder from 32 layers to 4. That is why it is much faster while staying close to Large-v3 accuracy for transcription. The trade-off is that Turbo does not support Whisper's built-in translation task.
Does faster-whisper support Large-v3 Turbo?
Yes. faster-whisper supports Large-v3 Turbo through CTranslate2 conversions, and community benchmarks show Turbo is a strong choice when VRAM is limited. In the benchmark above, Turbo int8 used about 1.5 GB VRAM.
Does whisper.cpp support Large-v3 Turbo?
Yes. whisper.cpp can run converted GGML/GGUF versions of Whisper Large-v3 Turbo. If you are building your own local transcription pipeline, Turbo is often easier to fit on consumer hardware than full Large-v3.
Where can I download openai/whisper-large-v3-turbo?
The official model weights are available from OpenAI on Hugging Face. Whisper Notes users do not need to download them manually: the Mac app handles local model setup through the app interface.
Comparing all the local options? Every on-device speech-to-text model — Whisper variants, Parakeet V3, SenseVoice, and Voxtral — is compared side by side on our Whisper models comparison page. New to Whisper itself? Start with the Whisper Transcription Guide — what the model is, every way to run it, and what it costs.