Parakeet V3 vs Whisper: 10x Faster, Better Accuracy (Benchmark)

March 7, 2026(Updated July 10, 2026)
·
6 min read
·Whisper Notes Team

TL;DR

Parakeet V3 Whisper comparison
Speed 10× vs Turbo; ~23× vs V3 Turbo / Large V3 baseline
Supported languages 25 100+
English error rate (WER) 6.32% Turbo 7.83%; V3 7.44%
Avg error rate, 25 langs (WER) 12.0% 12.6%
Hallucinations Virtually none on silence in our tests Can appear on silence
Best for English & European Asian, Arabic, 100+

* Speed: same 35-minute audio on Apple Silicon. English WER: Hugging Face Open ASR Leaderboard. 25-language average: FLEURS benchmark. Silence behavior is our product observation, not a zero-error guarantee.

Starting with version 1.3.2 (Direct Download / DMG), Whisper Notes for Mac ships with NVIDIA Parakeet TDT 0.6B as the default speech engine. It's 10x faster than Whisper Large V3 Turbo for English, and more accurate. Whisper models are still available if you need other languages. Choosing between all four local models? Skip to the decision table.

Why We Switched the Default

Whisper is great, but it was designed as a general-purpose model. It handles 100+ languages, translates, generates timestamps — a Swiss Army knife. The trade-off is speed. For English dictation, where you just want words on screen fast, it's overkill.

Here's the thing that bugged me: when using Fn-key system-wide dictation with Whisper, finishing a ~1 minute utterance meant waiting 3–5 seconds for the transcript to appear. That pause breaks the flow. You stop talking, you wait, you stare at the cursor — it kills the magic of voice typing.

Parakeet changed that completely. The speed is so fast that the transcript appears the instant you stop speaking. Speak, and the words are just there. Once you experience that feeling — that seamless, zero-wait flow — it's really hard to go back to Whisper.

How Fast Is Parakeet V3?

Numbers speak louder than words. Here's a real-world comparison using a 35-minute audio file on the same Mac:

Model 35 min Audio
Whisper Large V3 Turbo 3 minutes
Parakeet TDT 0.6B v3 18 seconds

That's 10x faster. And because the model is smaller (600M vs 800M parameters), it uses less memory and less battery too.

What Makes Parakeet v3 So Fast

Whisper listens to audio the way you'd read a book out loud — word by word, frame by frame, never skipping ahead. Even during silence, it's still processing, still guessing what comes next. That's thorough, but slow.

Parakeet takes a fundamentally different approach. It compresses the audio signal 8x before processing, so the model sees only what matters. Then, instead of grinding through every single frame, it predicts not just what word you said, but how long that word lasts — and jumps ahead. Silence? Skipped entirely. A long vowel? One prediction instead of dozens.

The result is a model that processes speech the way your brain does — focusing on the words, ignoring the gaps. That's why it's 10x faster with fewer parameters and higher accuracy.

Benchmarks: Parakeet v3 vs Whisper

Word Error Rate comparison: Parakeet TDT 0.6B v3 vs Whisper Large V3 vs Seamless M4T across multiple benchmark datasets

Parakeet v3 matches or beats models 2-4x its size across FLEURS, CoVoST, and MLS benchmarks

On the Hugging Face Open ASR Leaderboard, Parakeet v3 tops the chart with only 600M parameters — less than half of Whisper Large V3's 1.55B:

Model Parameters Avg WER Speed (RTFx)
Parakeet TDT 0.6B v3 0.6B 6.32% 3,333x
Canary 1B v2 1.0B 7.15% 749x
Whisper Large V3 1.55B 7.44% 146x
Whisper Large V3 Turbo 0.8B 7.83% 350x

Lower WER = fewer errors. Higher RTFx = faster. Parakeet wins on both. With 600M parameters, it's also the smallest model on that list — which means it runs beautifully on Apple Silicon with minimal memory and battery drain.

Multilingual WER: All 25 Languages

The leaderboard above covers English only. Here's the full picture — how the three models available in Whisper Notes compare across all 25 languages Parakeet supports, measured on the FLEURS benchmark. Lower WER = fewer transcription errors. Best value between Large V3 and Parakeet is highlighted per row:

