Gemini 3.7 Flash Is Cheaper Than the Model It Replaces
Google's newest workhorse model landed three weeks after the last one, scored higher on every coding test the company published, and launched at half the price — until January.
Google released Gemini 3.7 Flash on Thursday, and the oddest part of the launch isn't a benchmark score — it's the invoice. The company set an introductory rate of 75 cents per million input tokens and $3.75 per million output tokens. That's roughly half what it charged for the model this one replaces, and the discount runs through the end of the year.
The model being replaced, Gemini 3.6 Flash, is about three weeks old. Google shipped it in late July, then turned around and shipped something faster, smarter and cheaper before most engineering teams had finished evaluating the first one. On Google's own numbers, the new release solves 65.3% of problems on the DeepSWE v1.1 coding test, up from 49.0%.
For anyone paying an API bill in dollars, that combination is the story. A US startup burning $10,000 a month on the old model could, in theory, run the same volume for about $5,000 between now and December 31 — and get better output for it. The catch arrives on New Year's Day, and it's worth planning around now.
What Gemini 3.7 Flash Actually Does Better
Google's pitch here is narrow and specific. This isn't a frontier showpiece; it's the model meant to handle the boring volume. The improvements cluster in two areas — writing software, and grinding through the kind of multi-step office work that companies keep trying to automate and keep failing to fully automate.
Writing and Fixing Code
On FrontierCode 1.1 Main, the score climbed to 43.6% from 34.4%. On WebDev Arena, an Elo-style ranking where models compete head to head on front-end builds, it posted 1588 against 1538. Google says first-pass accuracy improved, which in practice means fewer rounds of "that didn't compile, try again." Anyone who has watched an agent loop on the same bug knows what that saves.
Grinding Through Business Workflows
The figure Google leads with is AutomationBench, a test built on real business processes rather than puzzles. Gemini 3.7 Flash scored 30.4%, up from 17.0% three weeks earlier — close to double. Read it the other way and the picture shifts: the model still fails roughly seven of every ten real-world office tasks. That is an honest snapshot of where agent automation sits in August 2026.
Why the Price Fell Instead of Rising
Cheap capacity is a strategy, not generosity. Alphabet has guided to between $195 billion and $205 billion in capital spending this year, most of it servers and data centers, and that hardware only earns its keep if developers actually route traffic through it. Undercutting rivals on a high-volume model is one way to fill the racks you've already paid for.
There's a second fight underneath it: where code gets written. Programming has become the single largest use of language-model tokens — on the OpenRouter marketplace, coding grew from around 11% of usage to more than half. Whichever lab becomes the default coding model captures the biggest recurring token pool in the industry.
Where You Can Use It Today
Availability is broad from day one. Gemini 3.7 Flash is live in the Gemini API through Google AI Studio and Android Studio, in the Gemini Enterprise app and its agent platform, and inside Antigravity, Google's coding environment, which the company said recently passed 2.4 million weekly active users. Consumers reach it through Gemini Spark, bundled with Google AI Pro and Ultra subscriptions across more than 160 countries, the US included.
The early testers Google named are telling: Box, Databricks, Harvey, Hebbia, LangChain and Stanford's biology department. That's enterprise content management, data platforms, legal AI, research search and agent tooling — not consumer chat. Google is aiming this squarely at the companies deciding which model their internal tools will call a million times a day.
How It Compares With Claude and Codex
Google isn't launching into open water. Anthropic released Claude Opus 4.6 with a pitch built on long-context reasoning and agents, and OpenAI followed with GPT-5.3 Codex, tuned specifically for agentic software work. Anthropic's Claude Code has been the developer favorite; OpenAI has pushed Codex hard into enterprises. One caution: benchmarks across labs aren't directly comparable, because each company chooses which tests to publish. Treat the percentages as direction of travel, not a scoreboard.
What to Watch Before January
The discount has an expiration date, and that's the thing to put in your calendar. From January 1, 2027, list price rises to $1.50 per million input tokens and $7.50 per million output — exactly double the launch rate. If you build a product on the intro pricing and set your own subscription tiers off it, your margin resets overnight.
- Whether Google extends the introductory rate or lets it snap back on schedule
- Whether the three-week release cadence holds, which would make thorough model evaluation nearly impossible for small teams
- Whether AutomationBench scores push past 50%, the point where agents start replacing workflow steps rather than assisting with them
The practical move for the next few months is unglamorous: run your own evaluation on your own tasks instead of trusting anyone's chart, and log your actual token spend at both the 75-cent and the $1.50 rate before you commit to anything past December. Cheap in August is not cheap in January, and the bill arrives either way.
Comments 0