Gemini 3.6 Flash, 3.5 Flash-Lite & Flash Cyber: Google's New Agent-Tier Models and What They Cost
By Eric Bush · July 22, 2026 · 6 min read
Google just dropped three new models onto OpenRouter — Gemini 3.6 Flash, Gemini 3.5 Flash-Lite, and Gemini Flash Cyber — each designed from the ground up for agent workloads. With throughput exceeding 150 tokens per second and pricing positioned below the existing Gemini 2.5 Flash tier, Google is making an aggressive play for the multi-turn agent market. Let's break down what "agent-tier" means for your budget.
What Are Agent-Tier Models?
Agent-tier models are optimized for a specific usage pattern: high-throughput, multi-turn loops where an AI agent repeatedly calls tools, evaluates results, and decides next steps. Unlike single-shot chat models, agent workloads generate 10–50x more API calls per task, making per-token cost and latency the two critical variables.
Google's new trio targets exactly this: minimal latency at extreme concurrency, with pricing structured to make long agent loops economically viable. The 150+ tok/s throughput means each turn completes faster, reducing wall-clock time and — crucially — the cost of keeping orchestration infrastructure waiting.
The Three New Models at a Glance
| Model | Target Use Case | Throughput | Key Differentiator |
|---|---|---|---|
| Gemini 3.6 Flash | General agent orchestration | 150+ tok/s | Balanced quality/speed for complex tool use |
| Gemini 3.5 Flash-Lite | High-volume sub-agent tasks | 180+ tok/s | Cheapest per-token for routing/classification |
| Gemini Flash Cyber | Security & code analysis agents | 160+ tok/s | Hardened for adversarial inputs, code scanning |
Pricing Context: Where They Fit in Google's Lineup
These models aren't in our pricing database yet, but we can anchor them against Google's existing tiers. Currently, the Gemini family spans a wide cost range:
| Model | Input (per 1M tokens) | Output (per 1M tokens) | Tier |
|---|---|---|---|
| Gemini 2.5 Pro | $1.25 | $10.00 | Thinking/Pro |
| Gemini 2.5 Flash | $0.30 | $2.50 | Budget |
| New agent-tier (expected) | ~$0.10–$0.25 | ~$0.80–$2.00 | Agent |
Google's Flash tier has historically sat at $0.30 input / $2.50 output. For agent-optimized variants, we expect pricing to sit 20–50% below the standard Flash tier — likely in the $0.10–$0.25 input and $0.80–$2.00 output range. Flash-Lite will be the cheapest (it sacrifices some reasoning depth for raw speed), while Flash Cyber may carry a slight premium for its security-hardened inference pipeline.
Why Agent-Tier Pricing Changes the Math
Consider a typical coding agent session. An agent using Gemini 2.5 Pro might execute 40 tool calls across a complex refactoring task, consuming roughly 200K input tokens and 80K output tokens per run. At current Pro pricing, that's:
200K × $1.25/M + 80K × $10/M = $0.25 + $0.80 = $1.05 per task
If an agent-tier model handles the same workload at $0.15 input / $1.50 output:
200K × $0.15/M + 80K × $1.50/M = $0.03 + $0.12 = $0.15 per task
That's a 7x cost reduction — but only if quality holds. The real question is whether these agent-tier models can handle complex tool orchestration without degrading accuracy enough to require retries (which negate the savings).
When to Use Each Model
Gemini 3.6 Flash — Your default agent backbone. Use it for coding agents, research loops, and multi-step workflows where you need both speed and reasonable quality. It replaces 2.5 Flash in most agent architectures.
Gemini 3.5 Flash-Lite — Sub-agent tasks: intent classification, routing decisions, tool-call validation, and summarization within a larger pipeline. Don't use it for primary reasoning — use it for the 80% of agent turns that are mechanical.
Gemini Flash Cyber — Security-specific workloads: SAST/DAST analysis, vulnerability triage, code review for injection patterns, and compliance checking. The hardened pipeline means it's less likely to be jailbroken by adversarial code inputs.
Competitive Implications
Google is clearly responding to Anthropic's Claude agent ecosystem and OpenAI's agent infrastructure push. By releasing purpose-built agent models at sub-Flash pricing, Google is betting that developers will route their agent traffic to the cheapest viable option — and that volume will compensate for thinner margins.
For teams currently running agents on Gemini 2.5 Flash at $0.30/$2.50, the new models represent an immediate cost reduction opportunity. For teams on GPT-5.6 Sol ($5/$30), switching to an agent-tier Gemini model for the mechanical sub-tasks while keeping Sol for complex reasoning could cut total agent costs by 60–80%.
Bottom Line
Google's agent-tier models signal a new pricing paradigm: models designed not for the best single-turn answer, but for the fastest adequate answer in a multi-turn loop. If your agent architecture can tolerate slightly lower per-turn quality in exchange for dramatically lower cost and latency, these models are worth immediate evaluation.
Want to estimate how much these new models could save you? Use our AI cost calculator to compare Google's pricing tiers against your current agent workload and see the difference per task.
Want to calculate exact costs for your project?
Frequently Asked Questions
What is agent-tier pricing?
Agent-tier pricing refers to model pricing optimized for high-throughput, multi-turn agent workloads — typically lower per-token costs in exchange for slightly reduced single-turn reasoning depth, designed to make long agent loops economically viable.
How do the new Gemini agent models compare to Gemini 2.5 Flash?
The new agent-tier models are expected to price 20–50% below Gemini 2.5 Flash ($0.30/$2.50 per million tokens), offering faster throughput (150+ tok/s) specifically optimized for multi-step tool-calling workflows.
Should I switch my coding agent from GPT-5.6 Sol to a Gemini agent model?
For sub-tasks like classification, routing, and validation, yes — you can save 60–80% by using an agent-tier model. For complex reasoning that requires Sol-level capability ($5/$30 per million tokens), keep Sol as your primary model and offload mechanical turns to the cheaper tier.
Related Articles
Gemini 3 Pro Image and Flash Image Models Are Now GA: Pricing and Cost Guide for Developers
Google's Gemini image generation models — gemini-3-pro-image and gemini-3.1-flash-image — are now generally available via API. Here's the pricing structure, cost per image, and how they compare to DALL-E and Midjourney for developer workflows.
Gemini 3.5 Flash Enters Coding Agent Workflows: Price, Context, and Cost Tradeoffs
Gemini 3.5 Flash pricing is now relevant for coding agents and terminal workflows. Compare its token cost with Gemini 3 Flash, Gemini 3.1 Pro, and other coding models.
Nano Banana 2 Lite at $0.034/Image: What It Means for AI-Assisted Frontend Coding
Google DeepMind launched Nano Banana 2 Lite (gemini-3.1-flash-lite-image) at $0.034 per 1K-resolution image with 4-second generation. We calculate the monthly cost of using it for frontend mockups, icon batches, and UI asset pipelines versus DALL-E and Midjourney API.