Model Review

Gemini 3.6 Flash Review: 9/9 Correct, $8.02 per 1,000 Tasks

Gemini 3.6 Flash launched on 2026-07-21 at $1.50 / $7.50 per 1M tokens with a 1,048,576-token context. That is budget-tier pricing. We ran it on our executed coding harness on 2026-07-28 and got a result we did not expect: it scored a perfect 9/9, and it cost $8.02 per 1,000 tasks — behind only Gemini 3.1 Pro at $14.70 and GPT-5.5 at $8.83 among the 21 models we have run. The reason is one number: 933 reasoning tokens per task, more than any model in the 13-model core sweep, where the top was 732. Qwen3 Coder Next scored the same 9/9 on the same nine tasks for $0.10. This review shows the measurements, the arithmetic behind them, and where the comparison stops being fair.

Gemini 3.6 Flash measured cost per 1,000 coding tasks vs GPT-5.5, Claude and Qwen3 Coder Next

What we measured

The one-line version. A model priced like a budget tier behaved like a reasoning flagship. It bought its perfect score with thinking tokens, and thinking tokens bill at the $7.50 output rate. On short, well-specified coding tasks that is a bad trade. On the long-context work a 1M-token Flash model is actually built for, we have no data either way — see what our benchmark does not say.

What Gemini 3.6 Flash is

Google shipped Gemini 3.6 Flash on 2026-07-21, alongside Gemini 3.5 Flash-Lite. The notable absence was a 3.5 Pro: Google said the Pro model fell short internally on coding and complex reasoning, so it did not ship, and Google pointed forward to Gemini 4 instead. That is unusual candour from a vendor, and it frames 3.6 Flash as the release carrying the generation.

FactValueSource
Released2026-07-21Vendor
Input price$1.50 per 1M tokensVerified list price, 2026-07-29
Output price$7.50 per 1M tokensVerified list price, 2026-07-29
Context window1,048,576 tokensVerified list price, 2026-07-29
Shipped alongsideGemini 3.5 Flash-LiteVendor
No 3.5 ProHeld back; short on coding and complex reasoning internallyVendor statement
Output-token efficiency~17% fewer output tokens than 3.5 FlashVendor-reported, not verified by us
Coding, long-context, computer-use benchmarksHigher than 3.5 FlashVendor-reported, not verified by us

Two of those rows deserve a flag. Google's claim that 3.6 Flash uses roughly 17% fewer output tokens than Gemini 3.5 Flash while scoring higher on coding, long-context and computer-use benchmarks is vendor-reported. We did not verify it and we are not repeating it as fact. It is also worth noting that the output price moved with it: 3.5 Flash lists at $1.50 / $9, and 3.6 Flash at $1.50 / $7.50 — a 17% cut on the output rate. Cheaper per token, and Google says fewer tokens. On paper that is a double discount.

How this is sourced. Launch date, positioning and the token-efficiency claim come from Google's launch materials (blog.google) and are labelled vendor-reported throughout. Prices and context length are from our verified price capture of 2026-07-29; vendors move list prices without notice, so treat every dollar figure as dated rather than permanent. Every performance number below is ours, produced by running the model. Method: our testing methodology.

Our benchmark result: 9/9 at $8.02 per 1,000 tasks

We ran Gemini 3.6 Flash on 2026-07-28 through the same executed-code harness as our 13-model sweep. Nine Python tasks, temperature 0, max_tokens 4000, each answer scored by running the returned code against assertions the model never sees. One scored attempt per task — the harness retries only when the API errors, never when the model returns a wrong answer.

Our benchmark metricGemini 3.6 Flash
Tasks passed (executed against hidden tests)9 / 9
MissesNone
Measured cost per 1,000 tasks$8.02
Average latency per task6.5 s
Wall-clock range across the nine tasks3.4 s to 14.2 s
Reasoning tokens per task (average)933
Run date2026-07-28

The correctness is not in question. It swept all nine. So did ten of the thirteen models in our core sweep, which is the honest context: on this task set, a perfect score is common. What separates models here is what the perfect score costs.

$8.02 per 1,000 tasks puts Gemini 3.6 Flash second on our all-time cost list, behind GPT-5.5 at $8.83 and ahead of Claude Opus 4.8 at $4.05. A model sold as the fast, cheap tier landed 9% below OpenAI's flagship on cost per completed job, and at roughly twice the per-task cost of Claude Opus 4.8.

