Google shipped three new Gemini models on July 21, 2026: Gemini 3.6 Flash, Gemini 3.5 Flash-Lite, and a specialized cybersecurity model called Gemini 3.5 Flash Cyber. None of them is the long-delayed Gemini 3.5 Pro. Instead, Google used the release to double down on the tier that actually runs most production AI agents today — Flash — making it faster, cheaper, and more efficient at the same time.
Here’s what actually changed, what the benchmarks show, and where you can use these models right now.
Gemini 3.6 Flash: more capable, and cheaper to run
Gemini 3.6 Flash is built directly on developer feedback from 3.5 Flash, and the headline change is efficiency: according to the Artificial Analysis Index, it uses 17% fewer output tokens than 3.5 Flash while taking fewer reasoning steps and tool calls to finish multi-step tasks. Pricing dropped too, from $9 per million output tokens down to $7.50 (input stays at $1.50 per million), which lowers the cost of every agentic task built on top of it.
The model is also just better at the things coding agents and knowledge-work tools actually do. On the DeepSWE benchmark, it produces higher-precision, more reliable code with fewer unwanted edits, scoring 49% versus 3.5 Flash’s 37%. On MLE Bench, a machine-learning research benchmark, it jumps to 63.9% from 49.7%. Computer-use accuracy on OSWorld-Verified rises to 83% from 78.4%, and it now ships computer use as a built-in client-side tool in the Gemini API and Gemini Enterprise. On GDPval-AA, a knowledge-work benchmark, it scores 1421 versus 1349. Google also says the model’s training data now runs through March 2026, up from January 2025.
Per Google’s official announcement, early users including Figma, Harvey, Hebbia, and JetBrains have been testing 3.6 Flash on tasks like document parsing, financial-data analysis, and multi-agent code migrations.
Gemini 3.5 Flash-Lite: built for high-volume agent workloads
Alongside 3.6 Flash, Google released Gemini 3.5 Flash-Lite, aimed at the high-throughput, low-latency end of the stack — agentic search, document processing, and anything running at real production volume. It’s the fastest model in the 3.5 family, running at 350 output tokens per second per Artificial Analysis, and it’s priced at $0.30 per million input tokens and $2.50 per million output tokens.
Compared with the previous-generation 3.1 Flash-Lite, the gains are large: 54% versus 31% on Terminal-Bench 2.1 (a coding and agentic-tasks benchmark), 72.2% versus 60.1% on long-context retrieval (GDM-MRCR v2), and 1140 versus 642 on real-world task execution (GDPval-AA). It even outperforms the older, larger Gemini 3 Flash on some evals, including SWE-Bench Pro (54.2% vs. 49.6%) and OSWorld-Verified (74.0% vs. 65.1%). Developers can tune it across thinking levels, from minimal-latency execution for simple, high-volume tasks up to higher reasoning for multi-step subagent workloads.
Gemini 3.5 Flash Cyber: a model built to find and fix vulnerabilities
The third release is narrower in scope but notable: Gemini 3.5 Flash Cyber is fine-tuned on the 3.5 Flash foundation specifically for finding, validating, and patching code security vulnerabilities at scale, at a lower price per token than larger models. It powers CodeMender, Google’s code-security agent, which coordinates multiple 3.5 Flash Cyber instances working together to produce a single vulnerability report, and it performs competitively with frontier models on the CyberGym benchmark.
Because a model this capable at finding security flaws is also, obviously, dual-use, Google is rolling it out cautiously: for now it’s available only to governments and trusted partners through a limited-access pilot, rather than the open developer access 3.6 Flash and 3.5 Flash-Lite get.
Built with tighter safety guardrails
Gemini 3.6 Flash ships with strengthened Frontier Safety protections specifically targeting chemical, biological, radiological, and nuclear (CBRN) misuse and cyber-offense misuse, according to the 3.6 Flash model card. Google says the safeguards make the model substantially more resistant to jailbreak attempts, while the model was separately trained to avoid refusing legitimate, beneficial requests — a balance frontier labs have struggled to strike consistently.
Where to use them today
- Gemini 3.6 Flash — the Gemini app, Google AI Studio, Android Studio, Google Antigravity, the Gemini API, and the Gemini Enterprise Agent Platform and app.
- Gemini 3.5 Flash-Lite — everywhere 3.6 Flash is available, plus a rollout inside Google Search’s AI Mode.
- Gemini 3.5 Flash Cyber — limited to governments and trusted partners via the CodeMender pilot program, not generally available.
At a glance: how the three models compare
- Gemini 3.6 Flash — $1.50 / $7.50 per million input/output tokens. Best for: coding agents, knowledge work, and computer-use tasks that need the strongest quality-to-cost ratio in the Flash tier.
- Gemini 3.5 Flash-Lite — $0.30 / $2.50 per million input/output tokens, 350 tokens/second. Best for: high-volume, latency-sensitive workloads like agentic search and document processing, where you’re running the model constantly rather than occasionally.
- Gemini 3.5 Flash Cyber — pricing not public; access restricted. Best for: government and enterprise security teams using CodeMender to find and patch vulnerabilities, not general-purpose use.
The practical read for developers: 3.5 Flash-Lite is the model to reach for when cost-per-call is the constraint, and 3.6 Flash is the model to reach for when you need the extra quality and can absorb a slightly higher price. Most agent systems end up using both — Flash-Lite for cheap, high-frequency steps and 3.6 Flash for the harder reasoning steps in the same pipeline.
The bigger picture
This release lands while Gemini 3.5 Pro — announced back at Google I/O on May 19, 2026 — is still nowhere to be found publicly. Google originally pointed to June, then reporting pointed to a July 17 target; both windows passed without a public launch, and Google’s own July 21 announcement confirms Pro is still only in partner testing, with general availability coming whenever it’s ready. That delay matters competitively: both GPT-5.6 and Grok 4.5 opened to the public on July 9, giving OpenAI and xAI a head start at the frontier tier while Google’s flagship stayed in preview.
Google also used the announcement to confirm what’s next: the DeepMind team says it has already started its “most ambitious pre-training run yet, for Gemini 4”, though it gave no timeline for when that model might ship.
It also continues a pattern: Google has now shipped meaningful Gemini updates roughly every few weeks since the 3.5 family debuted at I/O in May, a cadence that outpaces most of its rivals even without a Pro-tier release in the mix.
Key takeaway
For anyone actually building AI agents rather than just watching the leaderboard, this is the release that matters more than a Pro launch would have been. 3.6 Flash and 3.5 Flash-Lite are cheaper, faster, and measurably better at the coding, computer-use, and long-context tasks that agent loops actually run — and they’re available today, not in a partner preview. See our full rundown of Gemini and other AI model releases for how these stack up against the rest of the field.


Leave a Reply