Google DeepMind's Gemini 3.6 Flash Beats Its Predecessor While Costing Less
Google ships Gemini 3.6 Flash, 3.5 Flash-Lite, and a restricted cybersecurity model — all cheaper and faster than what they replace

- Gemini 3.6 Flash is cheaper ($7.50/M output vs $9) and better than 3.5 Flash, using 17–65% fewer output tokens on agentic tasks.
- Gemini 3.5 Flash-Lite runs at 350 tokens/sec for $0.30/$2.50 per million tokens, beating 3 Flash on SWE-Bench Pro and OSWorld.
- Gemini 3.5 Flash Cyber is a security-specialized model that found 55 unique V8 vulnerabilities vs 47 for 3.5 Flash and 36 for Claude Opus 4.6.
- Flash Cyber is restricted to governments and trusted partners via CodeMender as a limited-access pilot.
- 3.6 Flash and 3.5 Flash-Lite are live now in Google AI Studio, Android Studio, and the Gemini app.
- Google confirmed Gemini 3.5 Pro is still in partner testing, and Gemini 4 pre-training has begun.
Google DeepMind released three new models aimed at production-scale AI agents: Gemini 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber. All three are simultaneously better and cheaper than what they replace, which is unusual enough to warrant a close look.
Three models, three jobs
Each model targets a distinct point on the cost-performance curve:
- Gemini 3.6 Flash: the workhorse upgrade. Better coding, knowledge work, and multimodal reasoning than 3.5 Flash, at a lower price per task.
- Gemini 3.5 Flash-Lite: the throughput specialist. Fastest in the 3.5 series, built for high-volume pipelines like document processing and agentic search.
- Gemini 3.5 Flash Cyber: a fine-tuned security model for finding and patching software vulnerabilities, available exclusively to governments and trusted partners via CodeMender.
3.6 Flash: fewer tokens, lower cost, better results
The core innovation in 3.6 Flash is token efficiency. According to the Artificial Analysis Index, 3.6 Flash reduces output token usage by 17% compared to 3.5 Flash. On the DeepSWE benchmark, that reduction reaches 65%. In agentic workflows where a model calls tools dozens of times per task, fewer tokens per step compounds into real cost savings.
The price reflects this: $1.50 per million input tokens and $7.50 per million output tokens, down from $9.00 per million output tokens for 3.5 Flash. A better model at a lower per-task cost.
Benchmark gains are consistent across task types:
- DeepSWE (software engineering): 49% vs. 37% for 3.5 Flash, with fewer unwanted code edits and reduced execution loops.
- MLE Bench (ML research tasks): 63.9% vs. 49.7%.
- OSWorld-Verified