Google launches Gemini 3.5 Transcribe, an LLM-based speech-to-text model
TECH

Google launches Gemini 3.5 Transcribe, an LLM-based speech-to-text model

29+
Signals

Strategic Overview

  • 01.
    Google launched Gemini 3.5 Transcribe on August 26, 2026, a speech-to-text model that automatically detects and transcribes 85+ languages while removing filler words, handling self-corrections, and capturing the speaker's intent.
  • 02.
    It ships as two separate endpoints: a real-time streaming model (gemini-3.5-transcribe-live, 4.0% WER) via the Live API, and a batch model (gemini-3.5-transcribe, 2.6% WER, with speaker diarization and word-level timestamps) via the Interactions API.
  • 03.
    The model is rolling out through Pixel's Rambler feature and the Gemini app on macOS now, with Chrome, Search Live, Gemini Live, Docs, Keep, Gmail, and developer APIs coming soon.
  • 04.
    It is also available in public preview via Google AI Studio, Google Antigravity, and the enterprise-focused Gemini Enterprise Agent Platform.

An LLM That Listens, Not Just Hears: The Architecture Shift Behind Gemini 3.5 Transcribe

Gemini 3.5 Transcribe is not a bolt-on acoustic decoder wrapped in a new name - it is built on a Gemini LLM rather than a purpose-built acoustic recognizer, and it lives inside the same Gemini API surface developers already use for text and multimodal tasks. That distinction matters because an LLM does not just map sound to characters, it reasons over what a speaker meant. Google's own materials describe the model as stripping filler words, correcting slips of the tongue, and formatting text automatically rather than transcribing every syllable it hears[2].

The practical effect shows up most clearly in how the model handles self-corrected speech: because it models intent rather than pure acoustics, an abandoned false start can be collapsed into the speaker's corrected meaning instead of preserving both halves verbatim. Launch demos showed this concretely: the model correctly self-corrected a spoken email address mid-utterance, and parsed phone numbers into the right regional format - a 10-digit US number versus an 8-digit Singapore number - based on context rather than a fixed template. That same language-first design is also why Gemini 3.5 Transcribe supports vocabulary biasing for up to 1,000 custom terms - names, jargon, brand words a purely acoustic model would otherwise mangle - by treating recognition as something it can bias linguistically, not just a signal-processing problem[1]. It is a real departure from Chirp 3's acoustic-modeling lineage, and it is why the headline error rates of 4.0% streaming and 2.6% batch come with an asterisk: they measure recovered meaning as much as raw phoneme accuracy[1].

The Cost of Cleanup: When Smart Mode Erases Meaning

That same intent-first design is Gemini 3.5 Transcribe's biggest point of friction. The model ships with two output modes: Verbatim, the default, which preserves fillers, repetitions, and false starts exactly as spoken, and Smart, which removes disfluencies and applies structured formatting - but is explicitly incompatible with word-level timestamps or speaker diarization[1]. Choosing Smart mode trades raw fidelity for readability, and that trade is not free.

Developers testing the model flagged the risk directly. One Hacker News commenter, Crystalin, warned that Smart mode's cleanup can 'simplify' a sentence into something that changes its meaning, giving the example of a self-corrected line like 'I hesitated to check it, I should have verified' being collapsed down to just 'I should have verified' - dropping the hesitation that was arguably the point[3]. Another commenter, film42, went further, saying the model still 'suffers from the same hallucination problems as Chirp' and that their team reverted to Whisper for timestamp accuracy, pairing it with Gemini Flash only for correction[3]. Reddit users evaluating the same tradeoff independently described Smart mode as one that strips signal in cases where hesitation or a self-correction was itself the meaningful part of what was said - the same concern surfacing twice, in separate communities, unprompted by Google's own materials.

Gemini vs Whisper, Deepgram, ElevenLabs: A Benchmark War With No Consensus Winner

Google backs the launch with an unusually direct set of head-to-head numbers. On the FLEURS multilingual benchmark, Gemini 3.5 Transcribe posted 5.50% WER in streaming mode and 5.04% in batch mode[1], against 7.32% for Google's own outgoing Chirp 3, 8.97% for OpenAI's GPT Live Transcribe, 9.70% for ElevenLabs Scribe v2 Realtime, and 15.77% for Deepgram Nova-3[3]. On price, Google positions the batch endpoint at roughly $0.005 per minute blended and the live endpoint at about $0.009 per minute blended[4].

Developers are not taking the comparison at face value. One Hacker News commenter, Void_, ran the math against ElevenLabs Scribe's roughly $0.22-per-hour rate versus Gemini's roughly $0.12-per-hour figure and called it 'a good deal if the accuracy is comparable' - but another commenter, dbbk, flatly disagreed, calling Gemini 3.5 Transcribe 'still more expensive and worse performing than ElevenLabs Scribe'[3]. The split continued on Reddit, where one user testing a hard Finnish-language dataset said the model beat Whisper and OpenAI's transcription model, while another said a head-to-head comparison against AssemblyAI left them concluding 'assembly wins,' with no further detail on the task given. Even a sympathetic independent voice hedged on the headline number: on X, @JulianGoldieSEO highlighted the 2.6% batch WER figure - roughly 97-98 words correct out of every 100 - then added that accuracy is only half the story, without specifying what the other half is. The pattern across all three threads is consistent: aggregate benchmark averages do not predict how the model performs on any one team's specific language, accent, or audio conditions, and buyers are finding real variance dataset by dataset.

From Developer API to Every Corner of Google: The Rollout Bet, and a Naming Joke

