Google has introduced three new Gemini models aimed at different parts of the agent market:

Google has introduced three new Gemini models aimed at different parts of the agent market:
Google’s launch message centers on efficiency. The company says the new Flash models complete tasks with fewer output tokens, fewer tool calls, and less execution-loop overhead. Prices are also lower than those of Gemini 3.5 Flash.
That part of the story is supported by both Google’s internal benchmarks and early independent testing.
The more complicated question is whether Gemini 3.6 Flash is meaningfully more intelligent than the model it replaces.
Artificial Analysis measured the new model at the same score as Gemini 3.5 Flash on its composite Intelligence Index. Early users also reported mixed experiences, especially in visual design, Chinese-language generation, tool selection, and instruction following.
The result is not a simple failure. Gemini 3.6 Flash appears faster, less verbose, and cheaper per completed task in many workloads. It also improves several coding, computer-use, machine-learning, and knowledge-work benchmarks.
But the release illustrates an important distinction:
A model can become more efficient without making an equally large improvement in general intelligence or subjective output quality.

| Model | Primary Role | API Price per 1M Tokens | Default Thinking Level | Availability |
|---|---|---|---|---|
| Gemini 3.6 Flash | Coding, multimodal work, and complex agent workflows | $1.50 input / $7.50 output | Medium | Generally available |
| Gemini 3.5 Flash-Lite | High-volume extraction, search, translation, routing, and subagents | $0.30 input / $2.50 output | Minimal | Generally available |
| Gemini 3.5 Flash Cyber | Vulnerability discovery, validation, and patching | Not publicly listed | Specialized | Limited pilot for governments and trusted partners |
Gemini 3.6 Flash and Gemini 3.5 Flash-Lite both support:
Google’s model cards list a March 2026 knowledge cutoff for both generally available models.
Gemini 3.6 Flash is based on Gemini 3.5 Flash and is intended to replace it for many coding, knowledge-work, multimodal, and agentic workloads.
The most consistent improvement is efficiency.
Google reports that Gemini 3.6 Flash uses 17% fewer output tokens than Gemini 3.5 Flash on the Artificial Analysis Index. On some agentic coding evaluations, including DeepSWE, Google observed reductions of up to 65%.
The model also tends to use:
These changes matter because agent cost is not determined only by the advertised price per token.
A long-running agent may call the model repeatedly, send large tool definitions, inspect files, execute code, recover from failures, and generate extensive reasoning output. Reducing the number of turns and tokens can lower the total cost even when the per-token price changes only modestly.
Google lists the following API prices:
| Token Type | Gemini 3.6 Flash | Gemini 3.5 Flash |
|---|---|---|
| Input | $1.50 per 1M tokens | $1.50 per 1M tokens |
| Output | $7.50 per 1M tokens | $9.00 per 1M tokens |
Input pricing remains unchanged, while output pricing falls by approximately 16.7%.
Artificial Analysis measured an average cost per task of roughly $0.50** for Gemini 3.6 Flash, compared with **$0.59 for Gemini 3.5 Flash in its evaluation setup. That represents an approximate 18% reduction, driven by lower output pricing and fewer generated tokens.
Those figures should be treated as workload-specific rather than universal. Actual costs depend on:
Artificial Analysis reported an average task time of approximately 1.3 minutes for Gemini 3.6 Flash, down from around 2.7 minutes for Gemini 3.5 Flash.
The improvement comes from both faster output and a more economical reasoning process.
A model that generates tokens quickly can still take a long time if it enters repeated tool loops. Conversely, a slightly slower model may finish earlier if it reaches the right plan with fewer calls.
For agent developers, time per completed task is often more useful than raw tokens per second.
Google reports improvements across several benchmark categories.
On DeepSWE, Gemini 3.6 Flash improved from 37% to 49% compared with Gemini 3.5 Flash.
Google says the model:
The final point has a trade-off.
Google’s developer guide notes that Gemini 3.6 Flash may run diagnostic scripts before editing, which can improve accuracy on complex tasks. On simple front-end work, those extra exploratory steps can add latency without always improving the result.
Google also states that human evaluators sometimes preferred earlier models for visual layout and styling, even when Gemini 3.6 Flash produced more functional code. Developers building interfaces may therefore need to provide clearer visual-design constraints.
On MLE-Bench, Google reports an increase from 49.7% to 63.9%.
This evaluation focuses on practical machine-learning engineering and research tasks rather than isolated coding questions. The increase suggests stronger performance in workflows that require experimentation, data handling, implementation, and iterative improvement.
On OSWorld-Verified, Gemini 3.6 Flash improved from 78.4% to 83.0% in Google’s published comparison.
Computer Use is now available as a built-in client-side tool through the Gemini API and Gemini Enterprise. It allows agent systems to interact with graphical interfaces instead of relying only on direct APIs.
Computer-use benchmarks remain sensitive to the agent harness, screen environment, task design, and failure-recovery strategy. A higher score is useful, but production systems still need strict permissions and confirmation steps for consequential actions.
On GDPval-AA v2, Gemini 3.6 Flash increased from 1349 to 1421.
Google highlights use cases such as:
Customers including Figma, Harvey, Hebbia, and JetBrains supplied positive comments for Google’s launch announcement. These testimonials reflect customer experiences and should not be treated as independent benchmarks.
Gemini 3.6 Flash supports a context window of up to 1 million tokens and a maximum output of 64,000 tokens.
Its model card lists a knowledge cutoff of March 2026, an improvement over earlier Gemini releases whose cutoffs were substantially older.
A newer cutoff reduces the amount of basic recent context that developers must supply manually. It does not make the model reliable for current news, live prices, changing laws, software releases, or other time-sensitive facts.
Applications handling fresh information should still use retrieval, search, verified databases, or tool calls.
A large context window also does not guarantee that the model will use every part of a long document equally well. Developers should test:
Google says Gemini 3.6 Flash includes stronger Frontier Safety safeguards for:
The model card reports improved automated multilingual and content-safety results compared with Gemini 3.5 Flash while keeping unjustified refusals relatively low.
Google also notes several limitations:
Google’s Frontier Safety assessment concluded that Gemini 3.6 Flash remained below the company’s defined Critical Capability Levels, including the cyber threshold.
That conclusion is based on Google’s evaluation framework and should be read alongside independent security testing as it becomes available.
Gemini 3.5 Flash-Lite is designed for workloads where speed, throughput, and cost matter more than maximum reasoning depth.
Typical use cases include:
Google describes it as the fastest and least expensive model in the Gemini 3.5 family.
| Token Type | Price per 1M Tokens |
|---|---|
| Input | $0.30 |
| Output | $2.50 |
Its default thinking level is minimal, which favors throughput and low latency.
For autonomous subagents, code execution, tool calls, or multi-step planning, Google recommends increasing the thinking level to medium or high when needed. A higher setting can improve task completion but will typically increase token use and latency.
Google’s launch announcement cites an Artificial Analysis measurement of approximately 350 output tokens per second from pre-release testing.
Artificial Analysis later recorded provider-specific speeds that can vary over time. Throughput depends on:
The stable conclusion is that Flash-Lite is designed to be substantially faster than the larger Flash model.
Google reports the following gains over Gemini 3.1 Flash-Lite:
| Benchmark | Gemini 3.1 Flash-Lite | Gemini 3.5 Flash-Lite |
|---|---|---|
| Terminal-Bench 2.1 | 31% | 54% |
| GDM-MRCR v2 | 60.1% | 72.2% |
| GDPval-AA v2 | 642 | 1140 |
Google also reports that Gemini 3.5 Flash-Lite outperforms Gemini 3 Flash on several agentic and coding benchmarks:
This makes Flash-Lite more than a simple low-quality budget model. For some narrow, high-throughput agent tasks, it may provide a better balance than the older Gemini 3 Flash.
Artificial Analysis scored Gemini 3.5 Flash-Lite at 36 on its Intelligence Index, up from 25 for Gemini 3.1 Flash-Lite.
That 11-point increase is one of the clearest intelligence gains in the launch.
Flash-Lite remains below the most capable frontier models, but it is not intended to compete with them on every complex reasoning task. Its role is to process a large volume of work quickly and economically.
The third release, Gemini 3.5 Flash Cyber, has a different purpose.
It is a specialized model based on Gemini 3.5 Flash and fine-tuned to:
The model works with CodeMender, Google DeepMind’s code-security agent.
Within CodeMender, multiple Flash Cyber agents can search different parts of a codebase and combine their findings into one report.
Google argues that a smaller and less expensive model is useful in cybersecurity because vulnerability research often requires exploring a very large number of possible execution paths. Repeated calls to a large, expensive model can become a bottleneck.
Google says Gemini 3.5 Flash Cyber reaches competitive frontier performance on CyberGym when used through the CodeMender system.
The result depends on the full agent infrastructure, not only the underlying model. Orchestration, tools, validation, and report aggregation all contribute to the final score.
Gemini 3.5 Flash Cyber is not generally available through the public Gemini API.
Describe your idea once, and We0 AI can generate a showcase site, pages, and CMS, then help you attract customers and traffic after launch.
One complete project generation for free registration
Best for trying one complete generation flow and seeing a first project draft quickly.
Google plans to offer it through a limited CodeMender pilot for:
The restricted rollout reflects the model’s dual-use nature. A system that can find and validate vulnerabilities can help defenders patch software, but similar capabilities could also support offensive activity.

