Deep Dive · Analysis by Xiaohu

GPT-5.6 builder's guide: same results, $33.27 down to $1.33

Six startups running agents in production share their numbers. Buried in the official charts is a finding the guide doesn't spell out: turning reasoning effort all the way off actually costs you more.
TL;DR
  • OpenAI's new cost-cutting guide for developers shows a search benchmark score of 84, achieved for $33.27 with the previous top model and $1.33 with this generation's smallest model.
  • Six production agent companies each report real metrics: 21% fewer input tokens, 28% less uncached input, and costs down to 1/18th—all from configuration changes, not a new model.
  • The official charts also reveal something the text misses: turning reasoning effort all the way off makes the bill go up, not down.
This is OpenAI's own material. The scores, costs, and six customer quotes were provided and selected by OpenAI. This article also consults five official API docs to fill in mechanisms the guide only mentions briefly, with sources noted throughout.
Introduction

OpenAI has published a GPT-5.6 builder's guide focused on cutting agent costs: which model to choose, how much reasoning effort to set, and how to use three new API switches—all direct configuration changes. Six startups already running agents in production each contributed real-world metrics.

The guide challenges the default way agents have been built: reach for the most expensive flagship model and crank up reasoning. That became the default because only top-tier models could handle long contexts and heavy tool use. With the 5.6 generation, smaller models can think a little longer and match the previous flagship's performance at a fraction of the price.

Need the full GPT-5.6 launch breakdown? Check our main story
OpenAI Releases GPT-5.6: Overall Intelligence Nears Claude Fable 5, Cost Halved, ChatGPT & Codex Merge

A roadmap: six levers you can pull today

Saving money works on two levels. The first level is two dials—reasoning effort and model choice—which are simple configuration changes. The second level involves three architectural switches and a caching breakpoint, which change how requests are structured. The table below is your roadmap: the first two rows cover the dials, the last four cover the switches, and each gets its own dedicated section later in this piece.

#
What to change
Official numbers
1
Dial reasoning effort down one notch from default, but don't turn it off entirely
Low beatsprev-gen High
2
Swap mechanical workflow steps to smaller models Terra or Luna
$33.27 → $1.33Same score band
3
For long tasks, turn on Persistent Reasoning and Native Compaction
13.3% → 38.3%with 6x fewer tokens
4
When tools return lots of data, let the model write code to filter it externally
21% fewerinput tokens
5
Delegate parallelizable work to subagents
Default 3concurrent subagents
6
Pin a cache breakpoint at the end of your stable prompt prefix
28% lessuncached input
The first two rows are about model choice and effort levels; the last four are architectural changes. Each lever has a dedicated section below with parameter names and suggested values.
Dial

The first dial: a lower effort level beats last gen's highest

Since GPT-5, each generation has chased the same goal: accomplish more with fewer tokens. GPT-5.6 continues this trend—the Harness (the orchestration layer around the model: how requests are sent, tools are called, and loops are run) is unchanged, yet performance climbs and costs fall.

The guide's most direct example: with the Harness completely fixed, GPT-5.6 Sol at 'Low' reasoning effort outscores GPT-5.5 at 'High' on the Agents' Last Exam benchmark. Since effort is the main cost lever, winning this matchup means the same task just got a whole price tier cheaper. The guide doesn't publish specific scores for this particular comparison.

GPT-5.6 SolGPT-5.6 TerraGPT-5.6 LunaGPT-5.5Claude Fable 5Claude Opus 4.8Gemini 3.1 Pro Preview$0$1,000$2,000$3,000API cost (USD)4050607080Index score
From the original guide. Each point's cost and score are taken one-by-one from the source chart's accessibility labels (not estimated), redrawn by us on the same coordinate system and with the same official colors. The horizontal axis is total API cost to run the full benchmark; the vertical axis is the index score. The dots along a single line represent six reasoning effort levels for that model. GPT-5.6's three lines cluster in the top-left; the lonely square in the top-right is Claude Fable 5 at its highest effort, costing $3,771.84.

For a direct comparison you can verify yourself, here are three matchups, all drawn from real data points on the benchmark charts. Old model on the left, new model on the right:

BROWSECOMP · Finding obscure facts
GPT-5.5 · Xhigh
Score 84.36 · Cost $33.27
GPT-5.6 Sol · Medium
Score 83.41 · Cost $2.05
Score is 0.95 lower, but the bill is 94% cheaper. This generation reaches last gen's most expensive tier with just a Medium setting.
CODING INDEX · ARTIFICIAL ANALYSIS CODING INDEX
GPT-5.5 · Xhigh
Score 76.40 · Cost $1,714.28
GPT-5.6 Terra · Max
Score 77.40 · Cost $941.72
The mid-size model's top setting outperforms last gen's most expensive tier by 1.0 points, at 45% less cost.
CODING INDEX · Small model vs. previous flagship
GPT-5.5 · High
Score 72.50 · Cost $939.57
GPT-5.6 Luna · Max
Score 74.60 · Cost $537.40
The smallest model at full effort scores 2.1 points higher than last gen's flagship at High, for 43% less money.

The cost scales on the two charts are very different: the search benchmark costs a few dollars to run completely, while the coding index costs hundreds or thousands—the topics and task complexity aren't comparable. Don't compare dollar amounts across the two charts. Each comparison above is within the same chart.

So what are you actually saving on? It's the wasted effort. Hex, a data analytics company, dropped the model into their existing Harness and found the lowest effort setting gave them the best results they'd ever seen:

