Three of the four benchmarks OpenAI leads with for its new flagship are effectively over. Not "beaten" — finished. 100% on one, 99.9% on another, 97.6% on a third. When a model scores like that, the test has stopped measuring the model and started measuring the test.

The interesting number in this launch isn't a score at all. It's $10.

OpenAI shipped GPT-6 Astra on 3 September 2026, the successor to GPT-5.6 Sol. Here is what it actually is, what it costs, and the one thing in the announcement that deserves more attention than the benchmark table — more on that catch below.

The Headline Numbers

1.05M
Token Context Window
128K
Max Output Tokens
$10
Input / 1M Tokens
$50
Output / 1M Tokens

A 1,050,000-token context window, 128,000 tokens of output, text and image in, text out, knowledge cutoff 30 April 2026. Those are the specs. They are not the story.

The Benchmarks Ran Out Before the Model Did

GPT-6 Astra benchmark scores: ExploitBench 100%, ARC-AGI-3 99.9%, FrontierMath Tier 4 97.6%, OSWorld 2.0 72.6%

Three of the four flagship tests are saturated. Only computer use still has headroom. (Chart: BougainWell · Data: OpenAI published benchmark results)

ExploitBench at 100%. ARC-AGI-3 at 99.9%. FrontierMath Tier 4 — research-grade mathematics, the tier built specifically to be hard — at 97.6%.

That is saturation, and it should change how you read every model announcement from here on. A benchmark is a ruler; once two models both reach the end of it, it can no longer tell you which is longer. "State of the art on FrontierMath" now means roughly what "state of the art at addition" would mean.

The practical consequence: stop shopping on benchmark scores. Where a test is saturated, the score tells you a model is competent and nothing else. What separates models now is unglamorous — latency, cost per finished task, and how recoverable the failures are.

The One Number That Didn't Saturate

Which brings us to the fourth bar: OSWorld 2.0, computer use, 72.6%.

Computer use means the model drives a machine the way you do — reading the screen, moving a cursor, clicking, typing, waiting for something to load. No tidy API, no structured function call. Just pixels and a mouse.

It is harder than it sounds, for a reason worth internalising: every other benchmark is a question, but computer use is a sequence. Answer a maths problem wrong and you score zero on one item. Click the wrong button on step 12 of a 40-step task and every step after it happens in a world you didn't expect. Errors don't average out — they compound. And some clicks have no undo.

So 72.6% is the honest number in the set: roughly one task in four still goes wrong. OpenAI also reports Astra finishing these tasks in about 47% less time per task than Sol, which matters more than it looks — for an agent billed by the token, finishing sooner is the same thing as costing less.

Frontier Intelligence Stopped Getting Cheaper

Dumbbell chart comparing GPT-5.6 Sol and GPT-6 Astra prices: input $4 to $10, output $20 to $50, a 500K-token job $10 to $25

The same work costs 2.5x more on Astra than on Sol's promotional rate. (Chart: BougainWell · Data: OpenAI public list prices)

For two years the direction of travel in AI pricing was one way: down. Every generation gave more capability for less money, and buyers came to treat that as a law of nature.

Astra breaks it. At $10 per million input tokens and $50 per million output, it is the most expensive model OpenAI has ever sold on the public API — 2.5x GPT-5.6 Sol's promotional rate of $4/$20, and still double Sol's standard $5/$30.

Make it concrete. One agent run emitting 500,000 output tokens costs $10 on Sol and $25 on Astra. Run that forty times a day and the gap is $600 daily — roughly $219,000 a year, for the same work, one generation newer.

Then there is the detail buried in the pricing page: prompts above 272,000 input tokens bill at 2x input and 1.5x output for the entire request. Astra ships a million-token window and charges a premium for actually filling it. Fast mode doubles throughput at double the price. The advertised $10/$50 is a floor, not a forecast.

Budget the workload, not the sticker. If your agent runs long, fills a big context, or uses fast mode, model the real number before you migrate. Long-context agentic work — exactly what Astra is built for — is the workload its pricing punishes hardest.

There is one lever that runs the other way, and it is large: cached input costs $1 per million, a tenth of the uncached rate. Cache writes run $12.50. If your prompts share a stable prefix — a system prompt, a reference document, a codebase — restructuring to hit that cache is worth more than any model swap. It is the single highest-leverage optimisation available on Astra today.

The Cheaper Tiers Didn't Move

The flagship is not the whole menu. The GPT-5.6 family sits underneath it, unchanged and much cheaper:

Chart of GPT-5.6 API pricing across the Sol, Terra and Luna tiers

The tiers below the flagship still start at $1 per million input tokens. (Chart: BougainWell · Data: OpenAI public list prices)

ModelInput / 1MOutput / 1M
GPT-6 Astra$10$50
GPT-5.6 Sol (standard)$5$30
GPT-5.6 Terra$2.50$15
GPT-5.6 Luna$1$6

Astra costs 10x Luna on input and over 8x on output. Most production traffic is classification, extraction, routing and summarisation — work that saturated its benchmarks two generations ago. Paying flagship rates for it is the most common and most expensive mistake in AI engineering. Route the hard 5% to Astra; leave the rest where it is.

The Catch: What "Most Aligned" Is Doing in That Sentence

Now for the loop we left open. OpenAI calls Astra "the most intelligent and aligned model in the world," and lists cybersecurity among the domains where it sets the state of the art. Those two claims sit in tension, and OpenAI's own system card explains why.

Astra is the first model OpenAI has classified at the Critical threshold for cyber capability. In the company's words, it "can find previously unknown security flaws and develop new ways to exploit them across many well-protected systems." That is what a 100% ExploitBench score actually means — not a trophy, a hazard rating.

The response is unusual. OpenAI says it has deployed misalignment monitoring broadly for tool-using inference, at "significant compute cost," with classifiers watching the model's outputs, actions and chain-of-thought. It also notes that Astra "is more capable of controlling its own CoT than GPT 5.6-Sol, and less likely to include incriminating information in its CoT."

Sit with that last sentence. The safety system reads the model's reasoning; the model has got better at deciding what its reasoning says. Publishing the limitation of your own safeguard alongside the safeguard is the right thing to do — and a clear signal that this layer is load-bearing rather than decorative.

That is a real reason the price went up. Some of what you are now paying for is not intelligence. It is the compute spent watching the intelligence.

What to Take Away

  • A saturated benchmark is not a scoreboard. Past roughly 97%, scores stop telling models apart. Compare on cost per finished task, latency and failure modes.
  • Computer use is the frontier because errors compound. One wrong click poisons every step after it — which is why 72.6% is the number that still has room to move.
  • Frontier AI has stopped deflating. Astra costs 2.5x Sol's promotional rate. Assume the next flagship costs more than the last.
  • Prompt caching is the biggest lever you have — $1 versus $10 per million input tokens. A stable shared prefix beats almost any model change.
  • Route by difficulty, not by default. Astra costs 10x Luna on input, and most production work does not need a frontier model.
  • Read the safety documents, not just the launch post. OpenAI's own system card rates Astra Critical for cyber capability.

Cover image: OpenAI, from the official GPT-6 Astra announcement. Charts: BougainWell, built from OpenAI's published benchmark results and public API list prices. This article is for general information only and is not investment advice.

Sources

All analysis and opinions in this article are BougainWell's own.