Measured cost per 1,000 coding tasks — all five scored 9/9DataLLM Lab executed benchmark — price × tokens actually reported by the APIGPT-5.5$8.83Gemini 3.6 Flash$8.02Claude Opus 4.8$4.05Claude Sonnet 5$1.67Qwen3 Coder Next$0.10
Chart: DataLLM Lab — measured cost per 1,000 tasks from our executed 9-task coding benchmark. Every bar shown scored 9/9. Gemini 3.6 Flash costs 80x what Qwen3 Coder Next costs for the identical result. Method: our methodology.
Measured, not invoiced. Cost here is the exact token counts the API reported multiplied by that model's list price on the day of the run. It is not a vendor billing statement. The Gemini 3.6 Flash figure is priced 2026-07-28; the four comparison models come from our 13-model core sweep and are priced 2026-07-17. We do not restate measured costs when a vendor later changes its list price — that would silently mix a new price into an old run — so a cost per 1,000 tasks and a list price elsewhere in this article can be dated differently on purpose. The run goes through OpenRouter's OpenAI-compatible endpoint, deliberately not through the DataLLM Lab gateway, so the numbers do not depend on our own infrastructure.

Why it costs that much: 933 reasoning tokens per task

Gemini 3.6 Flash averaged 933 reasoning tokens per task — more than any model in the 13-model core sweep, where the top was 732. The previous high was DeepSeek V4-Pro at 732, and that model only managed 8/9. For comparison, GPT-5.5 spent 176, and Claude Sonnet 5, Claude Opus 4.8 and Qwen3 Coder Next spent zero.

Reasoning tokens bill at the output rate. At $7.50 per 1M output tokens, 933 tokens per task works out to about $7.00 per 1,000 tasks from thinking alone — roughly 87% of the $8.02 we measured. That is arithmetic on our own token counts at the published list price, not a separate measurement, but it locates the money precisely. You are not paying for the answer. You are paying for the deliberation before the answer.

The distribution is lopsided. Here is what Gemini 3.6 Flash spent on each of the nine tasks in our run:

Gemini 3.6 Flash: reasoning tokens per taskOur run, 2026-07-28 — all nine tasks passed; average 933 tokenstwo_sum341valid_parentheses555merge_intervals659roman_to_int526lcs_len640flatten1,303top_k_words616token_bucket1,145parse_csv_line2,615
Chart: DataLLM Lab — per-task reasoning tokens from our 2026-07-28 run. The three hardest tasks (parse_csv_line, flatten, token_bucket) account for most of the bill. All nine passed.

On parse_csv_line — the task DeepSeek V4-Pro missed — Gemini 3.6 Flash spent 2,615 reasoning tokens. That is one task consuming more thinking than GPT-5.5 spent across all nine tasks put together — 176 per task, 1,584 in total. It got the answer right. At the $7.50 output rate, those 2,615 reasoning tokens cost about two cents on that single function, before a line of visible code.

This is the pattern to internalise: a low sticker price on a thinking model tells you very little about your bill. We wrote up the general version of this in cutting token costs in coding agents, and it is the whole reason our coding cost benchmark reports cost per completed task rather than cost per million tokens.

The comparison that matters: 80x for the same score

Qwen3 Coder Next also scored 9/9, on the same nine tasks, for $0.10 per 1,000 tasks, with zero reasoning tokens. That is 80x cheaper for an identical result. Claude Sonnet 5 also scored 9/9, at $1.67, also with zero reasoning tokens — 4.8x cheaper.

ModelScoreMeasured cost / 1k tasksAvg latencyReasoning tok / taskList price per 1M (captured 2026-07-29)
Gemini 3.6 Flash9/9$8.026.5 s933$1.50 / $7.50
GPT-5.59/9$8.8310.5 s176$5 / $30
Claude Opus 4.89/9$4.056.1 s0$5 / $25
Claude Sonnet 59/9$1.677.2 s0$2 / $10
Qwen3 Coder Next9/9$0.107.0 s0$0.12 / $0.80

Note the column that does not separate them: score. Five models, five perfect sweeps, an 80x spread in cost. Note also the column that inverts the usual story: Gemini 3.6 Flash has the second-cheapest list price in this table and the second-highest measured cost. Sticker price and bill point in opposite directions.

Latency is where Gemini 3.6 Flash does best — though not where it wins outright. 6.5 s average is the third-fastest result across everything we have run, behind Mistral Medium 3.5 at 2.9 s and Claude Opus 4.8 at 6.1 s. Note what that means inside the table above: Claude Opus 4.8 is both faster and half the cost. It out-ran GPT-5.5 by 4 s per task while spending more than five times the reasoning tokens (933 against 176), which says something real about Google's serving stack. If your constraint is wall-clock rather than spend, that matters. If you are shipping thousands of small coding calls a day, it does not matter nearly enough to justify 80x.

For the cheap end of that spread, see the cheapest LLMs for coding; for the full field and how we ranked it, best coding LLM in 2026. Our review of the model that still holds the top of the cost list is here.

