Skip to content

Google Still Can't Ship Gemini 3.5 Pro. It Shipped Three Cheaper Models Instead.

DS
LDS Team
Let's Data Science
8 min
On July 21, Google released Gemini 3.6 Flash, 3.5 Flash-Lite, and a gated 3.5 Flash Cyber, then confirmed its flagship 3.5 Pro is still not ready after a third missed target. The new workhorse uses 17% fewer output tokens and cut its output price to $7.50 per million. Google also said it has started its most ambitious pretraining run yet, for Gemini 4.

The most important line in Google's July 21 announcement was about a model it did not release.

Buried under three new Gemini launches, the DeepMind team confirmed what Bloomberg had reported five days earlier: Gemini 3.5 Pro, the flagship Sundar Pichai promised would ship in June, is still "testing with partners" and still not ready for the public. It has now missed its target three times since Google I/O.

So Google shipped the tier below it. On the same morning it admitted the flagship was late again, the company released Gemini 3.6 Flash, Gemini 3.5 Flash-Lite, and a security-tuned Gemini 3.5 Flash Cyber. Then it announced it had already started pretraining the generation after the one it cannot finish.

For a company that has not landed a frontier flagship in months, that is a lot to ask the market to look past. For the engineers routing production traffic, it might not matter at all.

The Flash Tier Is Where the Real Money Runs

Here is the counterintuitive fact behind the whole release: most enterprise AI calls never touch a flagship model. Classification, summarization, extraction, and routine code generation make up the overwhelming majority of production volume, and none of them need top-tier reasoning. That work runs on the cheap, fast Flash tier, and that is exactly where Google chose to compete.

Gemini 3.6 Flash is the new default workhorse, and its headline is efficiency rather than raw intelligence. On the Artificial Analysis Index, it uses 17% fewer output tokens than the 3.5 Flash model launched at I/O, and it takes fewer reasoning steps and tool calls to finish multi-step jobs. On the DeepSWE coding benchmark, Google reports the token reduction reaches as high as 65%.

Token efficiency is the underrated number in AI economics. A model that returns the same answer using fewer output tokens is cheaper in practice regardless of the sticker price, because you pay per token. Google cut the sticker price too. The output rate on Gemini 3.6 Flash fell to $7.50 per million tokens, down from nine on the previous generation, with input listed at a dollar and a half (the full split is in the table below). Lower verbosity on top of a lower rate compounds into a real drop in cost per agentic task.

The quality numbers moved in the right direction at the same time. On DeepSWE, 3.6 Flash scores 49% versus 37% for its predecessor. On MLE Bench, a machine-learning research benchmark, it hits 63.9% versus 49.7%. On OSWorld-Verified, a test of computer-use agents, it reaches 83.0% versus 78.4%. Its knowledge cutoff also jumps more than a year, from January 2025 to March 2026, which means it finally knows the tools and library versions that shipped this spring. Early customers including Hebbia and Harvey cite gains in document parsing and report drafting.

Three Models, Three Jobs

The other two releases fill out the tier rather than reach above it.

ModelPrice (input / output, USD per 1M tokens)Headline result
Gemini 3.6 Flash1.50 / 7.5017% fewer output tokens; DeepSWE 49% vs 37%
Gemini 3.5 Flash-Lite0.30 / 2.50350 output tokens/sec; Terminal-Bench 2.1 54% vs 31%
Gemini 3.5 Flash CyberGated pilot (governments, trusted partners)55 confirmed V8 bugs vs 47 (3.5 Flash), 36 (Opus 4.6)

Gemini 3.5 Flash-Lite is the throughput play, built for high-volume, low-latency jobs like agentic search and document processing. Artificial Analysis clocks it at 350 output tokens per second. It clears the older 3.1 Flash-Lite by wide margins on coding (Terminal-Bench 2.1 at 54% versus 31%) and long context (GDM-MRCR v2 at 72.2% versus 60.1%), and it exposes configurable thinking levels so developers can trade cost for depth per task.

Gemini 3.5 Flash Cyber is the specialized one, and the most interesting. It is fine-tuned to find, validate, and patch software vulnerabilities, and it is built cheap on purpose. Finding deep flaws means exploring an enormous execution search space, and a single call to one giant model becomes a bottleneck. Google's answer is a cheap model called many times: inside its CodeMender agent, several Flash Cyber instances run in parallel, and CodeMender invokes the model up to five times before merging the findings into one report. On Google's V8 JavaScript engine evaluation, that setup found 55 unique confirmed issues, against 47 for mainline 3.5 Flash and 36 for Claude Opus 4.6, and it caught 10 issues the other two missed. In one test, Google's own vulnerability-research team used it to find remote-code-execution flaws in public APIs within two hours.

