cd /news/artificial-intelligence/gemini-3-8-live-extended-thinking-au… · home topics artificial-intelligence article
[ARTICLE · art-130535] src=ai.google.dev ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

Gemini 3.8 Live Extended Thinking audio-to-audio

Google released Gemini 3.8 Live Extended Thinking, an audio-to-audio model that performs background reasoning and asynchronous tool calls while streaming continuous audio, with a 131,072-token input limit and 65,536-token output limit. The model, updated September 2026, requires clients to keep listening after turnComplete: true and to track the interaction_status field (IN_PROGRESS or IDLE), and it supports only asynchronous non-blocking function calling. Background reasoning is configured via thinking_config with thinking_level set to low, medium, or high; MINIMAL is not supported.

read2 min views2 publishedSep 15, 2026
Gemini 3.8 Live Extended Thinking audio-to-audio
Image: source

Gemini 3.8 Live Extended Thinking is our high-reasoning audio-to-audio model recommended when higher background reasoning is required for complex, multi-step problem solving during real-time voice interactions. It processes background reasoning and asynchronous tool calls while streaming continuous audio responses.

Documentation #

Visit the Live API guide for full coverage of features and capabilities.

gemini-3.8-live-extended-thinking #

| Property | Description |

|---|---|
| Model code | `gemini-3.8-live-extended-thinking` | 

| Supported data types | Inputs Text, images, audio, video Output Text and audio | | Token limits <sup>[*]</sup> | Input token limit 131,072 Output token limit 65,536 | | Capabilities | Supported Not supported Not supported Not supported Supported (Async only) Not supported Not supported Supported Supported Not supported Supported Not supported | | Consumption options | Not supported | | Versions | model version patterns for more details. | | Latest update | September 2026 |

| Model card | Model card |

Upgrading to Gemini 3.8 Live Extended Thinking #

Gemini 3.8 Live Extended Thinking introduces background reasoning during live audio sessions. When integrating this model, update your client state management to handle asynchronous reasoning signals:

  • Asynchronous reasoning protocol : When interacting with models that use asynchronous reasoning,turnComplete: true no longer indicates that the model is idle. The server may continue processing background reasoning or tool calls. Your client must continue listening for subsequent server messages (such as tool calls or audio frames) afterturnComplete: true arrives.
  • Monitoring interaction_status : Use the interaction_status field on incoming server messages to determine current server state:
    • IN_PROGRESS : The server is actively processing user input, running background reasoning, or awaiting responses for asynchronous tool calls. Additional model output or tool calls may follow.
    • IDLE : The server has finished all processing, reasoning, and tool calls. The session is idle and waiting for user input.
  • Asynchronous function calling : Only asynchronous non-blocking execution (behavior: NON_BLOCKING ) is supported. Synchronous blocking mode is not supported and returns a hard error. Function scheduling configurations are not supported.
  • Thinking configuration : Configure background reasoning usingthinking_config in your setup configuration (thinking_level :low ,medium , orhigh ). Note thatMINIMAL is not supported.
  • Client content updates :send_client_content is supported throughout the entire session lifecycle with explicit roles (user ormodel ). Settingturn_complete=true immediately interrupts active generation.
  • Proactive audio : Permanently enabled. Settingproactive_audio: false returns an error.
For a feature comparison across all Live API models, see the
[Model comparison](https://ai.google.dev/gemini-api/docs/live-api/capabilities#model-comparison)

table.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @google 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/gemini-3-8-live-exte…] indexed:0 read:2min 2026-09-15 ·