MODEL INTELLIGENCE

Gemini 3.8 Flash
model reference.

Gemini 3.8 Flash reference: 1M context window, 64K output, introductory API pricing, thinking levels, multimodal inputs, tools, computer use, migration and availability.

GAproduction status
1,048,576input tokens
September 2, 2026released

MODEL REFERENCE

Gemini 3.8 Flash at a glance.

Gemini 3.8 Flash is Google’s most intelligent stable Flash model as of September 2026. Google designed it for long-horizon software engineering, autonomous agents and complex enterprise workflows while keeping the faster, lower-cost positioning associated with the Flash line.

The stable model ID is gemini-3.8-flash. It accepts text, image, video, audio and PDF inputs and returns text. The model is generally available, supports a 1,048,576-token input window and up to 65,536 output tokens, and exposes tunable thinking levels plus a broad set of built-in tools.

Released September 2, 2026 · Stable GA · Text, image, video, audio and PDF input · text output · Last verified 2026-09-26

MODEL IDgemini-3.8-flash
STATUSStable / GA
INPUT LIMIT1,048,576tokens
MAX OUTPUT65,536tokens
DEFAULT THINKINGMediumlow · medium · high
INTRO PRICE$0.75 / $3.75input / output per 1M

WHAT IT IS

Google’s stable Flash model for longer, more agentic work.

The key change in Gemini 3.8 Flash is not simply a larger context window or a new version number. Google is explicitly positioning the model for tasks that require sustained planning: multi-file software engineering, autonomous tool use, repeated verification and complex enterprise workflows that would previously have pushed users toward a larger or slower model.

“Flash” still signals a price-performance goal. The model is intended to make advanced reasoning and agentic execution practical at higher volume than a premium frontier tier. That makes it relevant for production systems that need more than simple extraction or chat but still have strict latency and unit-cost constraints.

Google also made Gemini 3.8 Flash the default model for its managed Antigravity agent and the Antigravity SDK, which is a useful product-level signal: this is not presented as an experimental preview model. It is part of Google’s current production agent stack.

CAPABILITIES

What Gemini 3.8 Flash supports.

The model combines broad multimodal input support with built-in tools and production inference options.

SOFTWARE ENGINEERING

Long-horizon coding

Google positions 3.8 Flash for real-world software engineering, complex multi-file refactors and deterministic tool execution rather than only code completion or short snippets.

AUTONOMOUS AGENTS

Multi-step planning

The model is designed for resilient agent loops that plan, call tools, inspect results and continue over longer tasks with fewer failed loops.

MULTIMODAL

Text, image, video, audio and PDF

A single model can reason over multiple input modalities while returning text, which is useful for document, media and computer-use workflows.

GROUNDING

Google Search and Maps

Paid Gemini API workflows can use Search and Maps grounding so applications can incorporate current web or location evidence rather than relying only on model knowledge.

CODE EXECUTION

Built-in execution tool

Google lists code execution as supported, allowing the model to use executable computation inside supported workflows rather than reasoning only in prose.

COMPUTER USE

Preview UI interaction

Gemini 3.8 Flash is Google’s recommended model for computer use, with the capability currently marked preview on the model page.

TOOLS

A broad built-in tool surface.

Tool support is one of the strongest reasons to treat Gemini 3.8 Flash as an agent model rather than a conventional text model.

FUNCTION CALLINGSupported

Use model-selected functions to connect application logic, APIs and business systems.

FILE SEARCHSupported

Useful for retrieval over uploaded or indexed files without building every retrieval primitive from scratch.

SEARCH GROUNDINGSupported

Ground model responses in Google Search when freshness and web evidence matter.

GOOGLE MAPSSupported

Ground location-aware workflows in Google Maps through the paid API tier.

URL CONTEXTSupported

Bring web-page context directly into supported Gemini workflows.

STRUCTURED OUTPUTSSupported

Constrain responses for production systems that need predictable machine-readable output.

Not a Live API model

The standard Gemini 3.8 Flash model does not support the Live API or native audio generation. Google provides separate Gemini 3.8 Live and Gemini 3.8 TTS model families for real-time voice and speech generation.

THINKING

Low, medium and high reasoning levels.

