Model review
Gemini 3.5 Flash shipped on May 19, 2026, and it broke a rule we thought was safe: "Flash" models are the cheap, dumb siblings. Not this one. Google DeepMind built a model that posts frontier-class numbers on all three benchmarks we track while streaming at 167 tokens per second — one of the fastest models on our leaderboard, and faster than everything above it in the quality rankings. A million tokens of context and $1.50-per-million input pricing round out a spec sheet that reads like someone at DeepMind got tired of the speed-versus-smarts tradeoff and decided to just delete it.
We've been running it in real seats since launch. Here's the honest read.
The numbers
Our Vibe Coding Index weights SWE-bench Verified at 40%, Terminal-Bench at 30%, and LiveCodeBench at 30% — because resolving real GitHub issues is the job, operating a shell is the workflow, and contest problems are the IQ test. Flash is the rare model that shows up for all three:
| Model | SWE-bench Verified | Terminal-Bench | LiveCodeBench | $ in / $ out per M |
|---|---|---|---|---|
| 95.0 | 83.1 | 89.8 | 10.00 / 50.00 | |
| 88.6 | 78.9 | 87.8 | 5.00 / 25.00 | |
| 79.3 | 76.2 | 87.6 | 1.50 / 9.00 | |
| 74.8 | 78.4 | 87.3 | 1.75 / 14.00 |
Read that middle row carefully. On LiveCodeBench, Flash sits 0.2 points behind Claude Opus 4.8 — a model that costs more than three times as much per input token. On SWE-bench Verified it clears GPT-5.3 Codex by 4.5 points. The Terminal-Bench 76.2 is the number that surprised us most: agentic shell work is where cheap models traditionally fall apart, and Flash simply doesn't. It trails the Claude flagships on real repo work — the gap to Fable 5's 95.0 SWE score is real and you feel it on gnarly, multi-file issues — but nothing else at this price tier is close to this complete.
The price math
Take a heavy month: 50 million input tokens, 10 million output. That's a realistic load for a developer running agents daily, not a hypothetical. Flash costs 50 × $1.50 + 10 × $9.00 = $165. The same month on Claude Opus 4.8 is 50 × $5 + 10 × $25 = $500. On Fable 5 it's $1,000. On GPT-5.3 Codex it's $227.50 — and Codex loses to Flash on two of three benchmarks.
Two second-order effects make the real gap even wider than the sticker math. First, speed compounds with price: because Flash finishes tasks in fewer wall-clock minutes, you iterate more per session — and a model you actually iterate with catches its own mistakes earlier, before they metastasize into expensive retries. Second, the 1M context window means you stop paying the hidden tax of context management: no summarize-and-reload cycles, no re-sending the same files across a fragmented session. On long-running agent work we've measured meaningfully fewer total tokens per completed task than the raw per-token comparison would predict, simply because the model isn't constantly re-establishing context it already had.
Flash isn't the cheapest model we track — DeepSeek V4 Pro and MiniMax M3 both undercut it hard, and our cheapest-models roundup covers that tier. But those models trade away speed or benchmark coverage to get there. Flash is the price point where you stop making excuses for the model.
Its best seat on the team
Speed changes which jobs a model is good at. At 167 tok/s, Flash's natural seats are fast-feedback builder and scout. As a builder, it's the model you hand the well-scoped tickets: the iteration loop is so tight that you review its work while the context is still warm in your head, and the 1M context window means it holds the whole feature surface without pruning. As a scout, it's close to unfair — point it at an unfamiliar codebase with a million tokens of files loaded and it comes back with a map before a slower frontier model finishes reading.
The only other model playing this game is Qwen3.7 Max at 204 tok/s, which we compare in our fastest-models guide — Qwen is faster, Flash has the published Terminal-Bench score and the cheaper input tokens. What Flash is not is your architect. On the hardest, messiest repo work, the 15-point SWE gap to Fable 5 shows up as wrong turns that a stronger model wouldn't take. Our answer is the standard one: Flash builds, a frontier model reviews, and a verification gate runs the tests before anything is called done. See our best-model rankings for how that pairing shakes out across the board.
Verdict
Gemini 3.5 Flash is the best price-to-capability ratio among the closed frontier models right now, and it's not particularly close. If you run agents all day and your bill has a comma in it, this is the first model you should audition as your default builder. Who should skip it: teams whose work lives at the hard end of real-repo complexity — large refactors, tangled legacy systems — where the SWE-bench gap to Claude's flagships translates into rework that eats the savings. And if your ceiling is $30 a month rather than $165, the open-weight tier in our open-weight guide is where your math actually works. For everyone in between, Flash is the new default answer.