
Gemini 3.5 Transcribe vs Whisper Large v3 Turbo: does the baseline need replacing?
- AlibabaNEWQwen: Qwen3.8 Flash2026-08-26$0.15 / $0.47 per 1M tokens
- z-aiNEWZ.ai: GLM 5.3 Flash2026-08-2658Intelligence72Coding
- DeepSeekNEWDeepSeek: DeepSeek V4 Flash Vision (Exp)2026-08-21$0.15 / $0.29 per 1M tokens
- z-aiNEWZ.ai: GLM 5.32026-08-1860Intelligence75Coding
- obsidianNEWQwen3.8 27B2026-08-1552Intelligence68Coding
- qwenQwen: Qwen3.8 27B (free)2026-08-13qwen/qwen3.8-27b-free
- deepseekDeepSeek: DeepSeek V4 Pro 08132026-08-1253Intelligence69Coding
- grokSpaceXAI: Grok 4.62026-08-1261Intelligence77Coding
- metaMeta: Muse Spark 1.22026-08-0557Intelligence72Coding
- qwenQwen: Qwen3.8 Max2026-08-0358Intelligence72Coding
- deepseekDeepSeek: DeepSeek V4 Flash 07312026-07-3152Intelligence69Coding
- minimaxMiniMax: MiniMax-H32026-07-31minimax/minimax-h3
- qwenQwen: Qwen3.7 Flash2026-07-27$0.03 / $0.13 per 1M tokens
- orcaOrcaDub: OrcaDub 1.02026-07-27orca/dub
- anthropicAnthropic: Claude Opus 52026-07-2463Intelligence78Coding
- googleGoogle: Gemini 3.6 Flash2026-07-2152Intelligence69Coding
- googleGoogle: Gemini 3.5 Flash-Lite2026-07-2137Intelligence49Coding
- metaMeta: Muse Spark 1.12026-07-1653Intelligence71Coding
- kimiMoonshotAI: Kimi K32026-07-1560Intelligence76Coding
- openaiOpenAI: GPT-5.6 Luna2026-07-0952Intelligence71Coding
Whisper Large v3 Turbo is the model the phrase "speech-to-text" defaults to for a large part of the industry, and Gemini 3.5 Transcribe is the first Google transcription model that is explicitly sold as a challenger to that baseline rather than as a generic speech API. Gemini 3.5 Transcribe, in public preview since August 26, 2026, reframes transcription as a reasoning task — it resolves self-corrections, formats the output, attributes speakers, and calls other Gemini models on its own. Whisper Large v3 Turbo is OpenAI's 809-million-parameter distillation of Whisper Large-v3, MIT-licensed, self-hostable, 99-language, and roughly four to eight times faster than the model it was distilled from depending on hardware. One is a managed intelligence layer over audio; the other is a free, well-understood component you run wherever you want. The question this page exists to answer is narrower and more useful than "which is better": when does the baseline stop being good enough?
The baseline, in case you forgot how good it is
Whisper Large v3 Turbo deserves its default status, so the case for it comes first:
• It runs anywhere — MIT license, open weights, installable on a laptop, a single GPU, or a serverless function. No vendor, no meter, no data leaving your network.
• It is fast — the distilled decoder (32 encoder layers, 4 decoder layers, down from 32) makes it roughly four times faster than Whisper Large-v3 on typical hardware, more on some, while keeping most of its accuracy. OpenAI's own figure is about eight times on an A100.
• It covers 99 languages for transcription, a wider list than Gemini 3.5 Transcribe's 85+.
• Its accuracy is well documented: 2.1% WER on LibriSpeech test-clean, 4.2% on test-other, 9.1% on Common Voice English — numbers that have been replicated across the community for years.
• The ecosystem is enormous — faster-whisper, whisper.cpp, ONNX exports, and every inference framework you already use. If you can run a model, you can run this one.

For English and near-English batch transcription at scale, Whisper Large v3 Turbo is the incumbent for structural reasons that no benchmark gap can easily overturn: it is free, it is yours, and it is everywhere.