Language Whisper Small Whisper Large V3 Parakeet V3
Bulgarian 37.3 12.9 12.6
Croatian 33.4 11.1 12.5
Czech 37.6 11.3 11.0
Danish 32.8 12.6 18.4
Dutch 16.4 5.6 7.5
English 6.1 4.3 4.9
Estonian 51.3 19.1 17.7
Finnish 24.0 7.7 13.2
French 15.0 6.3 5.2
German 10.2 4.3 5.0
Greek 30.8 27.0 20.7
Hungarian 38.9 14.1 15.7
Italian 9.8 2.3 3.0
Latvian 53.2 18.3 22.8
Lithuanian 65.6 22.3 20.4
Maltese 92.2 68.9 20.5
Polish 14.7 4.7 7.3
Portuguese 7.3 3.7 4.8
Romanian 29.8 8.2 12.4
Russian 11.4 4.2 5.5
Slovak 33.3 8.4 8.8
Slovenian 49.3 19.9 24.0
Spanish 5.6 3.1 3.5
Swedish 20.8 7.9 15.1
Ukrainian 19.3 6.5 6.8
Average 29.8 12.6 12.0

WER (%) on FLEURS. Whisper Small data from Radford et al.; Large V3 and Parakeet V3 data from NVIDIA Canary-1B-v2 paper.

Whisper Large V3 edges ahead on most individual languages, but Parakeet V3 is close on average (12.0% vs 12.6%), leads on Greek, French, Estonian, and Maltese, and cuts Whisper Small's average error rate by about 60%. The practical advantage is the combination: Large V3-level multilingual accuracy at roughly 23× the speed, a smaller runtime footprint, and much more reliable silence handling in our dictation tests.

Why It Hallucinates Less on Silence

If you've used Whisper for dictation, you've probably seen it hallucinate during silence — repeating phrases, inventing words, or spitting out "Subtitles by Amara.org" from nowhere. This happens because Whisper's autoregressive decoder always expects to produce text, even when there's nothing to transcribe.

Parakeet's transducer architecture can emit blank outputs instead of forcing a text token. In our system-wide dictation tests, that makes it far less likely than Whisper to fill a pause with repeated or unrelated text. It is still a speech model, so “less likely” is the accurate claim, not “never.”

Languages Parakeet Supports

Parakeet v3 supports 25 languages: 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.

That covers most of Europe, but not Chinese, Japanese, Korean, Arabic, or Hindi. For Chinese, Japanese, Korean, and Cantonese, choose SenseVoice; for Arabic, Hindi, and other languages outside Parakeet's set, use Whisper Large V3 Turbo.

Which Local Model Should You Use?

Whisper Notes ships four local speech-to-text engines, and choosing between them is simpler than it looks: the language you are transcribing decides it almost every time, and your hardware decides the rest. Nothing about the choice affects privacy — all four run entirely on your device, offline. What changes is speed, accuracy, and how much disk and memory the model wants.

Here is the whole decision in one table.

Your situation Use this Why
English only — dictation, interviews, meetings Parakeet V3 Lowest English error rate of the four (6.32% WER) and by far the fastest: 35 minutes of audio in 18 seconds on an M4 Pro.
European languages — French, German, Spanish, Polish, Ukrainian and 20 more Parakeet V3 Averages 12.0% WER across its 25 languages on FLEURS, slightly ahead of Whisper Large V3's 12.6% — at roughly 23× the speed.
Chinese, Japanese, Korean, or Cantonese SenseVoice Small Purpose-built for CJK: a 27-minute Chinese podcast in 13.83 seconds on an M4 Pro. Parakeet does not cover these languages at all.
Widest language coverage — Arabic, Hindi, Turkish, Vietnamese, Thai Whisper Large V3 Turbo The only engine here that reaches all 101 languages, at 7.83% English WER and about 5× the speed of Whisper Large V3.
You don't know the language in advance, or the audio switches Whisper Large V3 Turbo Widest net, plus automatic language detection. Switch to a specialist model once you know what you're dealing with.
Older or memory-constrained device Whisper Small, or Parakeet V3 Whisper Small keeps the full 101-language list in a much smaller footprint — accuracy is the price (29.8% average across the 25 languages above). If your language is one of Parakeet's 25, take Parakeet: 465 MB on disk, about 800 MB in memory.
Long recordings — an hour or more Parakeet V3 (SenseVoice Small for CJK) Speed compounds with length. Extrapolating our 35-minutes-in-18-seconds test, an hour-long file lands in well under a minute on an M4 Pro; the same 35-minute file took Whisper Large V3 Turbo 3 minutes.
Dictation with long pauses Parakeet V3 Its transducer can emit blanks instead of forcing a word, so pauses stay empty instead of filling with invented text.

And the same four models on the specs that decide the trade:

