Google launches Gemini 3.8 Live and 3.8 Live Extended Thinking: thinking while speaking, 97 languages
On September 15, 2026, Google DeepMind released two real-time voice models, Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking, credited to the Gemini Audio team. The official blog post calls them the company's most advanced live dialogue models, and the central change is near real-time reasoning: the models can run multi-step reasoning in the background while continuing to speak, and they can detect and switch languages mid-conversation — 97 of them, per Google. The rollout is broad: the Gemini API, Google AI Studio, the Gemini app, Google Workspace through Docs Live, Gmail Live and Keep Live, and Search Live. The cadence is worth noting too: this is Google's third Gemini release inside a month, after 3.7 Flash and then 3.8 Flash with 3.8 Flash Cyber on September 2.
Start with how the two models differ. Gemini 3.8 Live targets scale and cost efficiency, leaning on fluid conversational intelligence plus visual grounding; Google cites second place in the Speech Agent Arena and a price point it describes as highly competitive against other frontier models. Gemini 3.8 Live Extended Thinking targets high-complexity work, and the key phrase in the announcement is reasoning and speaking simultaneously: it acknowledges a request with an early verbal cue like Let me check that, then narrates progress out loud while running multi-step background tasks, instead of freezing the conversation until an answer is ready. The demos Google cites include turning raw sketches plus live voice feedback into working React components, and coordinating multi-step bookings with asynchronous function calls. For anyone who has used a voice assistant, the difference is intuitive: the old pattern was speak-then-wait, the new one is talk while working.
The benchmark section deserves a closer read, because voice models are measured quite differently from text models. Gemini 3.8 Live Extended Thinking scores 82.6 on Artificial Analysis' Speech to Speech Quality Index, which Google says is first overall; 68.6% on tau-Voice, which measures agentic task completion, and 35.1% on Sierra's tau-Voice-banking benchmark; and 97.7% on Big Bench Audio for reasoning. Google also says that on ServiceNow's EVA-Bench the two models push the Pareto frontier for complex workflows by balancing accuracy against conversational quality, noting the run was done on the Live API in Gemini Enterprise Agent Platform. Reading those numbers takes a little patience: 82.6 is a composite of how human the interaction feels and whether it keeps up, 68.6% and 35.1% are completion rates for whether the job actually got done, and 97.7% is raw reasoning. They describe three different things, and blending them together leads to the wrong conclusion.
Several capability details matter in engineering terms. Gemini 3.8 Live processes visual input in near real time, so the model can take in what the camera sees while you keep talking; it automatically detects and switches between 97 supported languages mid-conversation, with no manual toggle; and it executes tool calls and API requests in the background without interrupting the conversation, so it can acknowledge a request verbally while the task finishes. Google's examples include guiding employee onboarding live and playing chess with near real-time visual context. On the developer side, Google names Agora, Fishjam, LangChain, LiveKit, Pipecat, Vercel and Vision Agents as platforms that already enable voice-driven interfaces through the Gemini Live API, handling the messy real-time media streaming underneath so developers can focus on the experience, with Salesforce, Genspark and Lumeris listed as partners. All generated audio also carries a SynthID watermark, consistent with Google's approach to provenance for generated content.
Set against this week's context, the position becomes clearer. First, cadence: 3.7 Flash three weeks ago, 3.8 Flash and 3.8 Flash Cyber on September 2, and 3.8 Live plus 3.8 Live Extended Thinking on September 15 — three releases in a month, a long way from the roughly quarterly rhythm of 2025. Second, competitive direction: coverage such as the-decoder read this launch as a direct answer to OpenAI's GPT-Live-1, played as comparable capability at a fraction of the cost, which is a play for developer volume rather than for the top of a leaderboard. Third, honest benchmark reading: 82.6 for a voice model cannot be compared with text-model scores, and 35.1% on tau-Voice-banking says that in a real banking workflow, voice agents are nowhere near hands-off. For teams building voice products, the most valuable number here may be that 35.1%, because it tells you where the deepest pit is.
🤔 Frequently Asked Questions
Q1: What is the actual difference between the two models?
Per Google's own framing, Gemini 3.8 Live is built for scale and cost efficiency, combining conversational intelligence with fluid dialogue and visual grounding for high-volume, latency-sensitive everyday use; Gemini 3.8 Live Extended Thinking is built for high-complexity tasks, with increased intelligence and multi-step reasoning, and it reasons and speaks simultaneously while narrating progress. In short: one is cheap, capable and built to take volume, the other is built to finish complicated multi-step work.
Q2: Where can you use them today?
Google says developers get access through the Gemini API and Google AI Studio; everyday users can use it in the Gemini app; for work it shows up in Google Workspace via Docs Live, Gmail Live and Keep Live; and on the search side it is integrated into Search Live, with step-by-step real-time troubleshooting help given as an example. Developer platforms including Agora, LangChain, LiveKit, Pipecat, Vercel and Vision Agents already support voice interfaces built on the Gemini Live API.
Q3: How should those benchmark numbers be read?
Read them in three buckets. Conversational quality: 82.6 on Artificial Analysis' Speech to Speech Quality Index, which Google says ranks first overall, measuring how the interaction sounds and how well it keeps up. Task completion: 68.6% on tau-Voice and 35.1% on Sierra's tau-Voice-banking, measuring whether an agent actually finishes the job. Reasoning: 97.7% on Big Bench Audio, measuring raw reasoning. Note that tau-Voice-banking sits at just 35.1%, which means completion in something as operationally complex as real banking still has a long way to go — that is the number to watch when choosing a model.
Q4: What is the SynthID watermark, and why does it matter here?
SynthID is Google's watermarking technology for marking generated content invisibly. The announcement states that all generated audio carries a SynthID watermark. That matters more for voice than for text: audio is the medium most easily abused to impersonate people and mislead. The point of the watermark is that generated audio can be identified after the fact. For product teams this means checking whether downstream steps — transcoding, editing, re-recording — destroy the watermark, because otherwise the traceability you are relying on for compliance is gone.
🛠️ Recommended Tools
- Text to Speech - To feel where closed voice models differ from parameters you control, synthesise the same passage a few times in the browser; it lands faster than reading benchmark tables
- Speech to Text - Automatic switching across 97 languages sounds great but needs verifying; run a recording that mixes languages through transcription and the output is the most direct health check
- Audio Transcription - Numbers like 35.1% on tau-Voice-banking become meaningful when you transcribe real business recordings end to end and check the task outcome yourself
What I keep coming back to in this release is not the 82.6 in first place, it is the 35.1%. Voice models have given the impression for the last two years of being nearly natural already, yet task completion in banking sits at about a third — so there is a whole distance between sounding natural and being usable in a real workflow. What actually closes that distance is exactly what this launch emphasises: executing tool calls in the background without interrupting the conversation, and narrating progress while reasoning. Users can forgive a model for being slow, but not for going silent mid-task; keeping a person inside the conversation is itself a product capability. As for three model releases in a month, that used to be unthinkable and now looks more like standing pressure: iteration speed is a competitive tool in itself, and the half-life of any benchmark score gets shorter along with it.
Summary
On September 15, 2026, Google DeepMind released Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking, credited to the Gemini Audio team. Gemini 3.8 Live targets scale and cost efficiency with fluid dialogue and visual grounding, and Google says it placed second in the Speech Agent Arena; Gemini 3.8 Live Extended Thinking targets high-complexity tasks, reasoning and speaking simultaneously, acknowledging prompts with natural verbal cues and narrating multi-step background work as it progresses. Capabilities: near real-time visual input, automatic detection and switching across 97 languages mid-conversation, and background tool and API execution that does not interrupt dialogue. Benchmarks: 82.6 on Artificial Analysis' Speech to Speech Quality Index (Google says first overall), 68.6% on tau-Voice, 35.1% on Sierra's tau-Voice-banking, 97.7% on Big Bench Audio, and a Pareto-frontier claim on ServiceNow's EVA-Bench (run on the Live API in Gemini Enterprise Agent Platform). Availability: Gemini API, Google AI Studio, the Gemini app, Google Workspace via Docs Live, Gmail Live and Keep Live, and Search Live. Developer ecosystem: Agora, Fishjam, LangChain, LiveKit, Pipecat, Vercel and Vision Agents support voice interfaces on the Gemini Live API, with partners including Salesforce, Genspark and Lumeris. All generated audio carries a SynthID watermark. This is Google's third Gemini release in a month (3.7 Flash, then 3.8 Flash and 3.8 Flash Cyber on September 2, then the 3.8 Live models on September 15). Primary sources: Google's official blog post (September 15, 2026), the Google DeepMind Gemini 3.8 Audio model card, the-decoder and Neowin.
Sources: Google Blog · DeepMind model card: Gemini 3.8 Audio · the-decoder · Neowin