We put GPT-5.6 into our existing Harness, and the low reasoning setting gave us the best results we've had. It knows when the data just isn't there, doesn't chase dead ends, and gets to the right answer with fewer tokens.

Izzy Miller, Head of AI Research at Hex

That phrase—"knows when the data isn't there"—is the key. Older models would rephrase a search query and keep digging when they couldn't find something, paying for every tool result that came back as input tokens. A model that knows when to stop saves exactly those wasted cycles.

Lowering Effort Works, But Turning It Off Completely Costs More

Lowering the effort level saves money. So wouldn't turning it off entirely save even more? Looking at the actual data points on OpenAI's charts, the answer is no.

The dial below lets you explore this: pick a reasoning level, and watch the cost and score for all four models change. The cost bars are scaled so GPT-5.5 at Xhigh equals the full length of the track ($33.27 on the Search benchmark).

BROWSECOMP · Slide to see how all four models respond
GPT-5.6 SolFlagship
Cost
$1.97
Score
69.67
Cost
$0.50
Score
65.32
Cost
$2.05
Score
83.41
Cost
$3.48
Score
87.52
Cost
$4.59
Score
88.78
Cost
$6.36
Score
90.36
GPT-5.6 TerraMid-size
This level isn't on official chart.
Cost
$0.20
Score
50.47
Cost
$0.47
Score
67.38
Cost
$1.53
Score
79.30
Cost
$1.85
Score
81.52
Cost
$3.12
Score
87.52
GPT-5.6 LunaSmall
This level isn't on official chart.
Cost
$0.08
Score
45.73
Cost
$0.23
Score
58.85
Cost
$1.03
Score
80.02
Cost
$1.33
Score
84.04
Cost
$1.42
Score
83.25
GPT-5.5Prev-gen flagship
Cost
$1.42
Score
34.68
Cost
$2.72
Score
57.82
Cost
$18.95
Score
78.12
Cost
$30.02
Score
83.89
Cost
$33.27
Score
84.36
This level isn't on official chart.
Move the dial to "Xhigh" and look closely: the bottom row's cost bar is maxed out ($33.27), while Luna's bar is nearly invisible ($1.33)—but their score bars are identical in height. That's the point this guide wants you to see.

Now move the dial all the way to the left. You'll see something counterintuitive: turning reasoning off does not save money. There's evidence for this on both official charts:

  • Sol on the Search benchmark: With reasoning off, it costs $1.97 for a score of 69.67. At the lowest effort setting, it costs just $0.50 for a score of 65.32. So turning reasoning off didn't save money—it cost 3.9x more for only 4.3 extra points.
  • Luna on the Coding Index: With reasoning off, it costs $123.66 for a score of 37.30. At the lowest effort setting, it costs $74.84 for a score of 42.40. This one is both more expensive and worse—65% more money for 5.1 fewer points.

There's a similar inflection point at the other end. On Search, Luna going from "Xhigh" to "Max" sees its bill rise from $1.33 to $1.42, but its score drops from 84.04 to 83.25. Maxing out the dial doesn't necessarily help either.

Why it works this way

If the model isn't allowed to think, it has to stumble toward an answer by making more tool calls and going around in circles. And every tool result that comes back is billed as an input token. Thinking costs money, but it buys "fewer wrong turns"—a deal that usually pays off on hard tasks.

Action item

The right way to tune effort is to start from the bottom and work your way up, watching cost and score move together until you hit the sweet spot—not to start from the top and cut downward. The lowest effort setting is usually the best value. The far-left setting, completely off, doesn't pay off on either of these charts.

Dial

The second dial: smaller models can save 25x

Once you've adjusted the effort dial, the next one is model choice. GPT-5.6 comes in three sizes: Sol (flagship), Terra (mid-size), and Luna (small).

In the past, the smaller models were only good for edge cases—they couldn't handle long contexts or heavy tool use, and they'd fall apart once the task chain got long. That's changed with this generation, thanks to test-time compute.

Test-Time Compute

This lets the model think a bit longer before answering. The thinking time is compute, and compute is money. It's the difference between giving a student an extra ten minutes to check their work versus swapping in a smarter student. The smaller models take the first path; the model itself doesn't change.

The result is that Luna and Terra can often match GPT-5.4 or GPT-5.5 performance at a tiny fraction of the cost. The guide's headline comparison comes from BrowseComp, a benchmark that tests the ability to unearth obscure facts:

GPT-5.5 · Xhigh 3 months agoScore 84.36
$33.27
GPT-5.6 Luna · Xhigh The smallest modelScore 84.04
$1.33
A 0.32-point difference in score, but a 25x difference in cost. Both numbers represent the full cost of running the entire BrowseComp benchmark.
GPT-5.6 SolGPT-5.6 Sol UltraGPT-5.6 TerraGPT-5.6 LunaGPT-5.5Claude Mythos PreviewClaude Opus 4.8Gemini 3.1 Pro Preview$0$7$14$21$28$35API cost (USD)30%50%70%90%Score
From the original guide. Each point's cost and score are taken one-by-one from the source chart's accessibility labels (not estimated), redrawn by us on the same coordinate system and with the same official colors. On this Search benchmark, the x-axis spans only $35. GPT-5.6's three lines are all crammed into the leftmost $7, while the previous-gen model's pink line stretches to the far right. The three horizontal dashed lines are competitor scores (the chart gives their scores but not their costs). The star in the upper right is the multi-agent "ultra" tier.