Model Languages Accuracy Speed (M4 Pro) Download / memory
Parakeet V3 25 (European) 6.32% English WER; 12.0% avg across its 25 35 min in 18 s; ~10× Whisper Turbo 465 MB / ~800 MB
SenseVoice Small 6 choices — English, Simplified & Traditional Chinese, Cantonese, Japanese, Korean Purpose-built for CJK; not measured on the English leaderboard 27-min Chinese podcast in 13.83 s 827 MB / ~700 MB
Whisper Small 101 29.8% avg across the same 25 FLEURS languages The light Whisper; still slower than Parakeet Smaller than Turbo — size shown in the app's model picker
Whisper Large V3 Turbo 101 7.83% English WER 3 min for the same 35-min file; ~5× Whisper Large V3 ~1.6 GB / ~1.6 GB

English WER from the Open ASR Leaderboard; 25-language averages from the FLEURS table above. Speed, download, and memory figures come from our own tests on an Apple M4 Pro running the Mac build — footprints differ on iPhone.

Not sure whether your language is on the list at all? The per-engine table on our language support page is generated from the app's own source, engine by engine — it answers "is my language supported, and by which model" directly. And if the table above pointed you somewhere other than Parakeet, each specialist has its own benchmark write-up: SenseVoice for Chinese, Japanese, Korean and Cantonese, and Whisper Large V3 Turbo for the 101-language long tail.

Same Lineup, Right-Sized per Device: iPhone vs Mac

One difference is worth stating plainly, because it's a deliberate decision rather than a gap. On Mac — both the Mac App Store build and the Direct Download (DMG) build — all four engines are available: Parakeet V3 as the default, plus SenseVoice Small, Whisper Small, and Whisper Large V3 Turbo.

On iPhone, Parakeet V3 ships built into the app, with Whisper Small and SenseVoice Small as optional downloads. Whisper Large V3 Turbo is intentionally not offered on iPhone: at roughly a 1.6 GB download that wants about as much again in memory while transcribing, it isn't a practical thing to ask most iPhones to carry. We'd rather right-size the lineup per device than ship a model that technically installs and then makes the phone miserable.

You don't lose language coverage on iPhone: Whisper Small exposes the same 101-language list as Turbo in a fraction of the footprint. What you trade is accuracy on the hardest languages — the correct trade to make on a phone. If you need Turbo-level multilingual accuracy on a long file, run that job on the Mac, where the Direct Download (DMG) build also gets new models and model updates first.

Whisper Notes Mac model picker showing Parakeet V3, SenseVoice Small, Whisper Small, and Whisper Large V3 Turbo

Model picker: Parakeet V3 (default), SenseVoice Small, Whisper Small, and Whisper Large V3 Turbo — all running locally

Model Picker in Whisper Notes

Open Settings to switch between models:

  • Parakeet V3 (default) — Fastest, best for English & European languages
  • SenseVoice Small — Fastest for Chinese, Japanese, Korean, and Cantonese
  • Whisper Small — Lightweight, 100+ languages
  • Whisper Large V3 Turbo — Broad 100+ language coverage

All models run 100% locally on your Mac. No internet, no cloud, no data leaves your device.

What Each Model Is Bad At

Every one of these engines is a trade, and a recommendation is only useful if it says what you give up. Here is the honest version.

Whisper (both sizes) hallucinates on silence. Long pauses, room tone, and dead air can produce repeated phrases, invented sentences, or the notorious "Subtitles by Amara.org" — the decoder is built to always emit text, so silence gets filled with something. Whisper Notes runs Pyannote voice activity detection before transcription to strip silence, which reduces it a lot, but no amount of pre-processing makes the model immune. Whisper Large V3 Turbo is also the heaviest option in the app: roughly a 1.6 GB download and about the same again in memory while transcribing. Whisper Small is the cheap way into 101 languages, and its multilingual accuracy shows the price — 29.8% average WER across the 25 languages in the table above, versus 12.6% for Large V3.

Parakeet V3 has a hard 25-language ceiling. All of them are European. There's no partial credit outside that list: feed it Japanese and you don't get worse Japanese, you get the wrong tool. No Chinese, Japanese, Korean, Cantonese, Arabic, Hindi, Turkish, or Vietnamese. It's also weaker than Whisper Large V3 on a number of individual languages — Danish, Finnish, Swedish, Slovenian and Latvian in our FLEURS table — so "Parakeet wins Europe" is true on average, not on every row. And while it hallucinates far less on silence, "far less" is the claim we'll defend, not "never".

SenseVoice Small is a specialist, not a generalist. Six choices — English, Simplified and Traditional Chinese, Cantonese, Japanese, Korean — and nothing else. It's superb inside that set and irrelevant outside it. It's also the newest engine in the app, having replaced Qwen3-ASR in Direct Download (DMG) 1.5.0 and shipping in the Mac App Store build too.