Unlike a typical model-card release, Gemini 3.5 Transcribe launched already wired into consumer products. It now powers Rambler, the dictation feature on Pixel's Gboard, and the Gemini app on macOS, with Chrome web-page dictation, Search Live, Gemini Live, Docs, Keep, and Gmail all listed as coming soon[5][6]. The model is also live in public preview through Google AI Studio, Google Antigravity, and the enterprise-facing Gemini Enterprise Agent Platform, putting the same transcription engine in front of consumers, developers, and enterprise buyers at once[7].

That breadth is the point: Gemini 3.5 Transcribe is explicitly built to retire Chirp 3, the acoustic transcription model Google shipped through Vertex AI roughly eighteen months earlier[8], folding speech recognition into the same Gemini API developers use for everything else rather than maintaining a separate product line. The release name itself became its own small subplot online - community threads on r/singularity leaned into running jokes about how hard Google's version-numbering scheme has become to track, treating the naming cadence as one more sign of how fast the Gemini line is iterating.

Historical Context

2023-03
Google published the 'Google USM: Scaling Automatic Speech Recognition Beyond 100 Languages' research paper, laying groundwork for the Chirp model line.
2025-03-17
Chirp 3 was announced, adding transcription, HD text-to-speech, and instant custom voice with support for 85+ languages and locales.
2026-08-26
Google launched Gemini 3.5 Transcribe in public preview, positioning it to replace Chirp 3 as the flagship transcription model and unify speech-to-text onto the Gemini API.

Power Map

Key Players
Subject

Google launches Gemini 3.5 Transcribe, an LLM-based speech-to-text model

GO

Google / Google DeepMind

Developer and publisher, positioning Gemini 3.5 Transcribe to replace Chirp 3 as the flagship transcription model and unify speech-to-text onto the same Gemini API used for text and multimodal tasks.

GO

Google Pixel / Gboard Rambler

First-party consumer feature now powered by Gemini 3.5 Transcribe for dictation on Pixel devices, giving Google an immediate, large-scale real-world testbed.

AR

Artificial Analysis

Third-party benchmark provider whose WER measurements underpin Google's headline 4.0% streaming and 2.6% batch accuracy claims.

OP

OpenAI, Deepgram, ElevenLabs, AssemblyAI, Soniox

Competing speech-to-text providers directly benchmarked against Gemini 3.5 Transcribe on accuracy, pricing, and diarization, with developers actively disputing which is actually better.

Fact Check

8 cited
  1. [1] Google AI Releases Gemini 3.5 Transcribe: A Speech-to-Text Model Reporting 2.6% Average WER Across 85+ Languages
  2. [2] Google's Gemini 3.5 Transcribe turns speech to text in 85+ languages while auto-correcting your verbal stumbles
  3. [3] Gemini 3.5 Transcribe review: accuracy, pricing, and developer reactions
  4. [4] Gemini 3.5 Transcribe Review: Accuracy, Price, Is It Worth It?
  5. [5] Google's latest Gemini transcription model can turn ramblings into structured text
  6. [6] Google announces Gemini 3.5 Transcribe
  7. [7] Google launches Gemini 3.5 Transcribe with smarter speech-to-text and 85-language support
  8. [8] Google adds its HD voice model, Chirp 3, to its Vertex AI platform

Source Articles

Top 5

THE SIGNAL.

Analysts

Called Gemini 3.5 Transcribe the best model they have used for dictation in terms of accuracy, latency, and formatting, now using it as their main daily dictation model.

k9294
Hacker News commenter, dictation-tool user

Warned that Smart mode's cleanup can 'simplify' self-corrected speech and change its meaning, citing an example where a hesitant admission was collapsed into a flatter statement.

Crystalin
Hacker News commenter

Said the model still suffers from the same hallucination problems as Chirp, and reported their team reverted to Whisper for timestamp accuracy plus Gemini Flash for correction.

film42
Developer evaluating transcription pipelines

Calculated Gemini 3.5 Transcribe as cheaper than ElevenLabs Scribe per hour of audio and called it a good deal if accuracy holds up.

Void_
Hacker News commenter, cost comparison

Flagged the lack of real-time diarization beyond three speakers, even experimentally, as a gap versus competitors like Soniox and Deepgram that handle it well.

satvikpendem
Hacker News commenter

Disagreed with more optimistic pricing takes, arguing Gemini 3.5 Transcribe is still more expensive and worse performing than ElevenLabs Scribe.

dbbk
Hacker News commenter
The Crowd

Earlier today we introduced Gemini 3.5 Transcribe, our latest text-to-speech model. But, what does this actually mean for your projects? We built this app in @GoogleAIStudio to demonstrate just how much smarter 3.5 Transcribe is. When streaming live audio simultaneously through...

@@googledevs428

Gemini 3.5 Transcribe is our most precise speech-to-text model yet, designed for intelligent voice interactions. Whether you're building real-time, voice-first interfaces, or transcribing multi-speaker recordings, Gemini 3.5 Transcribe adapts to your needs by: > Transcribing...

@@googledevs238

Gemini 3.5 Transcribe just hit a 2.6% word error rate on recorded audio. That means roughly 97-98 words correct out of every 100. But accuracy is only half the story.

@@JulianGoldieSEO10

Introducing Gemini 3.5 Transcribe

@u/Stoneonn239
Broadcast
How to build with Gemini 3.5 Transcribe

How to build with Gemini 3.5 Transcribe

Build voice-first apps with Gemini 3.5 Transcribe

Build voice-first apps with Gemini 3.5 Transcribe

New Gemini 3.5 Transcribe Is WILD!

New Gemini 3.5 Transcribe Is WILD!