Google Rolls Out Gemini Voice Models That Keep Working After They Reply

Gemini 3.8 Live and its Extended Thinking variant promise smoother spoken exchanges while tools and reasoning run in the background. For developers, that means a spoken response is no longer a reliable sign that the underlying work is done.

By 3 min read
Google Rolls Out Gemini Voice Models That Keep Working After They Reply
Google Rolls Out Gemini Voice Models That Keep Working After They Reply

Listen to this story

The audio brief

About 1:36
0:001:36
Read transcript
Google is rolling out two Gemini 3.8 voice models that can keep talking while they reason, process images or video, and run tools in the background. That sounds like a smoother conversation, but it changes a basic assumption for developers: hearing a response does not necessarily mean the requested work is finished. Gemini 3.8 Live is aimed at scalable, cost-efficient dialogue, including conversations grounded in visual material. Gemini 3.8 Live Extended Thinking is designed for more complex, multi-step tasks. It can continue speaking while asynchronous tools run, and developers can choose low, medium, or high reasoning. A turn marked complete may only be an acknowledgment. To find out what is really happening, clients need to read `interaction_status`, which indicates whether the model is still reasoning, running a tool, waiting for a result, or idle. The models accept text, images, audio, and video, and can switch among 97 languages during a conversation. Extended Thinking supports only asynchronous, non-blocking function calls; synchronous calls return an error. Both models are rolling out through the Gemini API and Google AI Studio, with Extended Thinking entering enterprise private preview. Google reports an 82.6 score on Artificial Analysis’ Speech to Speech Quality Index, though that company-reported result does not establish performance in every workflow. Google also says generated audio carries an imperceptible SynthID watermark. The key constraint is now operational: applications must separate a conversational acknowledgment from completed work by checking status.

Story brief

3 key points

Google’s new Gemini 3.8 voice models are designed to keep conversations active while reasoning, processing visual inputs, or running tools in the background. The product shift creates a new implementation requirement: a completed conversational turn may only be an acknowledgment, so developers must read `interaction_status` to know whether work is still running. Extended Thinking supports asynchronous tools,...

  1. 01

    Gemini 3.8 Live is positioned for scalable dialogue; Extended Thinking targets complex, multi-step tasks.

  2. 02

    Only asynchronous, non-blocking function calls work in Extended Thinking; synchronous calls return an error.

  3. 03

    The models can switch among 97 supported languages and process visual inputs in near real time.

Google has begun rolling out two Gemini voice models designed to keep a spoken exchange moving while the system handles harder work. Gemini 3.8 Live Extended Thinking can stream audio while it performs background reasoning or asynchronous tool calls, promising less interrupted dialogue but making task completion harder to read from the conversation alone.

The release has two versions. Google positions Gemini 3.8 Live as a scalable, cost-efficient model for fluid dialogue and visual grounding, meaning it can use visual material as context. Extended Thinking is the higher-reasoning option for complex, multi-step work while maintaining a live conversation.

Both models can process visual inputs in near real time and execute tools or API calls in the background while a conversation continues. Google also says they can detect and transition between 97 supported languages during a conversation.

Extended Thinking’s operating limits

  • It accepts text, images, audio and video, and produces text and audio.
  • Only asynchronous, non-blocking function execution is supported; synchronous calls return an error.
  • Developers can set low, medium or high reasoning levels; a minimal setting is not supported.

Both models are rolling out through the Gemini API and Google AI Studio. Google says 3.8 Live is also coming to Search Live, while Extended Thinking is available in Gemini Live and selected Workspace offerings depending on subscription tier. Enterprise access begins in private preview, with more Gemini Enterprise and customer-experience availability described as coming soon.

Google reports that Extended Thinking scored 82.6 on Artificial Analysis’ Speech to Speech Quality Index, alongside results on voice-agent and audio-reasoning benchmarks. Those company-reported figures do not establish performance in a particular workflow. Google also says audio generated by its AI products carries an imperceptible SynthID watermark intended to make generated audio detectable.

The release makes an assistant’s first response potentially different from the result behind a request. That can preserve the flow of a live exchange, but applications need to distinguish an acknowledgment from completed work. Google’s status requirement turns that distinction into a product decision as well as an engineering one.

Editorial analysis

Our Read

Google is pushing Gemini Live toward a spoken interface for work that can extend beyond the first answer. The significant change is not simply that Gemini can talk while it works; its developer protocol explicitly separates a completed turn from an idle system. That choice could make voice agents feel more responsive, but it makes clear task-state design more important. The next useful test is whether Google’s Gemini Live, Search Live and Workspace surfaces show people when a request is still running, waiting on a tool, or actually complete.

Sources

  1. blog.googleIntroducing Gemini 3.8 Live and 3.8 Live Extended Thinking
  2. ai.google.devGemini 3.8 Live Extended Thinking  |  Gemini API  |  Google AI for Developers

Loading discussion...