Gemini icon

Gemini 3.1 Flash Live (Preview)

3.1 Flash Live (Preview)Verified

Build real-time voice agents that better filter background noise and complete multi-step live tasks with Gemini's highest-quality audio model, which scores 90.8% on ComplexFuncBench Audio Deploy real-time multimodal voice experiences through Gemini Live and Search Live, with Search Live expanding to 200+ countries and territories and support for users' preferred languages Control reasoning depth and response latency with thinkingLevel settings while handling Live API tool responses manually, since Gemini 3.1 Flash Live supports sequential function calling

Reviewed by ToolWorthy Editors·updated 3 months ago

Pricing:Free + from $1.50/per use
Get Started
Newer version available·View latest
Jump to section

Featured alternatives

MakersClaw icon

MakersClaw

TypingMind icon

TypingMind

Doubao icon

Doubao

Z.ai icon

Z.ai

Slashy icon

Slashy

Invoko icon

Invoko

Pros & Cons

Editor-reviewed

Pros

  • Native end-to-end audio processing preserves acoustic nuance that transcription-then-reasoning pipelines lose
  • Barge-in support enables natural conversational interruption without manual turn-taking logic
  • 90+ language coverage with auto-detect makes global deployment practical without language-specific routing
  • 90.8% on ComplexFuncBench Audio represents the current benchmark leader for live multi-step function calling
  • thinkingLevel parameter gives developers per-request control over latency vs. reasoning quality tradeoff
  • Free tier in Google AI Studio lowers the barrier for prototyping and evaluation

Cons

  • Preview status means API endpoints, pricing, and feature availability may change before general availability
  • Does not support batch API, caching, or structured outputs—limiting use cases that require those capabilities
  • thinkingBudget parameter from prior versions must be migrated to thinkingLevel; existing integrations need updates
  • Context window (131K input) is smaller than the 1M token window available in text-focused Gemini models
  • Knowledge cutoff of January 2025 limits real-time awareness without search grounding integration

Overview

Gemini 3.1 Flash Live is Google's highest-quality native audio model to date, released on March 26, 2026, as a preview through the Gemini Live API. Unlike prior Flash models optimized for text throughput and reasoning speed, this release is purpose-built for real-time multimodal voice interactions—processing audio, video, text, and images in a single end-to-end pipeline without intermediate transcription steps.

The model is designed for developers building production voice agents: it handles background noise, supports interruptions mid-sentence, covers 90+ languages, and can execute tool calls during live audio sessions. Verizon, The Home Depot, and LiveKit are among the early adopters deploying it in conversational workflows. It is distinct from Gemini 3.1 Flash-Lite, which targets text-based batch workloads; Flash Live is exclusively for real-time audio and voice applications.

What's New

Native End-to-End Audio Processing

Earlier Gemini Live models already supported native audio capabilities. Gemini 3.1 Flash Live improves latency, reliability, and acoustic understanding over prior native-audio models rather than introducing native audio reasoning for the first time. Gemini 3.1 Flash Live processes audio directly as a native modality—preserving pitch, pace, and tone information throughout inference. This enables the model to recognize acoustic nuance such as hesitation, emphasis, and background sound, producing more contextually appropriate responses without an intermediate transcription layer.

Improved Interruption Handling

Gemini 3.1 Flash Live supports real-time interruption through the Live API's barge-in behavior, allowing user speech to interrupt ongoing generation for more responsive conversations. This capability existed in the Live API earlier, but Google positions 3.1 Flash Live as improving latency and overall dialogue quality.

90+ Language Coverage

Gemini 3.1 Flash Live supports real-time multimodal conversations in over 90 languages. This extends the model's viability for global enterprise voice agents beyond the narrower language sets of previous Live API models. Verify auto-detect language availability for this specific model in the official Live API documentation before relying on it in production.

Improved Function Calling in Live Sessions

Tool use and function calling during real-time audio sessions is significantly improved. The model supports synchronous function calling during live sessions, allowing it to trigger external APIs and retrieve structured data mid-conversation. This makes it viable for AI agent workflows that require live API orchestration—booking lookups, inventory queries, customer data retrieval—while maintaining conversational flow.

thinkingLevel Parameter

Gemini 3.1 introduces the thinkingLevel parameter (replacing the thinkingBudget approach used in prior versions), with four settings: minimal, low, medium, and high. The default is optimized for lowest latency, suitable for most real-time voice interactions. Higher thinking levels improve response quality for complex multi-step queries at the cost of increased latency—developers can tune this per-request to balance response speed against reasoning depth.