Gemini 3.8 Flash supports the thinking_level parameter with low, medium and high. Google sets medium as the default for this model. The levels are relative controls over how much internal reasoning the model is allowed to use, not fixed token budgets.

This matters for cost because output pricing includes thinking tokens. Google notes that 3.8 Flash may intentionally use more tokens on difficult, long-running tasks: it can take smaller reasoning steps, call tools repeatedly and verify intermediate work. For simpler workflows, lowering the reasoning level can reduce token consumption and latency.

The older thinking_budget pattern should not be carried forward blindly. Gemini 3.8 Flash expects the newer thinking-level control, and minimal is explicitly unsupported.

PRICING

Gemini 3.8 Flash API pricing in 2026.

Google is running introductory pricing through December 31, 2026. Standard rates double on January 1, 2027, so long-term cost models should use the post-promotion price unless the workload is short-lived.

STANDARD · THROUGH DEC 31$0.75input / 1M$3.75output / 1M
BATCH / FLEX · THROUGH DEC 31$0.375input / 1M$1.875output / 1M
PRIORITY · THROUGH DEC 31$1.35input / 1M$6.75output / 1M
January 1, 2027

Google lists Standard pricing rising to $1.50 input and $7.50 output per 1M tokens. Batch and Flex rise to $0.75 / $3.75, while Priority rises to $2.70 / $13.50.

Context caching

Standard cache reads are $0.075 per 1M tokens through December 31, 2026 and $0.15 starting January 1, 2027. Google separately charges cache storage per token-hour.

Search and Maps grounding

On the paid tier, Google currently includes 5,000 free Search requests per month shared across Gemini 3.x models and then charges $14 per 1,000 requests. Google Maps grounding uses a similar 5,000-prompt free allowance before paid query charges.

INFERENCE MODES

Standard, Batch, Flex and Priority.

Gemini 3.8 Flash can be purchased through several serving modes depending on whether the workload optimizes for price, immediacy or capacity guarantees.

STANDARD

Interactive production traffic

The default choice for ordinary API calls when applications need predictable interactive behavior without the premium of Priority inference.

BATCH

Asynchronous bulk work

Batch pricing is 50% below the introductory Standard token rate and suits jobs that do not need immediate responses.

FLEX

Lower-cost flexible capacity

Flex uses the same introductory token rates as Batch for 3.8 Flash and is intended for workloads that can trade strict latency for cost.

PRIORITY

Premium serving priority

Priority costs more but is designed for applications that value prioritized serving and production capacity over minimum token cost.

API MIGRATION

Moving to Gemini 3.8 Flash requires more than changing the model string.

Google’s migration checklist includes several API behavior changes that can break older Gemini integrations if they are carried forward unchanged.

01Use gemini-3.8-flash.

Update the target model ID to the stable 3.8 Flash identifier.

02Remove legacy sampling parameters.

Google says to strip temperature, top_p and top_k from generation configs for this migration path.

03Replace thinking budgets.

Use the string-based thinking_level control instead of thinking_budget. The minimal level is not accepted by 3.8 Flash.

04Remove candidate_count.

Google marks candidate count as unsupported in Gemini 3 and later.

05Standardize conversation state.

For multi-turn workflows, Google recommends server-side previous_interaction_id and removing prefilled model turns.

06Audit function responses.

When using GenerateContent, function responses should include both call_id and name, and multimodal assets need to be placed correctly in response payloads.

AVAILABILITY

Where Gemini 3.8 Flash fits in Google’s stack.

GEMINI API

Stable production endpoint

The model is available through the Gemini Developer API with the stable ID gemini-3.8-flash.

GOOGLE AI STUDIO

Interactive development

Google exposes 3.8 Flash in AI Studio for testing prompts, tools and multimodal workflows before production deployment.

VERTEX AI

Google Cloud serving

Google Cloud publishes dedicated Gemini 3.8 Flash SKUs across standard, batch, flex, priority and caching modes for enterprise deployments.

MANAGED AGENTS

Default Antigravity model

Google’s latest-model guide says the managed Antigravity agent and Antigravity SDK now use Gemini 3.8 Flash by default.

MODEL SELECTION

When Gemini 3.8 Flash makes sense.

CHOOSE 3.8 FLASH

