Google shipped three new Gemini models on July 21, 2026, and the headline is simple: the workhorse Flash model got cheaper and smarter, a new budget tierappeared for high-volume workloads, and a specialized cybersecurity model is now finding real vulnerabilities in Google's own code. Gemini 3.6 Flash cuts output token usage by 17% (up to 65% on agentic coding tasks) while lowering the output price from $9 to $7.50 per million tokens. Gemini 3.5 Flash-Lite runs at 350 tokens per second for $0.30 input / $2.50 output — roughly one-fifth the cost of Flash. Gemini 3.5 Flash-Cyber, paired with Google's CodeMender agent, found 55 unique vulnerabilities in Chrome's V8 JavaScript engine, beating both 3.5 Flash and Claude Opus 4.6.
| At a glance | |
|---|---|
| Models released | 3.6 Flash (workhorse), 3.5 Flash-Lite (high-throughput), 3.5 Flash-Cyber (security, limited pilot) |
| Release date | July 21, 2026 |
| 3.6 Flash pricing | $1.50 in / $7.50 out per 1M tokens (down from $9/1M output on 3.5 Flash) |
| 3.5 Flash-Lite pricing | $0.30 in / $2.50 out per 1M tokens, 350 tokens/sec |
| 3.5 Flash-Cyber | Limited-access pilot for governments and trusted partners |
| All models | 1M token context window, March 2026 knowledge cutoff, native multimodal |
| Last verified | July 23, 2026 |
Sources: Google blog announcement, DeepMind 3.6 Flash model card, Gemini API pricing page
What Are Google's Three New Gemini Models?
The three models target different layers of the AI stack — from everyday development to high-volume processing to security research. All three share a 1 million-token context window and a March 2026 knowledge cutoff, but they differ sharply in speed, price, and purpose.
Gemini 3.6 Flash — The Workhorse
Gemini 3.6 Flash is Google's new default model for coding, knowledge work, multimodal tasks, and agentic workflows. It replaces 3.5 Flash as the everyday model developers reach for. The key improvement: it does more work with fewer tokens. Google reports a 17% reduction in output tokens across the Artificial Analysis Index, with reductions up to 65% on DeepSWE (a long-horizon software engineering benchmark).
The efficiency gain compounds with a lower output price. Output tokens dropped from $9.00/1M on 3.5 Flash to $7.50/1M on 3.6 Flash. Input price stays at $1.50/1M. For teams running millions of agentic tasks, the savings show up on the invoice without touching prompts.
Gemini 3.5 Flash-Lite — The High-Throughput Tier
Flash-Lite is built for latency-sensitive, high-volume tasks — agentic search, document processing, classification, reranking. It runs at 350 output tokens per second (the fastest in the 3.5 series) and costs $0.30 input / $2.50 output per 1M tokens. That puts it at roughly one-fifth the cost of Flash for workloads where raw reasoning depth matters less than speed and volume.
Developers can configure thinking levels — minimal for high-volume tasks, higher for multi-step subagent work. On SWE-Bench Pro it scores 54.2%, beating the older Gemini 3 Flash (49.6%). On OSWorld-Verified (computer use), it hits 74.0% vs 65.1% for 3 Flash. It is also rolling out inside Google Search.
Gemini 3.5 Flash-Cyber — The Security Specialist
Flash-Cyber is a specialized model fine-tuned to find and fix cybersecurity vulnerabilities at scale. It pairs with CodeMender, Google's code security agent, and is available only to governments and trusted partners through a limited-access pilot program — the dual-use nature of the technology makes broader release risky.
The results are real. On Chrome's V8 JavaScript engine, Flash-Cyber found 55 unique vulnerability issues, compared to 47 for Gemini 3.5 Flash and 36 for Claude Opus 4.6. It also uncovered remote code execution vulnerabilities in public APIs within two hours of autonomous operation.
How Does Gemini 3.6 Flash Compare to Its Predecessor?
Gemini 3.6 Flash is a rare upgrade: better on every axis Google published. Higher benchmark scores, fewer tokens, lower price. There is no published trade-off. Here are the numbers side by side.
Benchmark comparison: 3.6 Flash vs 3.5 Flash
| Benchmark | What it tests | 3.6 Flash | 3.5 Flash | Change |
|---|---|---|---|---|
| DeepSWE v1.1 | Long-horizon software engineering | 49% | 37% | +12 pts |
| MLE-Bench | ML engineering tasks | 63.9% | 49.7% | +14.2 pts |
| OSWorld-Verified | Agentic computer use | 83.0% | 78.4% | +4.6 pts |
| GDPval-AA v2 | Knowledge work (Elo) | 1421 | 1349 | +72 |
| Terminal-Bench 2.1 | Agentic terminal coding | 78.0% | 76.2% | +1.8 pts |
| GDM-MRCR v2 (1M) | Long-context retrieval | 54.0% | 26.6% | +27.4 pts |
Source: DeepMind Gemini 3.6 Flash model card evaluation table, accessed July 23, 2026
The DeepSWE jump is the one coding teams should care about most. Google attributes the gain to higher precision — fewer unwanted code edits and fewer execution loops, not just more raw capability. The long-context retrieval doubling (26.6% to 54.0% at 1M tokens) matters for anyone working with large codebases or long documents.
Pricing comparison
| Gemini 3.6 Flash | Gemini 3.5 Flash | |
|---|---|---|
| Input price | $1.50 / 1M tokens | $1.50 / 1M tokens |
| Output price | $7.50 / 1M tokens | $9.00 / 1M tokens |
| Output tokens per task | ~17% fewer (up to 65% fewer on DeepSWE) | Baseline |
| Effective cost per task | Meaningfully lower | Baseline |
The compounding effect is the story. A task that used to emit 100K output tokens now emits roughly 83K — and each token costs less. For high-volume agentic workloads, the savings compound across millions of tasks.
What Is Gemini 3.5 Flash-Lite Best Used For?
Gemini 3.5 Flash-Lite is the right pick when speed and cost matter more than deep reasoning. At $0.30 input / $2.50 output per 1M tokens and 350 tokens per second, it is designed for high-throughput pipelines: agentic search, document classification, content moderation, reranking, and similar volume-driven tasks.
Flash-Lite vs predecessor benchmarks
| Benchmark | 3.5 Flash-Lite | Older model | Change |
|---|---|---|---|
| Terminal-Bench 2.1 | 54% | 31% (3.1 Flash-Lite) | +23 pts |
| GDM-MRCR v2 (long context) | 72.2% | 60.1% (3.1 Flash-Lite) | +12.1 pts |
| SWE-Bench Pro | 54.2% | 49.6% (3 Flash) | +4.6 pts |
| OSWorld-Verified | 74.0% | 65.1% (3 Flash) | +8.9 pts |
| GDPval-AA v2 | 1140 | 642 (3.1 Flash-Lite) | +498 |
Source: Google blog announcement
The configurable thinking levels are the practical feature here. Set minimal thinking for a classification pipeline running millions of requests. Set higher thinking when Flash-Lite works as a subagent inside a multi-step workflow orchestrated by 3.6 Flash. That pairing — 3.6 Flash as the master agent, 3.5 Flash-Lite as the fast worker — is the architecture Google explicitly highlights.
What Can Gemini 3.5 Flash-Cyber Actually Do?
Flash-Cyber is the most novel of the three releases. It is not a general-purpose model — it is a fine-tuned specialist for finding and fixing security vulnerabilities, and it is locked behind a limited-access pilot for governments and trusted partners only.
The V8 results
Google tested Flash-Cyber against Chrome's V8 JavaScript engine — the same engine that powers Chrome, Node.js, and much of the server-side JavaScript world. The numbers:
| Model | Unique V8 issues found |
|---|---|
| Gemini 3.5 Flash-Cyber | 55 |
| Gemini 3.5 Flash | 47 |
| Claude Opus 4.6 | 36 |
Flash-Cyber also found remote code execution (RCE) vulnerabilities in public APIs within two hours of autonomous operation. It achieves competitive frontier performance on the CyberGym benchmark using multiple agents working together to produce a combined report.
Why it is restricted
The model is dual-use: the same capability that finds vulnerabilities to fix them could theoretically be used to find vulnerabilities to exploit them. Google has restricted access to governments and trusted partners through the CodeMender agent. There is no public API, no AI Studio access, and no announced timeline for broader release.
If you are a security professional, this is the model to watch. If you are a developer, the relevant takeaway is that Google is investing in AI-for-security as a distinct capability — and the results suggest it works.
Where Can You Access the New Gemini Models?
Gemini 3.6 Flash and 3.5 Flash-Lite are available now. Flash-Cyber is not.
Gemini 3.6 Flash availability
- Developers: Google AI Studio, Android Studio, Google Antigravity
- Enterprise: Gemini Enterprise Agent Platform, Gemini Enterprise app
- General users: Gemini app
- Third-party: GitHub Copilot (available same day as launch)
Gemini 3.5 Flash-Lite availability
- Developers: Google AI Studio, Android Studio
- Enterprise: Gemini Enterprise Agent Platform
- General users: Gemini app, and rolling out in Google Search
- Third-party: Not yet listed on the launch page
Gemini 3.5 Flash-Cyber availability
- Governments and trusted partners only, via CodeMender as part of a limited-access pilot. No public access.
Source: Google blog announcement
Which Gemini Model Should You Use for Your Workload?
The three models are designed to cover different parts of the cost-capability-speed triangle. Here is a practical decision guide.
| Your workload | Recommended model | Why |
|---|---|---|
| Agentic coding, code review, IDE assistant | 3.6 Flash | Best coding scores (DeepSWE 49%, SWE-Bench 58.7%) + 17-65% token savings |
| Computer use / browser automation | 3.6 Flash | 83% on OSWorld-Verified, computer use is now a built-in tool |
| Document parsing, analysis, report drafting | 3.6 Flash | Validated by Harvey (legal) and Hebbia (finance) at launch |
| High-volume classification, reranking, search | 3.5 Flash-Lite | 350 tok/s at $0.30/$2.50 — one-fifth the cost of Flash |
| Multi-step subagent workflows | 3.6 Flash as master + Flash-Lite as worker | Google's explicitly recommended architecture |
| Security vulnerability research (gov/partner) | 3.5 Flash-Cyber | 55 unique V8 issues, RCE discovery in 2 hours |
| Budget-constrained simple tasks | 3.5 Flash-Lite | Cheapest Gemini model with real agentic capability |
If you are migrating from 3.5 Flash, the practical checklist before flipping the model string:
- Re-run your eval suite — output is tighter and shorter. Assertions on response length may break.
- Re-check structured-output parsing — reduced verbosity is usually good for JSON, but verify.
- Re-test refusal-sensitive flows — false refusal rate should drop, but confirm your safety filters align.
- Measure cost per task, not per token — the 17-65% token reduction means per-token comparisons undersell the savings.
What Is the Difference Between Gemini 3.6 Flash and Flash-Lite?
The core difference is the speed-price-capability tradeoff. 3.6 Flash is the smarter model — better at coding, reasoning, long-context retrieval, and computer use. 3.5 Flash-Lite is the faster, cheaper model — 350 tokens per second at one-fifth the cost.
Think of it as a two-tier system. Flash does the hard thinking. Flash-Lite handles the volume. In a multi-agent setup, 3.6 Flash acts as the orchestrator deciding what to do, and 3.5 Flash-Lite executes the high-volume subtasks at speed and low cost. This is not just theory — Google explicitly describes this pattern in their launch announcement, demonstrating Flash-Lite extracting product features from a large e-commerce dataset "working alongside 3.6 Flash as the master agent."
For individual developers who do not need the volume tier, 3.6 Flash alone is the right default. For teams running production pipelines with millions of requests, the Flash + Flash-Lite pairing is where the real savings live.
How Do These Models Fit Into the Competitive Landscape?
The Gemini 3.6 Flash launch lands in an increasingly crowded mid-tier. Here is how it compares on the key benchmarks Google published — but note these are Google's own numbers, and independent verification is still catching up.
| Benchmark | 3.6 Flash | GPT-5.6 Luna | Grok 4.5 | Claude Sonnet 5 |
|---|---|---|---|---|
| SWE-Bench Pro | 58.7% | 62.7% | 64.7% | 63.2% |
| DeepSWE v1.1 | 49% | 67% | 54% | 54% |
| Output price / 1M | $7.50 | $6.00 | $6.00 | $15.00 |
| Input price / 1M | $1.50 | $1.00 | $2.00 | $3.00 |
| GDPval-AA v2 | 1421 | 1584 | 1535 | 1607 |
Source: DeepMind Gemini 3.6 Flash model card
The picture: 3.6 Flash is competitive but not the leader on raw coding benchmarks. Its advantage is the combination of the 1M context window, 17% token efficiency, the lower output price, and the built-in computer-use tool. GPT-5.6 Luna is cheaper on input and ahead on some coding benchmarks, but does not match the 1M context or multimodal capabilities. Claude Sonnet 5 leads on knowledge work but at 2x the price.
For a deeper comparison across the frontier models that shipped this month, see our Qwen 3.8 vs Claude Fable 5 vs GPT-5.6 Sol showdown.
Is Gemini 3.5 Pro Still Delayed?
Yes. Gemini 3.5 Pro was announced at Google I/O 2026 with a promised June release, but that date came and went. Bloomberg reported the delay is tied to the model underperforming on coding benchmarks internally — Google reportedly retrained on updated data in late June only to see disappointing results again.
Google has confirmed it is testing 3.5 Pro with select partners and the US government, but there is still no public release date. Meanwhile, Google also announced that it has started pre-training Gemini 4, calling it their "most ambitious pre-training run yet." No timeline for Gemini 4 either.
The Flash releases are, in part, Google's way of shipping something while Pro continues to cook. This is a pattern Google has used before — when 3.5 Pro first missed its window, the company turned to 3.5 Flash to fill the gap.
Frequently Asked Questions
When was Gemini 3.6 Flash released?
Gemini 3.6 Flash was released on July 21, 2026, alongside Gemini 3.5 Flash-Lite and Gemini 3.5 Flash-Cyber. It is available immediately in Google AI Studio, Android Studio, the Gemini app, GitHub Copilot, and Gemini Enterprise.
How much does Gemini 3.6 Flash cost?
Gemini 3.6 Flash costs $1.50 per 1 million input tokens and $7.50 per 1 million output tokens. This is a reduction from Gemini 3.5 Flash, which charged $9.00 per 1 million output tokens. Combined with 17% fewer output tokens per task, the effective cost per task is meaningfully lower.
What is the context window for Gemini 3.6 Flash?
Gemini 3.6 Flash supports a 1 million token context window with a 64,000 token output cap. The knowledge cutoff date is March 2026, up from January 2025 on Gemini 3.5 Flash.
What is the fastest Gemini model in 2026?
Gemini 3.5 Flash-Lite is the fastest model in the 3.5 series at 350 output tokens per second, according to Artificial Analysis. It is designed for high-throughput, low-latency tasks.
Is Gemini 3.5 Flash-Cyber available to developers?
No. Gemini 3.5 Flash-Cyber is available only to governments and trusted partners through Google's CodeMender agent as part of a limited-access pilot. There is no public API or AI Studio access due to the dual-use nature of the security technology.
Should I upgrade from Gemini 3.5 Flash to 3.6 Flash?
For most workloads, yes. 3.6 Flash is better on every published benchmark while costing less per task. The main caveat: if you have heavily tuned prompts with strict output-format parsing, re-validate your parsers since 3.6 Flash produces shorter, tighter output.
The Bottom Line
Google's three-model release on July 21, 2026 covers the full stack. If you want one model for daily work, it is 3.6 Flash — cheaper, smarter, and more token-efficient than what came before. If you are running production pipelines at scale, pair it with 3.5 Flash-Lite as the high-throughput worker. And if you are in security research with government access, Flash-Cyber's V8 results suggest AI vulnerability detection has moved from experiment to production.
The gap Gemini has not closed is at the top. 3.5 Pro is still stuck in testing, and the coding benchmarks show Google trailing GPT-5.6 Luna and Grok 4.5 on some agentic measures. But for the mid-tier where most developers actually live, 3.6 Flash is the new default — and it is available today.
The 1M context window that Gemini pioneered remains its structural advantage. And as Google's Frozen v2 chip project pushes toward hardwiring model inference into silicon, the cost curve for running these models is likely to continue bending downward.
For more on optimizing your AI inference costs across models, see our guide on cutting AI inference costs 60% with open-source model routing. And if you are also exploring open-weight alternatives, our DeepSeek V4 guide covers the most cost-effective open model shipping right now.
This article is based on a YouTube news segment and independently fact-checked against Google's official blog announcement, DeepMind model cards, and the Gemini API pricing page. The original video source is Julian Goldie's coverage of the Gemini 3.6 Flash release. All benchmark numbers and pricing figures are cited from primary sources. This article was AI-assisted and reviewed by the author.
Author: Sham, AI Engineer & Founder, The Tech Archive. Azure AI-102/AI-900 certified.

Discussion
0 comments