Gemini 3.6 Flash Is Cheaper on Paper and Slower in Practice
By Promptster Team · 2026-08-10
Google shipped Gemini 3.6 Flash in July with a price cut on the output side:
| Model | Input | Output |
|---|---|---|
| Gemini 3.5 Flash | $1.50 | $9.00 |
| Gemini 3.6 Flash | $1.50 | $7.50 |
Same input rate, output down 16.7%. The pitch was better token efficiency and stronger agentic planning. Cheaper and better is the easiest upgrade decision there is — so we checked whether it holds.
It mostly doesn't, in a way that matters more for a Flash-tier model than it would anywhere else.
Quality: no difference we could detect
| Task | 3.6 Flash | 3.5 Flash |
|---|---|---|
| Interval-merge bug (contained-interval case) | PASS | PASS |
| Letter counting (answer: 10) | PASS | PASS |
| 4 sentences × 5 words, no "rain" | PASS | PASS |
Both passed the same hard battery every other model in this series has passed. No separation, which is by now the expected result.
The 17% discount is really 7.7%
| 3.6 Flash | 3.5 Flash | |
|---|---|---|
| Cost (3 tasks) | $0.003531 | $0.003827 |
| Output tokens | 438 | 398 |
A 16.7% cut in the output rate produced a 7.7% saving, because 3.6 Flash emitted 10% more tokens than the model it replaces.
This is the fourth time in this series the rate card has misled us about the bill — after Luna's 5× becoming 3.3×, Grok's 4.2× becoming 11.4×, and Kimi K3 costing more than a model charging double its rate. The saving is still real. It's just half of what the announcement implies.
Notably, this also runs against the "improved token efficiency" framing. On our tasks, the newer model used more tokens, not fewer.
It's consistently slower
This is the part that would change our recommendation.
| Task | 3.6 Flash | 3.5 Flash | 3.6 slower by |
|---|---|---|---|
| Interval-merge bug | 7,452 ms | 4,560 ms | 1.63× |
| Letter counting | 2,724 ms | 1,861 ms | 1.46× |
| Constraint composition | 6,017 ms | 4,112 ms | 1.46× |
| Constraint test (avg of 10 runs each) | 16,152 ms | 7,479 ms | 2.16× |
Every single measurement, same direction. The constraint row is the strongest evidence — ten runs per model, and 3.6 Flash averaged more than twice the latency.
Verbosity doesn't explain it. On the letter-counting task both models answered with two output tokens — the number 10 — and 3.6 Flash still took 46% longer. That's not time spent generating; it's the model being slower per request, most plausibly because it's doing more work internally before it answers.
For a frontier model you might accept that trade. Flash-tier models are chosen specifically for latency. A high-volume classification pipeline or an interactive path that picked Flash for speed is the exact workload that a 1.5–2× latency regression hurts most, and a 7.7% cost saving does not buy it back.
Both are perfect at the thing the frontier fails
We ran the no-letter-"e" constraint test ten times per model — double our usual sample, because our last post showed that five trials measure noise rather than models.
| Model | Clean runs |
|---|---|
| Gemini 3.6 Flash | 10/10 |
| Gemini 3.5 Flash | 10/10 |
Twenty runs, zero violations.
Put that against everything else we've measured on this identical prompt: Claude Opus 5 is 8 of 20 across four separate runs, GPT-5.6 Sol has missed one run in five, Fable 5 missed one in five. Two cheap Flash models went perfect at double the sample size.
We're not claiming Gemini Flash is "better than" Opus 5 — they aren't competing for the same jobs, and our battery deliberately can't measure the long-horizon work the frontier models are sold for. But if your product depends on a hard, checkable output rule, the evidence here says the expensive model is not the safe choice. Constraint adherence is its own axis, and it does not track price.
What we'd actually do
Upgrading 3.5 → 3.6 Flash is not automatic. If you chose Flash for cost, take the 7.7% and move on. If you chose Flash for latency — which is the usual reason — 3.6 is a regression on the dimension you cared about, and 3.5 Flash remains available.
Measure before migrating within a family. A same-family, same-tier version bump with a price cut is the kind of upgrade teams apply without testing. This one is cheaper, slower, and more verbose than its predecessor, and none of that was on the announcement.
Consider Flash for constrained output. Twenty clean constraint runs is the best result we've recorded from any model at any price.
Run it yourself
No account, no API key:
- The constraint test — the one the Flash models sweep
- The letter-counting task — answer is 10
To compare both versions side by side on your own prompts, with the latency and token counts, that's Promptster.
Run 2026-08-08 against gemini-3.6-flash and gemini-3.5-flash via the Promptster API, max_tokens: 4000. Costs computed from list pricing: both $1.50 input; 3.6 Flash $7.50 output, 3.5 Flash $9.00. The three graded tasks were run once per model, so those latency figures are three paired samples rather than a steady-state benchmark — the constraint-test row (ten runs each) is the better-sampled latency comparison and shows the larger gap. Both models measured in the same session from a single region, so network conditions are shared.