Google says Gemini 3.5 Pro is being tested with partners and will be released more broadly when it is ready.
The AIBase source article linked that delay to outside reports and online rumors about coding performance and possible retraining.
Google has not publicly confirmed claims that the model’s original training plan was discarded or that the system was restarted from zero.
The verified information is narrower:
The absence of a flagship Pro release makes the Flash launch more strategically important. Gemini 3.6 Flash and Flash-Lite must cover a larger share of production demand while the higher-end model remains unavailable.
It does not necessarily mean that Google has abandoned Gemini 3.5 Pro or that Gemini 4 will arrive soon.
Model development timelines can change, and pretraining is only one stage. Post-training, safety testing, tool integration, latency optimization, and deployment readiness can take substantial additional time.
Artificial Analysis reached a more restrained conclusion than Google’s product announcement.
Gemini 3.6 Flash scored 50 on the Artificial Analysis Intelligence Index.
Gemini 3.5 Flash also scored 50.
The new model therefore did not improve the composite intelligence score in that test, even though the evaluation showed gains in some categories.
Artificial Analysis reported:
This is a credible efficiency upgrade, but not a broad intelligence jump.
Artificial Analysis measured:
The model completed the evaluation workload in less than half the time.
Artificial Analysis estimated:
The reduction is meaningful for large-scale agents, especially when the system performs thousands or millions of tasks.
Artificial Analysis combines multiple evaluations into one index. A composite score can be useful for broad comparison, but it may hide major differences between workloads.
A model with the same overall score may still be better at:
It may also be worse at:
The correct model choice depends on the application.
The source article collected several critical reactions from social media.
Users complained about problems including:
These reports matter because benchmarks do not capture every aspect of product quality.
A model can perform well on repository tasks while producing weaker layouts. It can use fewer tokens while becoming too terse. It can be more accurate on one coding benchmark and less dependable in a specific language.
At the same time, social-media tests have serious limitations:
Early user feedback should therefore be treated as a signal for targeted testing, not as a definitive verdict.
Teams considering Gemini 3.6 Flash should not choose it solely because Google reports higher benchmarks, nor reject it solely because several online demos were disappointing.
A useful migration test should compare the new and old models on the same application.
Build an evaluation set from real work:
Track:
Gemini 3.6 Flash defaults to medium thinking.
Gemini 3.5 Flash-Lite defaults to minimal thinking.
A model may look weak simply because the reasoning setting is too low for the task. Conversely, using high thinking for simple extraction can waste time and money.
Coding benchmarks do not measure whether a website looks polished or whether Chinese phrasing feels natural.
Use dedicated human review for:
An agent’s result depends on more than the model.
Compare:
A model migration may require changes to the surrounding system.
Gemini 3.6 Flash is easier to understand when viewed as an operational upgrade rather than a dramatic intelligence breakthrough.
It is designed to reduce the waste that makes agents expensive:
Those improvements can be more valuable in production than a small increase on an abstract reasoning benchmark.
However, efficiency cannot replace quality in every application.
A model that completes a task cheaply is not useful if the result requires extensive human repair. A model that scores well on coding can still disappoint in design. A model that is strong in English may require additional validation in Chinese or other languages.
Google’s new Flash lineup creates more specialized choices:
The launch is therefore less about one model replacing every other model and more about assigning the right level of intelligence and cost to each part of an agent system.
Gemini 3.6 Flash is Google’s general-purpose workhorse model for coding, multimodal tasks, knowledge work, and agentic workflows. It is based on Gemini 3.5 Flash but is designed to use fewer tokens, fewer turns, and fewer tool calls.
Google reports improvements on several coding, computer-use, machine-learning, and knowledge-work benchmarks. Artificial Analysis gave both models the same overall Intelligence Index score of 50, so the clearest gains appear to be efficiency and task completion speed rather than a broad intelligence increase.
Google lists the model at $1.50 per million input tokens and $7.50 per million output tokens. Prices can change, and total agent cost also depends on reasoning, context size, tool calls, retries, and output length.
Flash-Lite is intended for high-volume, latency-sensitive workloads such as extraction, classification, search, translation, routing, structured data processing, and subagent execution. It is cheaper and faster than Gemini 3.6 Flash but is not intended to replace stronger models for every difficult task.
Yes. Its model card lists support for text, image, audio, and video input, with text output. The model has a context window of up to 1 million tokens.
It is a specialized version of Gemini 3.5 Flash trained for vulnerability discovery, validation, and patching. Google plans to offer it through a restricted CodeMender pilot for governments and trusted defensive partners.
Google has not said that it is canceled. The company says Gemini 3.5 Pro is being tested with partners and will be made broadly available when ready.
Not automatically. Run both models on representative production tasks and compare success rate, human correction time, tool reliability, latency, token use, and total cost before switching.
Google’s latest Flash release contains three distinct products. Gemini 3.6 Flash targets complex agents and coding, Gemini 3.5 Flash-Lite targets high-throughput execution, and Gemini 3.5 Flash Cyber targets defensive vulnerability research under restricted access.
Gemini 3.6 Flash improves several task-specific benchmarks, reduces output-token use, completes agent tasks faster, and lowers output pricing. Independent testing, however, found no increase in its composite intelligence score over Gemini 3.5 Flash.
The mixed response is therefore understandable. The release makes a stronger case for efficiency than for a dramatic leap in general capability.
Gemini 3.6 Flash is best evaluated as a faster, leaner production model—not as proof that every form of intelligence or output quality has moved forward at the same pace.
Start from one sentence and have a complete website in minutes.