Performance Benchmarks

Benchmark Gemini 3.1 Flash Live Notes
ComplexFuncBench Audio 90.8% Multi-step audio function calling with constraints — leads this benchmark
Scale AI Audio MultiChallenge 36.1% With thinking enabled — leads this benchmark

ComplexFuncBench Audio evaluates multi-step function calling with structured constraints in a live audio context—the primary use case for voice agents executing tool calls. The 90.8% score represents the state of the art on this task as of the release date.

The model also demonstrates lower latency compared to Gemini 2.5 Flash Native Audio, though exact latency figures depend on thinkingLevel configuration and request complexity.

Compatibility Notes

Supported features in Gemini 3.1 Flash Live:

  • Audio generation (native output)
  • Function calling / tool use
  • Live API (real-time streaming)
  • Search grounding
  • Thinking (thinkingLevel parameter)
  • Text input and output
  • Image and video input

Not supported in this release:

  • Batch API
  • Context caching
  • Code execution
  • File search
  • Image generation
  • Structured outputs
  • URL context

Token limits:

Limit
Input token limit 131,072 tokens
Output token limit 65,536 tokens
Knowledge cutoff January 2025

Developers migrating from thinkingBudget in prior versions must update to the thinkingLevel parameter—the older field is not supported in this model.

Availability & Access

Gemini 3.1 Flash Live is available as a preview through:

  • Google AI Studio — accessible directly from aistudio.google.com with a Google account; free tier available within AI Studio quota limits
  • Gemini API — use model ID gemini-3.1-flash-live-preview in API requests
  • Vertex AI — available for enterprise deployments with Vertex AI quota and billing

The model powers the Gemini Live feature in the Gemini consumer app (described by Google as its "biggest upgrade yet" to Gemini Live) and is rolling out globally in Google Search Live. The model is currently available in preview; monitor the official Google AI changelog for updates on stable model IDs.

Pricing & Plans

Gemini 3.1 Flash Live is accessible via the Gemini API and Vertex AI under Google's standard AI voice generator and Live API pricing:

  • Free tier: Available within Google AI Studio quota limits for development and testing
  • Paid API access: Published Gemini API rates include $0.75/1M text input tokens, $3.00/1M audio input tokens ($0.005/min), $1.00/1M image/video input tokens ($0.002/min), $4.50/1M text output tokens, and $12.00/1M audio output tokens ($0.018/min); verify current rates on the Google AI pricing page as preview pricing may change at GA
  • Vertex AI enterprise: Custom pricing and quota available for high-volume production deployments; contact Google Cloud sales for dedicated capacity

As a preview release, pricing and capabilities may change before general availability. Developers building production integrations should verify the current Gemini API pricing page and Live API capability docs before committing to volume.

Best For

  • Developers building real-time voice agents for customer experience, support automation, or enterprise workflows that require natural interruption handling
  • Teams deploying multilingual AI agent applications across 90+ languages without per-language routing complexity
  • Engineers building voice interfaces that need to execute live tool calls—inventory lookups, booking APIs, customer data retrieval—mid-conversation
  • Organizations evaluating voice AI infrastructure platforms such as Vapi who want to compare Google's native audio model as the underlying model choice
  • Researchers and developers testing real-time audio AI capabilities who need free access through Google AI Studio before committing to production API costs
  • Product teams building on Gemini Live or integrating Google Search Live who need the underlying model documentation for performance planning

FAQ

How does Gemini 3.1 Flash Live differ from Gemini 3.1 Flash-Lite?

Gemini 3.1 Flash-Lite is optimized for high-volume text workloads—fast batch processing, reasoning tasks, and UI generation. Gemini 3.1 Flash Live is purpose-built for real-time audio and voice interactions through the Live API. They serve fundamentally different use cases and are not directly substitutable.

What is barge-in and why does it matter for voice AI?

Barge-in means the model stops generating audio output the moment it detects new user speech, and immediately begins processing the new input. Without barge-in, users must wait for the AI to finish speaking before responding—creating the stilted, turn-by-turn dynamic of early voice assistants. Barge-in enables the natural overlapping conversation flow that users expect, significantly improving perceived responsiveness in real-time voice applications.

What is the thinkingLevel parameter and how should I configure it?

thinkingLevel controls how much internal reasoning the model performs before generating a response, with four values: minimal, low, medium, and high. The default is optimized for lowest latency. For simple voice queries or real-time conversational responses, minimal or low is appropriate. For complex multi-step queries or tool orchestration requiring more accuracy, medium or high improves quality at the cost of increased response time. Set it per-request based on query complexity.

