Gemini 3.5 Transcribe: 2.6% WER and your call logs
Google shipped Gemini 3.5 Transcribe in public preview with 2.6% word error rate and 85+ languages. What accurate speech-to-text unlocks for a small operator.
Google shipped Gemini 3.5 Transcribe into public preview on August 26, claiming a 2.6% word error rate on pre-recorded audio and 4.0% on live streaming. If those numbers hold on your audio, the pile of customer calls you've never listened to just became a queryable dataset.
What actually happened
Per Google's announcement, there are two models: gemini-3.5-transcribe for recorded audio through the Interactions API, and gemini-3.5-transcribe-live for real-time streaming through the Live API. Google reports 2.6% WER non-streaming and 4.0% streaming, with a 70% improvement in time-to-final-transcription over its previous Chirp 3 model. On the multilingual FLEURS benchmark the numbers are 5.04% and 5.50%.
The feature list is where the practical value sits. It handles self-corrections and strips filler words, so you get formatted text instead of a raw dump of "um" and false starts. It supports over 85 languages with automatic detection, multi-speaker identification, custom vocabulary — which is how you teach it your SKUs and product names — and function calling. It already powers Gboard's Rambler on Android, voice control in the Gemini macOS app, and the mic in Google Antigravity, with Chrome integration announced as coming.
Developer access is through Google AI Studio and the Gemini API in public preview; enterprises get it via the Gemini Enterprise Agent Platform. 9to5Google confirms the same launch details. Google did not publish per-minute pricing in the announcement, so budget it from the API pricing page rather than from a number you read in a roundup.
Why accurate speech-to-text matters for your business
The old math on call transcription was bad. At 8-10% WER you spent more time correcting transcripts than you saved, so the honest answer was to skip it. Under 3%, the calculus flips: transcripts become an input other systems can read.
Concretely, for a shop doing 200 calls a month. Transcribe every call, run each transcript through a summarizer, and write the summary plus a next-action into the CRM record automatically. Nobody types notes. Then query the whole corpus monthly for the questions you keep answering by hand — those are your FAQ page, your quoting form, and your product description gaps, ranked by how often they cost you a phone call.
Two cautions from doing this work. Custom vocabulary is not optional — benchmark WER is measured on clean general speech, and your industry terms and brand names will drag real-world accuracy down until you feed them in. And check your two-party consent rules before you record anything; that's a state-law question, not an API question, and it decides your call-open script.
Public preview means no stability guarantee. Pin the model string, keep the audio files, and be able to re-run the pipeline when the API changes under you.
Key takeaways
- Gemini 3.5 Transcribe entered public preview August 26 with 2.6% WER non-streaming, 4.0% streaming, and 85+ languages
- Two APIs: Interactions for recorded audio, Live for real-time streaming, plus multi-speaker ID, custom vocabulary, and function calling
- Google reports 70% faster time-to-final-transcript than Chirp 3; per-minute pricing was not published in the announcement
- Sub-3% accuracy makes call transcripts a usable input for CRM notes and FAQ mining — feed it your product vocabulary first
We wire transcription into the system that already holds your customer record, so notes write themselves and nothing lands in a folder no one opens. If you're sitting on call recordings you've never mined, let's turn them into a pipeline. Or run the numbers first with our ROI calculator.
Sources: Google Blog, 9to5Google.
- #speech-to-text
- #gemini
- #automation
- #voice
Tommy Rush — Founder, Rush Commerce
Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More
Get The Rush Report weekly — one email, zero fluff.
Keep reading
Radar podcast search: your agents are blind to audio
Particle launched Radar, a podcast search API and MCP server over 130,000 shows. The lesson for operators: agents can only use media somebody indexed first.
Read itGLM-5.3-Flash: MIT open weights that read your documents
Z.ai shipped GLM-5.3-Flash under MIT — 320B total, 18B active, native vision, 1M context. The first cheap open-weight model aimed at document and screenshot work.
Read it