And some limits are shared by all four. The Mac app requires Apple Silicon and macOS 14 or later — Intel Macs are not supported. Models are downloaded inside the app rather than bundled with it, so the first use of a new engine costs disk space and one download. Very long recordings need real memory and take proportionally longer on older hardware. And none of these models do live captioning: Whisper Notes transcribes after the recording stops, not while you speak. If you need real-time captions, this is the wrong app, whichever model you pick.

What About Parakeet V2?

If you used V2 before, you might wonder how it compares. V2 was an English-only model — and its English accuracy is actually slightly better than V3 (6.05% vs 6.32% WER). V3 trades that tiny margin for 25-language support. Both are significantly more accurate than Whisper.

Parakeet V2 Parakeet V3 Whisper Large V3
English WER 6.05% 6.32% 7.44%
Languages English only 25 100+

In short: if you only need English, both V2 and V3 are great. V3 is the default in Whisper Notes because multilingual support matters to most users — and the English accuracy difference is negligible.

What About WhisperKit?

WhisperKit is Argmax's open-source Swift framework for running Whisper models on Apple devices. It's a developer toolkit, not an end-user app — and it runs Whisper, not Parakeet (which is NVIDIA's model family). If you want WhisperKit-style on-device transcription without writing Swift yourself, Whisper Notes packages the same idea as a ready-made app: Parakeet V3, Whisper Large V3 Turbo, and SenseVoice, all running locally on Mac and iPhone.

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.

Frequently Asked Questions

Is Parakeet V3 better than Whisper?

For English and European languages, often yes. In our 35-minute test Parakeet was 10× faster than Whisper Turbo, and the Open ASR Leaderboard reports 6.32% English WER for Parakeet versus 7.83% for Turbo. Whisper still covers far more languages: 100+ versus Parakeet's 25.

Which local speech-to-text model should I use?

Match the model to the language. English or a European language: Parakeet V3 — 6.32% English WER and 35 minutes of audio in 18 seconds on an M4 Pro. Chinese, Japanese, Korean, or Cantonese: SenseVoice Small — a 27-minute Chinese podcast in 13.83 seconds. Anything else (Arabic, Hindi, Turkish, Vietnamese): Whisper Large V3 Turbo, the only engine here that covers all 101 languages. Older or memory-constrained hardware: Whisper Small, the same 101 languages in a smaller footprint at lower accuracy. All four run entirely on-device in Whisper Notes.

What languages does Parakeet V3 support?

Parakeet V3 supports 25 languages: 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.

Can I run Parakeet V3 on Mac?

Yes. Whisper Notes for Mac ships Parakeet V3 as the default engine. It runs 100% locally on Apple Silicon — no internet, no cloud, no data leaves your device. Download the free trial DMG to try it.

Does Parakeet V3 hallucinate like Whisper?

Much less often in our silence tests, but no speech model deserves a “never” claim. Parakeet can emit blanks during pauses, while Whisper's autoregressive decoder is more prone to repeated phrases or unrelated text when the input is silent.

Parakeet V2 vs V3 — which should I use?

Parakeet V2 is English-only with slightly better English accuracy (6.05% vs 6.32% WER). V3 trades that tiny margin for 25 European languages and is the default in Whisper Notes. Unless you transcribe English exclusively and chase the last fraction of a percent, use V3.

Does Parakeet V3 support Japanese, Chinese, or Korean?

No — its 25 languages are all European. For Chinese, Japanese, Korean, or Cantonese, Whisper Notes includes SenseVoice (52x faster than Whisper for CJK) and Whisper models. All run offline on both Mac and iPhone.

Can I use Whisper Large V3 Turbo on iPhone?

No, by design. The iPhone app ships Parakeet V3 built in, with Whisper Small and SenseVoice Small as optional downloads; Whisper Large V3 Turbo is offered on the Mac builds — Mac App Store and Direct Download (DMG) — because a roughly 1.6 GB model that wants about as much again in memory isn't practical on most iPhones. iPhone still reaches all 101 Whisper languages through Whisper Small.

Which model is best for long recordings?

Parakeet V3 if your language is one of its 25; SenseVoice Small for Chinese, Japanese, Korean, or Cantonese. Speed compounds with length — Parakeet transcribed 35 minutes in 18 seconds on an M4 Pro, while Whisper Large V3 Turbo took 3 minutes on the same file. Long recordings also need memory, so older devices will be slower whichever model you choose.

How big is Parakeet V3?

600 million parameters — a 465 MB download that uses roughly 800 MB of memory while transcribing in our Mac build. Whisper Large V3 Turbo is about a 1.6 GB download and uses roughly 1.6 GB of memory in the same app.

Try It

Parakeet v3 is available now in the Mac version — just download the latest DMG. Update: Parakeet is now available in the latest iOS version as well.

Questions or feedback? Email support@whispernotes.app.