ZYVOPMulti-Platform Sync
SeriesAI NewsWhy ZyVOPJoin Discord
LoginGet Started
ZYVOPMulti-Platform Sync

The Developer Publishing Hub. Write once, publish everywhere, and make your work citation-ready with built-in SEO, AEO, and GEO discovery support. Zero reader paywalls.

Content

  • Categories
  • Tags
  • Badges
  • Leaderboard
  • Write Article
  • Newsletter

Company

  • About Us
  • Why ZyVOP
  • Changelog
  • Compare Platforms
  • Hashnode vs ZyVOP
  • DEV vs ZyVOP
  • Developer API & CLI
  • Author Handbook
  • Contact

Connect

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • DMCA Policy
  • Code of Conduct

ยฉ 2026 ZyVOP. Developer Publishing Hub.

Zero paywalls ยท Full content ownership
All systems operational
HomeAI NewsIntroducing Gemini 3.8 Live and 3.8 Live Extended Thinking
AI News

Introducing Gemini 3.8 Live and 3.8 Live Extended Thinking

Google's most advanced live-dialogue AI yet, with background reasoning, visual grounding, and real-time multilingual voice support.

Arpan Singh
Arpan Singh
Senior Developer
September 16, 2026
3 min read
Introducing Gemini 3.8 Live and 3.8 Live Extended Thinking
#Gemini#Google DeepMind#voice AI#Gemini 3.8 Live and 3.8 Live Extended Thinking
๐Ÿ‘3

Google announced two new voice-first AI models on September 15, 2026: Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking, its most capable live-dialogue models yet. Both are native speech-to-speech models built on Gemini 3 Pro, meaning audio goes in and audio comes out directly instead of routing through separate speech-recognition, language, and text-to-speech systems.

The pitch is simple: a voice agent that can think, act, and keep talking, all at once.

Two models, two jobs

Google split the release into two models with clearly different jobs:

Gemini 3.8 Live

Gemini 3.8 Live Extended Thinking

Built for

Scale and cost efficiency

High-complexity, multi-step tasks

Strengths

Fluid dialogue, visual grounding, fast responses

Deeper reasoning, background tool orchestration

Best for

High-volume, everyday voice interactions

Agentic workflows, coding, multi-step bookings

What's actually new

The headline feature is background reasoning: instead of going silent while it works something out, Extended Thinking acknowledges a request verbally, keeps the conversation moving while it reasons and calls tools in the background, then narrates its progress as the task completes.

Live adds its own tricks: near real-time visual grounding from a camera or screen share, automatic language switching across 97 languages mid-conversation, and background tool execution that doesn't interrupt the chat.

Google's demos show the models guiding onboarding with live visual context, playing chess by watching a physical board, and turning hand-drawn sketches into working React components through voice feedback.

Specs, benchmarks, and limits

Per the Gemini 3.8 Audio model card, both models accept audio, image, video, and text input (128,000-token context) and produce audio and text output (64,000-token ceiling). Known limitations: they can hallucinate, occasionally time out, and their knowledge cutoff is January 2025.

On Google's own benchmarks, Extended Thinking takes the #1 spot on Artificial Analysis' Speech-to-Speech Quality Index at 82.6, leads agentic task completion at 68.6% on ฯ„-Voice, and scores 97.7% on Big Bench Audio. Standard Live placed second in the Speech Agent Arena, the cheaper, higher-volume sibling of the two.

Treat these as a starting point, not the final word. Independent benchmarking will follow, as it usually does after a launch like this.

Pricing and availability

On the standard Gemini API tier:

Per 1M tokens

Per minute

Audio input

$3.00

~$0.005

Audio output

$12.00

~$0.018

A free tier is available to get started. (Check Google's pricing page for current rates, since introductory-pricing windows shift.)

Both models are rolling out now. Developers get them via the Gemini API and Google AI Studio; enterprises get private-preview access through Gemini Enterprise; and everyday users will find Live in Search Live and Extended Thinking in the Gemini Live app, plus Docs, Gmail, and Keep for eligible subscribers.

Ecosystem and safety

Voice infrastructure providers like LiveKit, LangChain, and Vercel already support the Gemini Live API, and early enterprise partners include Salesforce, Genspark, and Lumeris.

Every audio clip carries a SynthID watermark for provenance, and Google's frontier-safety assessment found no new capability thresholds crossed relative to Gemini 3.7 Flash.

The bigger picture

The real story here isn't the benchmark scores. It's the UX pattern: a model that acknowledges a request out loud and narrates its own background work solves the "does it actually understand me" anxiety that's dogged voice assistants for years.

That's my read, not Google's: every voice-assistant builder, OpenAI included, has run into the same latency-versus-reasoning wall, and whichever one makes "thinking out loud" feel natural instead of gimmicky wins the next round. It's a UX bet worth watching more closely than any single benchmark number.


Sources: Google's official announcement and the Gemini 3.8 Audio model card, both published September 15, 2026, plus the Gemini API pricing documentation.

Comments (0)

Login to post a comment.

Arpan Singh
Arpan Singh

Passionate developer sharing knowledge about modern web technologies and best practices.

Subscribe to Arpan Singh's Newsletter

Direct email dispatches when new stories are published. Zero algorithms.

More from Arpan Singh

View profile

TypeScript vs JavaScript: What Actually Changes When You Add Types

JavaScriptโ€™s flexibility becomes a liability as codebases grow. This deep dive breaks down what TypeScript actually adds, where its type system stops, and when the trade-offs are worth it.

12 minSep 14

Bacteria Don't Wait, So Some Labs Stopped Waiting Too

Bacteria evolve faster than we find new antibiotics. In 2026, ChatGPT and Codex started showing up in the search for new antimicrobial molecules โ€” not as scientists, but as the coding and research layer around labs like Penn's Machine Biology Group.

6 minSep 12

DeepSeek V4.1 Flash Is Out โ€” and It's Coming for Its Own Pro Tier

DeepSeek V4.1 Flash isn't just another model release. Its architecture, tiny KV cache, aggressive pricing, and retirement of V4-Pro point to a broader push to make frontier-level inference dramatically cheaper.

7 minSep 10

Hackers Are Draining Claude Subscribers' Tokens โ€” And Victims Can't Even See What Happened

A Claude Max subscriber watched his token usage climb on a day he wasn't working. Anthropic later confirmed why: stolen session cookies are letting hackers quietly drain paid AI accounts, undetected. Here's how it works and how to protect yourself.

4 minSep 9

1024 Bytes of C Can Fake Python. Here's Exactly Where the Illusion Cracks.

Austin Henley squeezed a Python-like interpreter into 1,024 bytes of C. We verified the byte count, benchmarked it against CPython at scale, and found four silent bugs, from reserved variable names to a chained-comparison parser glitch, that never made his feature list.

10 minSep 7