What Gemini 3.5 Transcribe adds on top
The managed challenger's value is not that it beats the baseline on clean English — that is a fight the numbers cannot even settle cleanly yet. Its value is the work that happens above the words, which Whisper explicitly does not do:
• Speaker attribution — up to three speakers with word-level timestamps, in the base model. Whisper transcribes one stream of speech; it has no concept of who said what.
• Intelligent formatting — disfluencies removed, self-corrections resolved, punctuation and casing applied. Whisper returns the words as spoken, ums and all.
• Custom vocabulary — bias toward jargon and unusual spellings. Whisper has no such mechanism; you post-process or fine-tune.
• Function calling — the transcript can hand off to other Gemini models, making transcription a step in an agent pipeline rather than the terminal output.
• Long sessions — roughly an hour of audio in one pass (press-reported 96K context) against Whisper's practical need to chunk and stitch long files.
That is a different product. It is what Google means by "intelligent transcription," and it is the part of the comparison that does not depend on benchmark arithmetic.
The accuracy question nobody can answer cleanly yet
The two models' headline numbers do not actually face off. Gemini 3.5 Transcribe's 2.6% non-streaming WER is an Artificial Analysis measurement cited by Google, computed over 85+ languages. Whisper Large v3 Turbo's 2.1% LibriSpeech test-clean is an English benchmark from OpenAI's own distillation paper, replicated widely. Different corpora, different language coverage, different vendors. What can be said honestly: on clean English the open baseline and the managed challenger are plausibly in the same neighborhood, and the managed model's edge is its multilingual and structural features, not a demonstrated English WER victory. Google's launch materials contain no head-to-head against Whisper-family models, and an independent adversarial comparison does not exist yet because Gemini 3.5 Transcribe has been public for a day. Until one appears, the accuracy crown is unclaimed, and any article — including this one — that declares a WER winner on these two figures is overreaching.

Cost: free to run against $0.005 a minute
Whisper Large v3 Turbo has a hardware cost and no meter. Run it on a GPU you already own and the marginal cost per transcribed minute is near zero; rent a GPU and it is whatever the instance costs while it works. Gemini 3.5 Transcribe charges roughly $0.005 per minute of audio blended, with the live SKU around $0.009 per minute and a free tier. At a thousand hours of audio that is about $300 on the Gemini meter against a few dollars of GPU time on the open baseline. That gap is the real cost story of this matchup, and it is why the baseline will keep its default status for high-volume English batch work for a long time. The managed model's economics only close when the features it bundles — diarization, formatting, vocabulary control — would themselves cost you engineering time to assemble on top of Whisper.
Languages and streaming
Whisper Large v3 Turbo lists 99 languages against Gemini's 85+, but the practical multilingual story is different: Whisper transcribes all 99 in one pass with no auto-detection, and its accuracy degrades most on low-resource and noisy languages — the trade-off of a distilled model. Gemini auto-detects among its 85+ and Google highlights regional accents and dialects. For streaming, Whisper has no native real-time model; real-time deployments use faster-whisper and similar frameworks on your own hardware, while Gemini 3.5 Transcribe has a purpose-built live endpoint with sub-second latency claimed and a price to match. If your workload is live and multilingual, the managed endpoint is simpler to operate; if it is batch and English, the open baseline is cheaper.
The verdict, such as it is
Whisper Large v3 Turbo remains the right default for English batch transcription at scale, for anything that must run on your own infrastructure, and for teams that want a frozen, auditable artifact. Gemini 3.5 Transcribe is the right call when the transcript has to be more than words — speaker labels, clean formatting, domain vocabulary, multilingual coverage, or an agent hook — and when you are willing to pay the meter for those features. The two coexist, and the pattern that makes the coexistence cheap is a routing boundary: the transcriber that fits the audio, then the LLM layer that decides what happens to the text. That layer is what OrcaRouter operates — one API across 200+ models, automatic failover across providers, and a routing DSL for composing several models into one call. Neither speech model is hosted on our side; the transcription choice is between your GPU and Google's meter, and both will be around for a long time.