Agentic software engineering

Use it when the system needs repository-scale context, repeated tool calls and sustained execution but still needs Flash-level unit economics.

CHOOSE 3.8 FLASH

Multimodal enterprise workflows

It is a strong fit when a single workflow must combine documents, images, video, audio and tools while keeping deployment architecture relatively simple.

CHOOSE FLASH-LITE

High-volume simple work

For straightforward classification, translation or data processing, Google’s Flash-Lite line may offer a better price profile than paying for 3.8 Flash reasoning capacity.

CHOOSE A LIVE MODEL

Real-time voice agents

Use Gemini 3.8 Live rather than standard 3.8 Flash when native low-latency audio-to-audio interaction is the primary requirement.

SECURITY & DATA

Agent capability increases the importance of system controls.

Gemini 3.8 Flash’s tool surface is powerful: it can call functions, execute code, ground on the web, use URL context and interact with computer interfaces in preview. Those features change the security model because model output can influence external systems rather than only produce text.

Google’s pricing documentation also distinguishes data handling by tier: content on the free tier may be used to improve Google products, while paid-tier content is listed as not used for that purpose. Enterprise deployments should still verify the exact Google Cloud and organizational data-governance terms that apply to their account.

For agentic deployments, keep tool permissions scoped to the task, validate sensitive actions outside the model, isolate code or browser execution where possible and require human confirmation when a workflow can create consequential external effects.

LIMITS & CAVEATS

What to keep in mind.

01Introductory pricing expires.

The attractive 2026 token rates double on January 1, 2027. Use the post-promotion numbers for long-range planning.

02Thinking tokens are billable output.

High reasoning can materially change output-token cost on complex tasks even when the visible answer is short.

03Computer use is still preview.

Treat UI automation as a higher-risk capability and test reliability, approvals and sandboxing before production use.

04It does not generate images or native audio.

The model can understand image, video and audio inputs, but use Google’s dedicated image, Live or TTS models when the required output is not text.

05Long context is capacity, not free accuracy.

Sending a million tokens can increase cost and complexity. Retrieval, document selection and context quality still matter.

06Migration can be breaking.

Sampling controls, thinking configuration, multi-turn state and function-call formatting all deserve regression tests before production traffic moves.

QUICK ANSWERS

What is Gemini 3.8 Flash?

Gemini 3.8 Flash is Google’s most intelligent stable Flash model. Google positions it for long-horizon software engineering, autonomous agents and complex enterprise workflows while retaining the speed and cost profile of the Flash family.

What is the Gemini 3.8 Flash model ID?

The stable Gemini API model ID is gemini-3.8-flash.

What is the Gemini 3.8 Flash context window?

Gemini 3.8 Flash supports up to 1,048,576 input tokens and up to 65,536 output tokens.

How much does Gemini 3.8 Flash cost?

Through December 31, 2026, Standard paid pricing is $0.75 per million input tokens and $3.75 per million output tokens. Starting January 1, 2027, Google lists $1.50 input and $7.50 output per million tokens.

Does Gemini 3.8 Flash support thinking?

Yes. It supports low, medium and high thinking levels, with medium as the default. The minimal level is not supported and returns an error.

What input types does Gemini 3.8 Flash support?

It accepts text, images, video, audio and PDF input and produces text output.

Does Gemini 3.8 Flash support tools and agents?

Yes. Google lists function calling, code execution, file search, Search grounding, Google Maps grounding, URL context, structured outputs and computer use in preview. It is also the default model for Google’s managed Antigravity agent.

Is Gemini 3.8 Flash production ready?

Yes. Google released Gemini 3.8 Flash as generally available on September 2, 2026 and lists the stable model ID gemini-3.8-flash for production use.

Does Gemini 3.8 Flash support the Live API?

No. The standard Gemini 3.8 Flash model does not support the Live API. Google provides separate Gemini 3.8 Live models for low-latency audio-to-audio experiences.

Should I migrate from Gemini 3.7 Flash?

For new projects, Google recommends using its latest models, including Gemini 3.8 Flash. Existing 3.7 Flash users should evaluate the migration because 3.8 changes some generation and conversation parameters and may use more reasoning tokens on difficult multi-step tasks.