July 23, 2026. On July 21, Google DeepMind released three new Gemini models built for one job, running AI agents in production, and pointedly left out the one everyone was waiting for. The new lineup is Gemini 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber, all aimed at efficiency, latency, and reliability rather than raw frontier reasoning. There was no Gemini 3.5 Pro, Google's flagship, which has not been updated since February. As TechCrunch noted, the launch is notable for what it did not ship. For the agencies and operators who run real automations, that trade is the story: the layer you actually pay for got cheaper and better this week.
What Google shipped
- Gemini 3.6 Flash, the workhorse model, now costs 1.50 dollars per million input tokens and 7.50 dollars per million output tokens, down from 9.00 dollars on output, and Google says it uses about 17 percent fewer output tokens than 3.5 Flash on the Artificial Analysis Index. It also posts real quality gains: DeepSWE coding 49 percent versus 37 percent, MLE Bench 63.9 percent versus 49.7 percent, and OSWorld computer use 83.0 percent versus 78.4 percent.
- Gemini 3.5 Flash-Lite, the cheapest model in the class at 0.30 dollars input and 2.50 dollars output per million tokens, runs at about 350 output tokens per second and, on several agent and coding tests, beats the older and larger Gemini 3 Flash. It is also rolling out inside Google Search.
- Gemini 3.5 Flash Cyber, a security tuned model that finds and fixes code vulnerabilities inside Google's CodeMender agent, will be limited to governments and trusted partners in a pilot because of its dual use risk.
- No Gemini 3.5 Pro. Google says the flagship is testing with partners and will ship when ready. Bloomberg reported on July 16 that the launch slipped because the model fell short of internal goals, and DeepMind says it has already started its most ambitious pre training run yet, for Gemini 4.
The workhorse tier is where agencies live
It is easy to fixate on flagship models, but the economics of an agency automation almost never rest on one. A client's support deflection bot, a lead qualification flow, a document parser, an n8n or GoHighLevel workflow that fires thousands of times a day, all of these are high volume, moderate difficulty calls. They run on the workhorse tier, and the bill is set by price per token multiplied by a very large number of tokens. Cutting the output price and the token count at the same time is a compounding win: a 17 percent token reduction stacked on a lower per token rate lands on every single run.
Google is explicit that this is the point. Its own framing is that the Flash series is built to hit the sweet spot of efficiency and quality for scaling agentic workflows, and both new models now include computer use as a built in tool, which is exactly what production agents need to click through real software. If you build or run automations for clients, this is the tier that decides whether a project is profitable. Our AI automation work is scoped around exactly these numbers.
The new cost math, in practice
Consider a mid volume client agent that generates 50 million output tokens a month. On 3.5 Flash at 9.00 dollars per million, that is 450 dollars. On 3.6 Flash at 7.50 dollars it is 375 dollars before counting the token reduction, and roughly 310 dollars after Google's stated 17 percent efficiency gain. That is close to a 30 percent line item cut for a model that also scores higher on coding and computer use. Multiply across a book of clients and it is the difference between a margin and a loss. For very high volume, latency sensitive work like search or bulk document processing, Flash-Lite at 0.30 and 2.50 dollars is cheaper still, and Google says it now outperforms the older Gemini 3 Flash on several agent benchmarks.
The missing flagship is a signal
The absence of Gemini 3.5 Pro matters as much as the releases. While Google's flagship has sat unchanged since February, OpenAI shipped GPT-5.5 and began rolling out GPT-5.6, and Anthropic launched Opus 4.8, Sonnet 5, and expanded access to Fable 5. A flagship that is late because it missed internal targets is not something to architect around. The practical lesson for operators is to build on models that are generally available today and to keep your stack model agnostic, so that when Pro, or a rival, does ship, you can route to it without rewriting anything. That is the same discipline we bring when clients hire an AI engineer through us.
What it means for operators
The takeaway is not to switch everything to Gemini. It is to treat the model as a cost and quality decision you revisit on every release, and to make sure your architecture lets you. A five step response:
- Inventory which of your workflows call which model tier, and how many tokens each burns per month. Most teams have never counted.
- Move high volume, moderate difficulty production traffic to a Flash class model, and reserve flagship reasoning for the few tasks that genuinely need it.
- Re run your unit economics with the new rate cards before you quote or renew a retainer. A 30 percent change in model cost can move a fixed fee engagement from red to black.
- On Flash-Lite, use the low thinking level for bulk work and a higher level only for multi step subtasks, so you pay for reasoning only where it earns its keep.
- Test any swap on your own evaluations, not the vendor's benchmarks, because quality varies by task, and keep a routing layer so no client workflow is welded to one provider.
For agencies wiring these models into client systems through tools like n8n and GoHighLevel, the routing layer is the product. If you want that built and governed properly, our AI automation agency and n8n developers do exactly this.
The honest caveats
Every benchmark here is Google's own or vendor reported, so treat the numbers as a reason to test, not a guarantee. Flash Cyber is gated to governments and trusted partners, so most businesses cannot use it yet. And a cheaper model that is wrong is not cheaper, so the token savings only count if the output still clears your quality bar. Measure on your own workload before you migrate a paying client.
Frequently Asked Questions
Gemini 3.6 Flash is Google's new workhorse model for production AI agents. Google says it uses about 17 percent fewer output tokens than 3.5 Flash while scoring higher on coding, computer use, and knowledge work, and it costs less per output token. In short, it is meant to do the same everyday agent work for less money.
Gemini 3.6 Flash is priced at 1.50 dollars per million input tokens and 7.50 dollars per million output tokens, down from 9.00 dollars on output for 3.5 Flash. The cheaper 3.5 Flash-Lite is 0.30 dollars input and 2.50 dollars output per million tokens for high volume work.
Google says its flagship Gemini 3.5 Pro is still testing with partners and will launch when it is ready. Bloomberg reported on July 16 that the release slipped because the model fell short of internal performance goals. Google's flagship has not been updated since February 2026.
Flash Cyber is a security tuned model that finds and fixes code vulnerabilities inside Google's CodeMender agent. Because it is dual use, Google is limiting it to governments and trusted partners in a pilot, so most businesses cannot access it yet.
Not blindly. The right move is to inventory which workflows use which model, test a Flash class model on your own evaluations, and route high volume production traffic to the cheapest model that still passes your quality bar. Keep a routing layer so no workflow is locked to one provider.
3.6 Flash is the higher quality workhorse for general agent tasks, while 3.5 Flash-Lite is the fastest and cheapest option, about 350 output tokens per second, built for very high volume or latency sensitive jobs like search and bulk document processing. Many teams use both, routing each task to the cheaper model that can handle it.