Google is not releasing that one to everyone. Flash Cyber is gated to governments and trusted partners under a limited-access pilot, the same restraint Anthropic applies to its Mythos security models. A model that finds exploitable bugs helps the defender patching the system and the attacker hunting the same system, and the offensive use needs no extra work. Google framed the gating plainly, saying the pilot "will give frontline defenders a head start in finding and fixing critical vulnerabilities before they can be exploited, while mitigating against broader misuse."

The Price War Google Actually Entered

The Flash launch lands in the middle of a price fight Google did not start and cannot easily win on cost alone.

Gemini 3.6 Flash at $7.50 per million output tokens is competitive against other commercial high-volume tiers. It is not competitive against a model you can download and run yourself. Chinese open-weight releases have been dragging the floor down all month: DeepSeek's V4 Flash tier runs as low as 28 cents per million output tokens, and Moonshot's Kimi K3, which topped a major coding leaderboard, puts its weights out free on July 27. For the exact workloads Flash targets, self-hosting is now a real option that benchmarks well, which is a materially different negotiating position than enterprises had a quarter ago. Our comparison of open-source LLMs in 2026 tracks how fast that floor has moved.

Google's counter is availability at every layer of its stack. Gemini 3.6 Flash and 3.5 Flash-Lite are live today through the Gemini API in AI Studio and Android Studio, inside Google Antigravity, and rolling out in GitHub Copilot, with both models in the Gemini Enterprise platform and Flash-Lite reaching Google Search. The strategy is the same one Google ran in May, when its Flash model launched beating its own flagship: win the tier where volume lives, and make the flagship delay hurt less.

Then there is Gemini 4. In the same update, the DeepMind team wrote that it has "already started our most ambitious pre-training run yet, for Gemini 4." Google scrapped and restarted the 3.5 Pro base model once already. Pointing past a flagship it cannot ship, toward a generation measured in quarters, is either the confident move of a lab that knows its next swing is bigger, or an admission that the current one is not coming.

The Other Side

Not everyone read the release as a comeback.

On Hacker News, some developers argued Google is overselling capacity it cannot reliably provision, citing frustrating hands-on coding sessions with recent Gemini models. The complaint tracks with the flagship story: shipping efficient Flash models is a different thing than delivering the frontier reasoning Google keeps promising, and a benchmark table does not fix a model that is not there.

The gated Flash Cyber release drew its own debate. Restricting an automated bug-finder to approved partners buys time, critics note, but it does not solve the underlying problem, because open-weight models are improving fast and a capable one can be fine-tuned for vulnerability discovery by anyone with modest resources. Gating is a temporary control, not a permanent one, and the honest case for it is that the defensive deployments racing to patch faster are the actual answer.

The competitive read cuts both ways as well. Bulls see a rational company strengthening the layer where it can win on cost while a better flagship cooks. Skeptics see a firm that has now asked enterprises for patience three times, while Kimi K3, DeepSeek V4, GPT-5.6, and Claude all ship into the gap.

The Bottom Line

Strip away the benchmark tables and the release is a bet. Google is wagering that the flagship tier matters less than everyone assumes, that the money is in the high-volume Flash layer, and that shipping aggressive price and efficiency cuts there buys enough goodwill to survive one more delay on Gemini 3.5 Pro. On the economics, that bet is probably right. The majority of production AI never needed a flagship, and a 17% token cut with a lower price is the most practically useful thing Google has shipped in months.

The risk is everything the bet leaves unsaid. A company that announces its next-generation pretraining run while its current flagship is still "testing with partners" is inviting the obvious question of whether 3.5 Pro will arrive at all. Enterprises making platform decisions this quarter cannot deploy a pretraining run, and the open-weight models eating the Flash tier from below do not care how ambitious Gemini 4 is.

Google shipped three models and skipped the one everyone was waiting for. Whether that reads as focus or as retreat depends entirely on a model nobody outside a partner program has been allowed to use.

Sources

Practice with real Ad Tech data

90 SQL & Python problems · 15 industry datasets

250 free problems · No credit card

See all Ad Tech problems