Does Gemini 3.1 Flash Live support structured outputs or code execution?

No. Structured outputs, code execution, batch API, context caching, file search, image generation, and URL context are not supported in this release. The model is focused on real-time audio interactions and function calling within live sessions. For use cases requiring structured outputs or code execution, Gemini 3.1 Pro or other Gemini variants are more appropriate.

When will Gemini 3.1 Flash Live reach general availability?

Google has not announced a general availability date as of the March 26, 2026 preview release. Preview model IDs may change at GA. Monitor the Google AI changelog for updates on stable model IDs and pricing finalization.

Version History

3.5 Flash

Released on May 19, 2026

View Update
+What's new
3 updates
  • Tackle long-horizon agentic tasks with Google's most intelligent Flash model, outperforming Gemini 3.1 Pro on Terminal-Bench 2.1 (76.2%) and MCP Atlas (83.6%) at less than half the frontier cost
  • Run frontier-quality work at $1.50 per 1M input tokens and $9.00 per 1M output tokens, with a free tier plus Batch, Flex, and Priority pricing options and a 50% Batch discount
  • Build richer interactive web UIs and graphics with 84.2% on CharXiv Reasoning, plus 4X faster output speed than frontier models — now powering Gemini Spark, Google's new personal AI agent

3.1 Flash-Lite

Released on May 7, 2026

View Update
+What's new
3 updates
  • Promote Gemini 3.1 Flash-Lite from its March 2026 preview to the stable gemini-3.1-flash-lite model, Google's fastest and most cost-efficient Gemini 3 series model for high-volume developer workloads
  • Run high-volume work cheaply at $0.25 per 1M text, image, and video input tokens and $1.50 per 1M output tokens, with a free tier plus Batch, Flex, and Priority pricing options
  • Keep strong quality for a lightweight model with 86.9% on GPQA Diamond, 76.8% on MMMU Pro, and 2.5X faster Time to First Answer Token than Gemini 2.5 Flash

3.1 Flash Live (Preview)

Current Version

Released on March 26, 2026

+What's new
3 updates
  • Build real-time voice agents that better filter background noise and complete multi-step live tasks with Gemini's highest-quality audio model, which scores 90.8% on ComplexFuncBench Audio
  • Deploy real-time multimodal voice experiences through Gemini Live and Search Live, with Search Live expanding to 200+ countries and territories and support for users' preferred languages
  • Control reasoning depth and response latency with thinkingLevel settings while handling Live API tool responses manually, since Gemini 3.1 Flash Live supports sequential function calling

3.1 Flash-Lite (Preview)

Released on March 3, 2026

+What's new
3 updates
  • Build high-volume apps with the fastest Gemini 3 model, cutting Time to First Answer Token by 2.5X and raising output speed 45% over Gemini 2.5 Flash at $0.25/1M input and $1.50/1M output
  • Handle complex reasoning and multimodal tasks with 86.9% on GPQA Diamond and 76.8% on MMMU Pro, beating larger prior-generation Gemini models while keeping latency low
  • Control reasoning depth with built-in thinking levels in AI Studio and Vertex AI, scaling translation, moderation, UI generation, and multi-step agentic workflows efficiently

3.1 Pro (Preview)

Released on February 19, 2026

View Update
+What's new
3 updates
  • Tackle advanced problem-solving with improved reasoning in Gemini 3.1 Pro Preview, which scores 77.1% on ARC-AGI-2 and more than doubles Gemini 3 Pro on that benchmark
  • Use the dedicated gemini-3.1-pro-preview-customtools endpoint to better prioritize your own tools when combining bash and custom tool workflows
  • Build with Gemini 3.1 Pro Preview in Google AI Studio, Vertex AI, Gemini CLI, Antigravity, and other supported Google developer surfaces as the model rolls out across Google products

3 Flash (Preview)

Released on December 17, 2025

View Update
+What's new
3 updates
  • Build high-volume applications with frontier-class Flash performance at lower cost per request, optimized for low-latency workloads that need fast response times
  • Analyze complex layouts in screenshots and diagrams with upgraded visual and spatial reasoning capabilities, enabling extraction of detailed information from UI mockups and technical diagrams
  • Develop agentic coding assistants with enhanced multimodal function responses and code execution from images, supporting automated development workflows and code generation tasks

3 Pro (Preview)

Released on November 18, 2025

