惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The Cloudflare Blog
U
Unit 42
F
Fortinet All Blogs
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
Y
Y Combinator Blog
罗磊的独立博客
V
Visual Studio Blog
大猫的无限游戏
大猫的无限游戏
J
Java Code Geeks
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
爱范儿
爱范儿
B
Blog RSS Feed
aimingoo的专栏
aimingoo的专栏
有赞技术团队
有赞技术团队
T
Tailwind CSS Blog
Microsoft Security Blog
Microsoft Security Blog
L
LangChain Blog
I
InfoQ
博客园 - 叶小钗
博客园 - 聂微东
Last Week in AI
Last Week in AI

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Google shipped three Gemini "Flash" models. Picking the w...
chintanonweb · 2026-05-23 · via DEV Community

This is a submission for the Google I/O 2026 Writing Challenge

Google shipped three Gemini "Flash" models. Picking the wrong one could 6× your AI bill.

I opened Google AI Studio right after the Google I/O 2026 keynote to try the new model everyone was talking about — and got hit with a small wave of confusion. I went looking for "the new Flash model" and found three of them sitting in the same dropdown, names so similar I had to read them twice:

  • Gemini 3.5 Flash
  • Gemini 3.1 Flash Lite
  • Gemini 3 Flash Preview

Three different version numbers. All called "Flash." And when I read their price tags, I found something the keynote didn't dwell on: the gap between the cheapest and the priciest is 6×. Pick the wrong one for your workload and you don't get a slightly bigger bill — you get a 6× bigger bill, for tasks that didn't need it.

Here's the lineup decoded with real numbers, the 6× trap explained, and a decision guide for which "Flash" you should actually reach for.

💡 [Screenshot spot: the AI Studio "Model selection" panel showing all three Flash models stacked together — your proof and hero image.]

The three Flash models, decoded

Pricing is per 1 million tokens, from Google's official Gemini API pricing:

Model Built for Input Output Released
Gemini 3.1 Flash Lite 🆕 High-volume, translation, simple data processing $0.25 $1.50 May 7, 2026
Gemini 3 Flash Preview Speed + frontier intelligence; keeps Computer Use $0.50 $3.00 Dec 17, 2025
Gemini 3.5 Flash 🆕 Frontier agentic + coding $1.50 $9.00 May 19, 2026 (I/O day)

Read that again and the naming makes no sense as a guide: the highest number (3.5) is the most expensive and newest, "Lite" (3.1) is the cheap workhorse, and the lowest number (3) is actually the oldest of the three — a December 2025 preview that's somehow priced in the middle. Only two of them (3.5 Flash and 3.1 Flash Lite) are the genuinely new I/O-era models. The version number tells you nothing about recency or price — you have to read every card.

The 6× trap, in plain terms

Compare the two ends. Gemini 3.5 Flash costs 6× more than 3.1 Flash Lite on both input and output. And output is where it bites, because most AI apps generate far more tokens than they consume — every reply, every summary, every generated line of code is output you pay $9.00 vs $1.50 for.

Run the math on a modest chatbot producing 50M output tokens a month:

  • 3.5 Flash: 50M × $9.00/1M = $450/month
  • 3.1 Flash Lite: 50M × $1.50/1M = $75/month

Same volume. $375/month — $4,500/year — purely from which "Flash" you clicked. If your tasks are translation, classification, or simple extraction, you're paying 6× for "frontier coding intelligence" you never use.

But "cheaper" isn't always "right" — the benchmarks

Lite isn't just a price cut; it's a different capability tier. Google's published numbers (3.1 Flash Lite, 3.5 Flash):

  • 3.1 Flash Lite — LMArena Elo ~1432, GPQA Diamond 86.9%. Genuinely strong for the price, but tuned for throughput.
  • 3.5 Flash — SWE-Bench Pro 55.1%, Terminal-Bench 2.1 76.2%. Built to hold up across long, multi-step agentic and coding tasks where one wrong step compounds.

So the real question isn't "which is cheaper" — it's "does my task actually need the frontier coding model, or am I overpaying for headroom I don't use?"

Which Flash should you actually use?

The decision guide the model picker should have come with:

Use Gemini 3.1 Flash Lite (the $0.25/$1.50 one) for: classification, tagging, extraction, translation, simple summaries — high-volume work with a clear right answer. At 6× cheaper, this is most production traffic.

Use Gemini 3.5 Flash (the $1.50/$9.00 one) for: real agentic workflows and code generation where quality compounds and a wrong early step ruins everything downstream. Pay for it when the output is high-value — and only after you've tested that Lite isn't good enough.

Use Gemini 3 Flash Preview (the $0.50/$3.00 one) when: you need Computer Use — controlling a browser/UI. Notably, 3.5 Flash dropped Computer Use, so for that specific capability Google says stick with 3 Flash Preview (details). Just remember "Preview" can change or disappear.

The meta-rule: default to Lite, upgrade only when you can prove you need to. Most teams will do the opposite — grab the highest version number, ship it, and quietly overpay 6× forever.

Two cost levers nobody mentioned

The price-per-token is only half the bill. Two settings move it a lot:

1. Caching is a 10× input discount. Gemini 3.5 Flash's cached input is $0.15 vs $1.50 — ten times cheaper. If your prompts share a big fixed chunk (a system prompt, a document, a schema), caching it slashes input cost. Most people never turn it on.

2. The "Thinking level" dial controls how hard — and how expensively — the model reasons. Gemini 3.x replaces the old token-budget setting with a thinkingLevel of minimal / low / medium / high (docs). More thinking = better on hard problems, but more time and more tokens. The defaults differ by model — 3.5 Flash defaults to medium, Flash Lite to minimal — and Google notes that routing the bulk of your calls to low/minimal thinking can cut spend 50–70%. So your bill isn't just which model; it's how hard you let it think. Match the effort to the task.

Two details worth knowing before you ship

  • The free tier is real but capped. All three have a rate-limited free tier, plus 5,000 free Google Search grounding prompts per month (then ~$14 per 1,000). Great for prototyping; watch the grounding cap.
  • Their knowledge cutoff is January 2025 — about 16 months before they launched. Every Flash card in AI Studio lists a Jan 2025 cutoff, which means these May-2026 models don't know about anything from 2025–2026 out of the box — including I/O 2026 itself. For anything current, flip on Grounding with Google Search (5,000 free prompts/month, then ~$14 per 1,000). A new model is not the same as an up-to-date one.

The takeaway

Google's I/O 2026 story was "Gemini Flash is fast, smart, and cheap." The truth in the model picker is more useful: there isn't one Flash, there are several, and the difference between them is a 6× cost swing hiding behind nearly identical names — before you even touch caching or the thinking dial.

That's not a complaint. Having a $0.25 workhorse and a frontier coding model in the same family is genuinely great. It just means the most important decision you'll make isn't "should I use Gemini" — it's "which Flash, with what thinking level, for this task." Get that right and you get frontier AI at workhorse prices. Get it wrong and you pay frontier prices for workhorse work.

Open AI Studio, put the three Flash cards side by side, and match each of your app's tasks to the cheapest model that can actually do it. Five minutes — and it can cut your AI bill by more than 6×.


Pricing, model details, and the thinking-level defaults are from Google's official Gemini API docs and AI Studio during the I/O 2026 window (Gemini 3.5 Flash GA'd May 19, 2026); verify current numbers before relying on them, as they change. Master announcement list: "100 things we announced at Google I/O 2026". I drafted this with AI assistance and verified every number against Google's docs and AI Studio myself — the analysis and screenshots are mine.