
Intelligent transcription with Gemini 3.5 Transcribe
- 智谱NEWZ.ai: GLM 5.3 Flash2026-08-26$0.07 / $0.25 per 1M tokens
- 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
- qwenNEWQwen: 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
- openaiOpenAI: GPT-5.6 Terra2026-07-0957Intelligence77Coding
Gemini 3.5 Transcribe entered public preview on August 26, 2026, and it is the first Google speech-to-text model that is genuinely sold as a Gemini model: you call it through the Gemini API with a model ID, the audio is priced in tokens, and Google quotes the cost per minute of audio on its pricing page. That last detail is what the consumer coverage glides past. The launch-day stories are about filler-word removal and voice editing in Gboard, but what actually changed for developers is that transcription now sits on the same API surface as the rest of the Gemini line, with speaker attribution and word-level timestamps in the base model rather than in a separate add-on. This piece reads like an API reference, because that is the gap the first wave of coverage leaves open.
Two caveats up front so the numbers below do not mislead. Google does not call Gemini 3.5 Transcribe "the most accurate speech-to-text model we have" — the claim is the most precise model for intelligent voice interactions, which is a different claim, and the difference matters when you read the WER figures. And everything here describes a public preview: the two model IDs, the prices, and the benchmark numbers are what Google ships today, and all of it can move before GA.
The two API paths — and the model IDs to remember
Gemini 3.5 Transcribe ships as two endpoints, and picking the right one is the first architectural decision a team makes:
• gemini-3-5-transcribe — the pre-recorded path via the Interactions API. Send a file, get the transcript back with speaker attribution (up to three speakers; three-plus is experimental) and word-level timestamps. This is the batch and async workhorse.
• gemini-3-5-transcribe-live — the real-time path via the Live API. Bidirectional streaming with sub-second latency, aimed at live conversation, captioning, and voice-driven interfaces.
The split mirrors how the rest of the Gemini Audio family is arranged, and it matters because "live" is a distinct SKU with its own price. Several early reads of this launch assume one model does both; it does not.

What "intelligent transcription" actually means
Google's launch post frames this as moving beyond phonetic accuracy toward understanding. The features that follow from that framing are the ones to evaluate rather than the framing itself:
• Disfluency handling — "ums" and "ahs" are dropped, and self-corrections are resolved. "Let's meet Tuesday — no, Wednesday" transcribes as the corrected day, not as a transcript of a false start. That is a decision the model makes, which is the sense in which Google calls it intelligent.
• Auto-formatting — output comes back as polished text: punctuation, casing, and paragraph structure applied, not a raw token stream.
• Multi-speaker identification — up to three speakers attributed in pre-recorded audio with word-level timestamps; three-plus speakers is experimental. This sits in the base model rather than a separate diarization service.
• Custom vocabulary — you can bias recognition toward jargon, product names, and unusual spellings by supplying a vocabulary, which is the mechanism for vertical domains.
• 85+ languages — automatic detection, with regional accents and dialects called out explicitly.
• Function calling — the model can delegate work such as image generation or file analysis to other Gemini models, which turns transcription into a component of a larger agent rather than a terminal step.
• Entity capture — Google claims strong performance on noisy, real-world audio and on alphanumeric entities such as postal codes and order IDs.
Press coverage has also reported a 96,000-token context window (roughly an hour of meeting audio without splitting) and emotion detection. Both are consistent with the launch framing, but the model card Google published does not headline them, so treat them as reported rather than confirmed until a GA spec sheet appears.

The accuracy numbers, labeled
The WER figures Google cites come from Artificial Analysis: an average word error rate of 4.0% for streaming and 2.6% for non-streaming transcription. On the FLEURS multilingual benchmark, Google reports 5.50% WER for streaming and 5.04% for non-streaming. Google also claims a 70% improvement in time-to-final-transcription over its predecessor, Chirp 3.
The honest reading: these are independent measurements in the sense that Artificial Analysis is not Google, but they are Google-selected measurements, published inside Google's own announcement, of a model that has been callable for a day. Nobody outside Google has yet run an adversarial head-to-head against the open-weight models most teams compare it with, and the launch materials contain no direct comparison against the Whisper family or NVIDIA's Parakeet line. The 70% faster-than-Chirp-3 figure is a vendor claim, period. Treat 2.6% and 4.0% as strong early signals, not settled facts.
What it costs
Google's pricing page quotes each model in tokens and in estimated minutes of audio. For gemini-3-5-transcribe, the blended estimate is roughly $0.005 per minute of audio at list prices — input about $0.003/min, output about $0.002/min. For gemini-3-5-transcribe-live, the blended estimate is about $0.009 per minute. Both carry a free tier today.
Those per-minute figures are estimates derived from an assumed token rate (25 audio tokens per second in, 175 text tokens per minute out), so they shift if Google changes the token accounting. What is solid is the principle: the list price is the price. That is exactly the principle a pass-through router such as OrcaRouter operates on — 0% markup, provider list price passed through — so if Google cuts transcription pricing during the preview-to-GA window, the cut is live on our side the same day, not after a reseller updates a rate card.
Where it is rolling out
For developers, public preview today means two surfaces: the Gemini API in Google AI Studio, and the Gemini Enterprise Agent Platform for enterprise workloads. On the consumer side, Gemini 3.5 Transcribe already powers the Rambler dictation feature in Gboard on Android and the Gemini app on macOS. Chrome is next — talk-to-type in any web field — followed by Search Live, Gemini Live, Docs, Keep, and Gmail. For a team evaluating it, the practical answer is simpler: it is callable from code today, in English, in the regions where the Gemini API is available.

What this means for your pipeline
The genuinely new thing is not a WER number. It is that Google is now selling transcription with the two features teams previously assembled themselves — speaker labels and word-level timestamps — in the base model, on a Gemini API surface that supports function calling. If you were building a diarized meeting-notes pipeline out of a plain transcriber plus a separate diarizer plus a formatting pass, this is the first Google model that collapses those steps. The open question is how the 2.6% non-streaming WER holds up on your own audio, and until an independent reproduction appears, the responsible move for a production team is to run a real sample through the API rather than budget against Google's chosen benchmarks. For the LLM work that runs on top of the transcript — summarization, structured extraction, action items — that is the layer where routing earns its keep, and it is the layer OrcaRouter covers: one API across 200+ models, automatic failover across providers, and a routing DSL that composes several models into a single call. The transcription step itself you should test with your own audio before you trust anyone's headline number.