+What's new
3 updates
  • Tackle complex reasoning tasks with the first Gemini 3 series model combining state-of-the-art reasoning, multimodal understanding, and agentic capabilities in one unified model
  • Process long documents, media, and code with a 1M-token context window, enabling broad multimodal analysis without splitting large inputs into many requests
  • Control reasoning depth and output format with new behavior configurations including thinking levels and thought signatures, requiring migration validation for production systems

2.5 Pro

Released on June 17, 2025

+What's new
3 updates
  • Generate and review complex code with production-ready stable model featuring adaptive thinking that automatically adjusts reasoning depth based on task complexity
  • Handle comprehensive document, code, audio, video, and multimodal analysis with 1M-token input context, reducing the need to split large prompts across requests
  • Migrate confidently from preview versions with clear upgrade path as experimental builds redirect to stable and lifecycle dates ensure predictable maintenance windows

2.5 Flash (Preview)

Released on April 17, 2025

+What's new
2 updates
  • Build low-latency apps with an early Gemini 2.5 Flash preview optimized for price-performance, giving teams a faster way to test stronger reasoning without moving to a larger model
  • Evaluate adaptive thinking behavior in preview, letting you balance response speed and reasoning depth for chat, summarization, and high-volume application workflows

2.0 Flash Thinking (Preview)

Released on December 19, 2024

+What's new
1 updates
  • Debug hard reasoning tasks with Thinking Mode, a test-time compute model that shows its thought process while generating answers, making evaluation and prompt iteration easier for enterprise Q&A

2.0 Flash (Experimental)

Released on December 11, 2024

+What's new
3 updates
  • Build agentic assistants that understand instructions and take actions with native tool use, enabling early workflow automation and action-oriented assistant prototypes
  • Create richer multimodal experiences with native image generation and steerable multilingual text-to-speech, reducing reliance on separate media-generation services
  • Develop real-time interactive applications with the Multimodal Live API, which supports streaming audio and video input together with multiple tools in one session

1.5 Flash (Preview)

Released on May 14, 2024

+What's new
2 updates
  • Handle large-scale API workloads with the fastest Gemini model optimized for batch summarization, real-time chat, and lightweight content generation requiring rapid response times
  • Process long legal contracts, research materials, and email threads with 1M token context window enabling comprehensive document understanding without splitting

1.5 Flash

Released on May 14, 2024

+What's new
2 updates
  • Handle large-scale API workloads with the fastest Gemini model optimized for batch summarization, real-time chat, and lightweight content generation requiring rapid response times
  • Process long legal contracts, research materials, and email threads with 1M token context window enabling comprehensive document understanding without splitting

1.5 Pro (Preview)

Released on February 15, 2024

+What's new
3 updates
  • Test broad enterprise tasks with Gemini 1.5 Pro's Mixture-of-Experts architecture, improving serving efficiency while giving teams an early path to long-context applications
  • Analyze entire long-form videos, multi-hour audio recordings, and 30,000+ line codebases in single context with breakthrough 1M token window reducing segmentation-induced information loss
  • Achieve stronger cross-modal results as Gemini 1.5 Pro outperformed 1.0 Pro on 87% of text, code, image, audio, and video benchmarks while sustaining long-context accuracy

1.5 Pro

Released on February 15, 2024

+What's new
3 updates
  • Scale production deployments efficiently with Mixture-of-Experts architecture delivering similar quality at lower inference costs and faster iteration cycles for enterprise applications
  • Analyze entire long-form videos, multi-hour audio recordings, and 30,000+ line codebases in single context with breakthrough 1M token window reducing segmentation-induced information loss
  • Achieve reliable cross-modal understanding with 87% performance improvement over 1.0 Pro across benchmarks while maintaining high accuracy throughout long context processing

1.0

Released on December 6, 2023

+What's new
3 updates
  • Deploy AI across devices from mobile to data center with three optimized sizes supporting on-device summarization with Nano, general-purpose services with Pro, and complex tasks with Ultra
  • Process text, images, audio, video, and code in unified model built from ground up for multimodal understanding, eliminating external OCR and pipeline integration complexity
  • Achieve state-of-the-art results with Ultra reaching 90.0% on MMLU benchmark exceeding human expert performance and 59.4% on MMMU providing public baseline for research and enterprise selection

Top alternatives

Related categories

From the blog

View all →

Track Gemini in ToolWorthy Weekly

Important tool updates, better alternatives, and selected AI signals in one weekly brief.

Weekly only. Unsubscribe anytime.