Half-Price Tag Expires at Year's End: Google's Gemini 3.7 Flash, Out in Three Weeks, Undercuts the Price of Agents' "Everyday Model"

On August 13, Google released Gemini 3.7 Flash, a new model for coding agents. It arrives three weeks after the prior generation at an introductory price of roughly half—but with a tag set to double in January 2027, and performance still resting on Google's own claims. A look at the economics of the

Share
Half-Price Tag Expires at Year's End: Google's Gemini 3.7 Flash, Out in Three Weeks, Undercuts the Price of Agents' "Everyday Model"

On August 13, 2026, Google released Gemini 3.7 Flash, a new model aimed at coding and agents. Arriving just three weeks after the previous 3.6 Flash, the company positions it as "the smartest everyday model for coding and agents." What stands out is the introductory price, set at roughly half that of 3.6 Flash. There's a catch, though: that price tag comes with an expiration date.

Not New Training, but "Rebuilt Reasoning"

According to Google, 3.7 Flash is "not a model pretrained from scratch, but a revision of 3.6 Flash with algorithmic improvements to its core reasoning." It targets three areas: software development, document-heavy knowledge work, and web development.

The context window is 1 million tokens, maximum output is 64,000 tokens, and the knowledge cutoff is March 2026. It's a multimodal setup that handles images, audio, and video in addition to text. It's available only via API, with no option to access the weights or self-host (Gemini API, Google AI Studio, Android Studio, and the Gemini Enterprise Agent Platform; for consumers, Gemini Spark).

The Benchmark Gains Google Showed

In the numbers Google published, coding and automation scores rise clearly from 3.6 Flash (all of these are the company's own claims, and independent third-party verification is still to come).

  • FrontierCode 1.1: 34.4% → 43.6%
  • WebDev Arena (web development): Elo 1538 → 1588
  • DeepSWE v1.1 (long-horizon software development): 65.3%
  • AutomationBench (automation): 17.0% → 30.4%. Google says it beats Claude Sonnet 5's 10.7% and GPT-5.6 Terra's 23.6% on this metric

The jump on AutomationBench in particular is the number the company leans on to justify calling this "the everyday model for agents." That said, it's worth reading with a discount: in-house evaluations don't necessarily carry over directly to real-world agent operation.

Inside the Price: The Introductory Rate, and the New Year's Revision

The pricing that's the centerpiece here breaks down as follows, per million tokens. The introductory rate runs through December 31, 2026, and switches to standard pricing starting January 1, 2027.

ItemIntroductory price (through 2026/12/31)Standard price (from 2027/1/1)
Input, 1M tokens$0.75$1.50
Output, 1M tokens$3.75$7.50

Google also cites an "effective cost" assuming a mix of 8 parts input to 2 parts output, putting Gemini 3.7 Flash at $1.35 per million tokens. Compared with the competitors it named—Claude Sonnet 5 at $3.60 and GPT-5.6 Terra at $4.00—that lands at roughly a third of the face value.

Why a "Cheap Flash" Matters in the Age of Agents

Agents have a different economics than a use case where you answer a single instruction just once. That's because they run the plan → execute → verify loop over and over, burning tokens each time around. If the unit price per operation is halved, you can run twice as many loops on the same budget—or finish the same work at half the cost.

The move to build a workflow around a "cheap, fast mid-tier model" like this one, rather than a top-end model, is continuous with July's Gemini 3.6 Flash and the price-cutting competition across vendors. From a developer's standpoint, the more an automated task piles up in repetition—like review, test integration, or routine bug fixes—the more the difference in model unit price feeds straight into operating cost. It adds one more option for dividing the work: hand it to the cheaper 3.7 Flash first, and route only the hard parts to a higher-tier model.

The Fine Print to Check Before You Jump In

It's an attractive price tag, but a few caveats are worth flagging. First, this half-price is an introductory rate that reverts to standard pricing (twice the current level) starting January 1, 2027. Unless you build your estimates around post-New-Year costs, your assumptions could go off the rails. Second, because it's API-only with no published weights, sensitive code and regulated industries need to carefully weigh whether data can leave their environment and the concentration of dependency (vendor lock-in). Third, since the performance case currently rests on Google's own claims, the safe path is to make adoption decisions only after validating on your own workload.

Even so, for developers who run agents day in and day out, a falling unit price for the everyday model is a tailwind. Once you've factored in the conditions—the price tag's expiration and the API-only delivery—it's worth giving it a try on a task of your own.

References: MarkTechPost, "Google AI Just Released Gemini 3.7 Flash" / Slashdot / Google DeepMind model card / OpenRouter (pricing and specs)

Read more

Making It Wait for "Jobs That Run Over an Hour": Codex 0.152 Adds Ceiling Dials for MCP Output Volume and Execution Time, and Turns the Planning Tool Off by Default

Making It Wait for "Jobs That Run Over an Hour": Codex 0.152 Adds Ceiling Dials for MCP Output Volume and Execution Time, and Turns the Planning Tool Off by Default

Codex v0.152.0 on August 31 and its next-day fix release added explicit ceilings on MCP tool output volume and execution time, and switched the planning tool off by default. Here's a rundown of the changes that matter for long-running unattended and semi-autonomous agent operation.

By FF
The CLI's Default Model Just Swapped In a Million-Token Brain — Claude Code v2.1.257 Makes Fable 5.1 the Standard and Adds a 'Containment Escape' Checkpoint to Auto Mode

The CLI's Default Model Just Swapped In a Million-Token Brain — Claude Code v2.1.257 Makes Fable 5.1 the Standard and Adds a 'Containment Escape' Checkpoint to Auto Mode

Claude Code v2.1.257, released September 1, 2026, swaps its default model to Fable 5.1 with its one-million-token context. It also adds guardrails to auto mode that stop credential retrieval and out-of-scope reads from slipping through. Here's a rundown of the changes that matter to developers.

By FF
"This Is an Authorized Exercise"—How the Aurora Ransomware Gang Insisted, While Making Cursor's AI Agent Do the Actual Intrusion Work

"This Is an Authorized Exercise"—How the Aurora Ransomware Gang Insisted, While Making Cursor's AI Agent Do the Actual Intrusion Work

Gambit Security and CloudSEK report that the ransomware group Aurora abused Cursor's AI agent for real intrusion work. Posing the tasks as an "authorized exercise" to slip past the safeguards, they had it handle reconnaissance and privilege takeover on the back of stolen credentials—a warning that a

By FF
One in Three Companies Now Choose to Build Rather Than Buy — McKinsey Measures How Coding Agents Are Reshaping the Procurement Decision

One in Three Companies Now Choose to Build Rather Than Buy — McKinsey Measures How Coding Agents Are Reshaping the Procurement Decision

McKinsey's annual survey found that about 30% of respondents passed on buying software because they could build it in-house with coding agents. We unpack the procurement shift from buying to building — and the current reality that productivity is up while profits stay flat.

By FF