What our benchmark does not say

Nine short Python functions say nothing about the work a 1M-context Flash model is built for. We want to be blunt about this, because the headline number above is easy to over-read.

The honest conclusion is narrow, and we will state it narrowly: on short, well-specified coding tasks, Gemini 3.6 Flash's thinking budget makes it expensive per job despite a cheap sticker price. That is what we measured. Extending it to "Gemini 3.6 Flash is a bad model" would be an unsupported leap — it did not miss a single task, and it was fast doing it. If long-context reasoning is your workload, the thing to read next is context rot, not this benchmark.

Pricing, and when the thinking is worth paying for

Gemini 3.6 Flash lists at $1.50 input / $7.50 output per 1M tokens. Against its predecessor, input is flat and output is 17% cheaper — Gemini 3.5 Flash lists at $1.50 / $9. For context in Google's own line, Gemini 3.1 Pro (preview) is $2 / $12. Those are the list prices as of our 2026-07-29 capture. Full per-vendor breakdowns are in our Gemini API pricing guide.

The output rate is the number to watch, because on a thinking model the output rate is the price of the thinking. Three cases where paying it makes sense:

And the case where it does not: routine, well-specified code generation at volume. There, a zero-reasoning coder that scores the same for a fraction of the cost is the correct answer, and the table above names three of them. The practical way to run that comparison on your own traffic is to keep one endpoint and swap the model id — see what an LLM gateway is.

On availability. Our run went through OpenRouter's OpenAI-compatible endpoint, not the DataLLM Lab gateway, so that the measurement does not depend on our own infrastructure. Gemini 3.6 Flash is not currently in the DataLLM Lab catalog — our catalog is not exhaustive. Check the live pricing table for what is callable today.

Compare models on cost per completed task, not per token

One OpenAI-compatible endpoint, 300+ models, live price comparison and automatic failover — swap a model id and see what your own workload actually costs.

FAQ

How did Gemini 3.6 Flash do in your benchmark?

It scored 9/9 on our executed 9-task Python coding harness, run 2026-07-28. No misses. It averaged 6.5 s per task, with a range of 3.4 s to 14.2 s, and 933 reasoning tokens per task. Measured cost was $8.02 per 1,000 tasks.

Why is a Flash model so expensive per task?

Because it thinks a lot and thinking bills at the output rate. 933 reasoning tokens per task beat every model in the 13-model core sweep, where the top was DeepSeek V4-Pro at 732 and it only scored 8/9. We have since measured Gemini 3.1 Pro higher still, at 1,094. At $7.50 per 1M output tokens, the reasoning alone accounts for roughly $7.00 of the $8.02 we measured. On one task, parse_csv_line, it spent 2,615 reasoning tokens.

What is cheaper than Gemini 3.6 Flash for the same result?

On our nine tasks, Qwen3 Coder Next scored the same 9/9 at $0.10 per 1,000 tasks with zero reasoning tokens — 80x cheaper. Claude Sonnet 5 also scored 9/9 at $1.67, also with zero reasoning tokens. Claude Opus 4.8 scored 9/9 at $4.05.

How much does Gemini 3.6 Flash cost per token?

$1.50 per 1M input tokens and $7.50 per 1M output tokens, with a 1,048,576-token context window. That is a 17% cut on the output rate versus Gemini 3.5 Flash ($1.50 / $9). The sticker price is low; our measured cost per completed task was not.

Is Gemini 3.6 Flash actually more efficient than 3.5 Flash?

Google says it uses roughly 17% fewer output tokens than Gemini 3.5 Flash while scoring higher on coding, long-context and computer-use benchmarks. That is vendor-reported and we did not verify it — we have not run Gemini 3.5 Flash on this harness, so we cannot compare them first-party.

Does your result mean Gemini 3.6 Flash is a bad model?

No. It passed every task and was the third-fastest model we have ever run. Our harness tests short Python functions — it says nothing about long-context reasoning, multimodal input, agentic tool use or multi-file refactoring, which is what a 1M-context Flash model is built for. The finding is narrow: on short, well-specified coding tasks its thinking budget makes it expensive per job. Cost here is the token counts the API reported multiplied by list price, measured through OpenRouter rather than our own gateway — full details in our methodology.

Written by

Founder of DataLLM Lab, the unified LLM gateway. Kevin tests models the boring way — same prompts, real costs, unedited outputs — and writes up what the runs actually show. Articles are drafted with AI assistance and published under his name; every first-party number comes from an executed run.

One API for every model

One API, every model.

Get a single API key for Claude Opus 4.7, GPT-5.4, and 300+ more — with automatic price comparison and routing to the best model for every request.