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.
MODEL INTELLIGENCE
Gemini 3.8 Flash reference: 1M context window, 64K output, introductory API pricing, thinking levels, multimodal inputs, tools, computer use, migration and availability.
MODEL REFERENCE
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
WHAT IT IS
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
The model combines broad multimodal input support with built-in tools and production inference options.
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.
The model is designed for resilient agent loops that plan, call tools, inspect results and continue over longer tasks with fewer failed loops.
A single model can reason over multiple input modalities while returning text, which is useful for document, media and computer-use workflows.
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.
Google lists code execution as supported, allowing the model to use executable computation inside supported workflows rather than reasoning only in prose.
Gemini 3.8 Flash is Google’s recommended model for computer use, with the capability currently marked preview on the model page.
TOOLS
Tool support is one of the strongest reasons to treat Gemini 3.8 Flash as an agent model rather than a conventional text model.
Use model-selected functions to connect application logic, APIs and business systems.
Useful for retrieval over uploaded or indexed files without building every retrieval primitive from scratch.
Ground model responses in Google Search when freshness and web evidence matter.
Ground location-aware workflows in Google Maps through the paid API tier.
Bring web-page context directly into supported Gemini workflows.
Constrain responses for production systems that need predictable machine-readable output.
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
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
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.
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.
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.
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
Gemini 3.8 Flash can be purchased through several serving modes depending on whether the workload optimizes for price, immediacy or capacity guarantees.
The default choice for ordinary API calls when applications need predictable interactive behavior without the premium of Priority inference.
Batch pricing is 50% below the introductory Standard token rate and suits jobs that do not need immediate responses.
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 costs more but is designed for applications that value prioritized serving and production capacity over minimum token cost.
API MIGRATION
Google’s migration checklist includes several API behavior changes that can break older Gemini integrations if they are carried forward unchanged.
gemini-3.8-flash.Update the target model ID to the stable 3.8 Flash identifier.
Google says to strip temperature, top_p and top_k from generation configs for this migration path.
Use the string-based thinking_level control instead of thinking_budget. The minimal level is not accepted by 3.8 Flash.
candidate_count.Google marks candidate count as unsupported in Gemini 3 and later.
For multi-turn workflows, Google recommends server-side previous_interaction_id and removing prefilled model turns.
When using GenerateContent, function responses should include both call_id and name, and multimodal assets need to be placed correctly in response payloads.
AVAILABILITY
The model is available through the Gemini Developer API with the stable ID gemini-3.8-flash.
Google exposes 3.8 Flash in AI Studio for testing prompts, tools and multimodal workflows before production deployment.
Google Cloud publishes dedicated Gemini 3.8 Flash SKUs across standard, batch, flex, priority and caching modes for enterprise deployments.
Google’s latest-model guide says the managed Antigravity agent and Antigravity SDK now use Gemini 3.8 Flash by default.
MODEL SELECTION
Use it when the system needs repository-scale context, repeated tool calls and sustained execution but still needs Flash-level unit economics.
It is a strong fit when a single workflow must combine documents, images, video, audio and tools while keeping deployment architecture relatively simple.
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.
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
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
The attractive 2026 token rates double on January 1, 2027. Use the post-promotion numbers for long-range planning.
High reasoning can materially change output-token cost on complex tasks even when the visible answer is short.
Treat UI automation as a higher-risk capability and test reliability, approvals and sandboxing before production use.
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.
Sending a million tokens can increase cost and complexity. Retrieval, document selection and context quality still matter.
Sampling controls, thinking configuration, multi-turn state and function-call formatting all deserve regression tests before production traffic moves.
OFFICIAL SOURCES
Google AI · Gemini 3.8 Flash model page↗Google AI · What’s new in Gemini 3.8 Flash↗Google AI · Gemini Developer API pricing↗Google AI · Models overview↗Google AI · Gemini API release notes↗Google AI · Computer use↗Google AI · Gemini 3 developer guide↗Google Cloud · Gemini 3.8 Flash SKU group↗QUICK ANSWERS
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.
The stable Gemini API model ID is gemini-3.8-flash.
Gemini 3.8 Flash supports up to 1,048,576 input tokens and up to 65,536 output tokens.
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.
Yes. It supports low, medium and high thinking levels, with medium as the default. The minimal level is not supported and returns an error.
It accepts text, images, video, audio and PDF input and produces text output.
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.
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.
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.
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.