Back to news
ai Priority 4/5 9/17/2026, 11:05:47 AM

Google DeepMind Launches Gemini 3.8 Live and Extended Thinking Models

Google DeepMind Launches Gemini 3.8 Live and Extended Thinking Models

The latest updates from Google DeepMind introduce the Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking models, designed to support high-throughput, low-latency live interactions alongside deep-reasoning pipelines. To effectively integrate these models, software engineers must analyze structural changes in input-output compatibility and evaluate how existing system prompts behave under the new extended thinking architecture.

Related tools

Recommended tools for this topic

These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.

#deepmind#ai#research#official

Comparison

AspectBefore / AlternativeAfter / This
Response LatencyStandard prompt-response cycles with fixed latency profilesDual modes supporting immediate live responses or multi-turn extended thinking paths
Reasoning ProcessingExternal agents or prompt-chaining frameworks required for complex logicBuilt-in reasoning step-generation via the Extended Thinking parameter space
API ConfigurationStandard token limits and generation parametersNew parameters to control budget constraints and depth for thinking steps

Action Checklist

  1. Review current API wrappers and dependency libraries for compatibility with the Gemini 3.8 endpoint specifications. Verify that your SDK version supports the new extended thinking output blocks.
  2. Configure staging environments with isolated token budgets specifically for testing the Extended Thinking model. Extended thinking paths can consume more input/output tokens depending on query complexity.
  3. Implement robust fallback and error handling for live streams to prevent connection timeouts during complex reasoning phases. Ensure your client applications can handle progressive chunk delivery gracefully.

Source: DeepMind Blog

This page summarizes the original source. Check the source for full details.

Related