Claude Opus 5.5, released on September 22, 2026, lists at $4 per million input tokens and $20 per million output tokens. GPT-6 Astra, released on September 3, lists at $10 and $50, and bills the whole request at $20 and $75 once input passes 272,000 tokens. On price, Opus 5.5 is the cheaper model by a wide margin at every request size.
The benchmarks are closer, and harder to read. Only seven tests appear in both vendors’ published tables. Opus 5.5 leads on four, GPT-6 Astra leads on two, and one isn’t comparable because the two vendors used different task sets. On the tests where both vendors ran the same Claude model, their scores differed by up to 5.4 points, which is more than the gap between the two models on some rows.
Every figure below is a vendor’s own published number, from Anthropic’s announcement and OpenAI’s launch post, and none has been independently replicated. OpenAI’s launch post predates Opus 5.5, so it has no Opus 5.5 figures.
- 01Opus 5.5 costs 40% of Astra’s list price on input and output, and 20% on cached input.Above 272,000 input tokens Astra’s whole request moves to $20 / $75. Anthropic bills Opus 5.5 at the same rate across its full 1M-token window.
- 02Opus 5.5 leads on terminal coding, knowledge work and Humanity’s Last Exam.Terminal-Bench 4.0 66.4% vs 57.9%, GDPval-AA 1846 vs 1542 Elo, HLE with tools 67.7% vs 57.2%. FrontierCode is within noise.
- 03Astra leads on business automation and scientific terminal work.AutomationBench 41.4% vs 40.0% and Terminal-Bench-Science 64.6% vs 58.7%. Astra also publishes long-context and ARC-AGI-3 results that Opus 5.5 has no figure for.
- 04Vendor harnesses disagree enough to flip close rows.Anthropic scored Opus 5 at 48.0% on FrontierCode Main; OpenAI scored the same model at 53.4%. Treat any gap under about five points as unresolved until you test.
01 — The invoiceThe price gap, including the 272K line
According to OpenAI’s model page, prompts with more than 272,000 input tokens are priced at 2× the input and cache rates and 1.5× the output rate “for the full request,” not just the tokens above the line. Anthropic’s pricing page says Claude models from 4.6 onward include the full 1M-token window at standard pricing, so a 900,000-token request costs the same per token as a 9,000-token one.
| Line | Opus 5.5 | Astra ≤272K | Astra >272K |
|---|---|---|---|
| Input | $4 | $10 | $20 |
| Cached input (cache read) | $0.20 | $1 | $2 |
| Cache write | $5 (5 min) / $8 (1 hr) | $12.50 | $25 |
| Output | $20 | $50 | $75 |
| Batch | 50% of standard | 50% (Batch and Flex) | 50% (Batch and Flex) |
| Fast mode | 2× price, up to 2.5× speed | 2× price, up to 2× speed | 2× the applicable rate |
The table below prices one illustrative agent task at the same token counts on both models. The counts are invented for the example; the rates are the published ones. In practice the counts won’t be identical, because the two models use different tokenizers and each vendor says its model uses fewer tokens per task. Treat this as the list-price gap, not a prediction of your bill.
| Illustrative task | Opus 5.5 | Astra ≤272K | Astra >272K |
|---|---|---|---|
| Cache reads · 8,000,000 tokens | $1.60 | $8.00 | $16.00 |
| Uncached input · 400,000 tokens | $1.60 | $4.00 | $8.00 |
| Cache writes · 600,000 tokens | $3.00 | $7.50 | $15.00 |
| Output incl. reasoning · 300,000 tokens | $6.00 | $15.00 | $22.50 |
| Total | $12.20 | $34.50 | $61.50 |
At the same token counts, Astra costs about 2.8× as much as Opus 5.5 on this task below the line, and about 5× as much when every request crosses it. The 272,000-token line matters most for coding agents, because an agent that loads a large repository into context can cross it early in a session and stay above it. Our long-context pricing reference lists where each vendor draws its line.
Anthropic says that at default effort Opus 5.5 beats Astra on FrontierCode at “roughly 20% of the cost per task” and matches it on Terminal-Bench 4.0 for “about 40% of the cost.” OpenAI’s cost comparisons were published before Opus 5.5 existed and are made against Claude Fable 5.1, which lists at the same $10 / $50 as Astra, and GPT-5.6 Sol. Neither vendor’s claim has been checked independently, and the two aren’t measured against the same model.
02 — The numbersThe seven benchmarks both vendors published
Both vendors report each model at its best setting. Anthropic’s footnote says Opus 5.5 was run at max effort except on Terminal-Bench 4.0 (xhigh), and that the Astra figures on Terminal-Bench come from OpenAI. OpenAI’s table says its scores are “the maximum at any effort.” So this is a comparison of each model’s best case, not of the settings you are likely to run.
| Benchmark | Opus 5.5 | Astra | How to read it |
|---|---|---|---|
| Terminal-Bench 4.0 | 66.4% | 57.9% | Opus 5.5 at xhigh, Astra at high; each model’s best score. Astra figure as reported by OpenAI |
| GDPval-AA v2.1 (Elo) | 1846 | 1542 | Both figures from Anthropic’s table; OpenAI does not report GDPval-AA |
| Humanity’s Last Exam, with tools | 67.7% | 57.2% | Astra figure matches OpenAI’s own table |
| FrontierCode v1.1 Main | 54.4% | 53.3% | Within noise. OpenAI ran Astra with a Codex-style developer message |
| AutomationBench | 40.0% | 41.4% | Run by Zapier; Opus 5.5 was run without fallback models, so safeguard interventions counted as failures |
| Terminal-Bench-Science 0.1 | 58.7% | 64.6% | Astra figure as reported by OpenAI; standard error ±3.5–5 points per model |
| OSWorld 2.0, partial score | 81.8% | 72.6% | Not comparable: OpenAI’s figure is on the offline task set |
Three of Opus 5.5’s leads are large enough to survive the caveats below: Terminal-Bench 4.0 (8.5 points, against a stated standard error of ±2.6), GDPval-AA (304 Elo) and Humanity’s Last Exam with tools (10.5 points). Astra’s lead on Terminal-Bench-Science is 5.9 points, a little above the ±3.5–5 point standard error Anthropic gives for that test. AutomationBench (1.4 points) and FrontierCode (1.1 points) are too close to call from vendor numbers.
OSWorld is the row to be careful with. OpenAI reports Astra at 72.6% on the offline subset of OSWorld 2.0, with Claude models run on the official settings. Anthropic reports Opus 5.5 at 81.8% and leaves Astra’s cell blank. OpenAI’s own footnote says the Fable 5.1 system card used modified tasks and grading. Until someone runs both models on the same set, there is no computer-use comparison to draw.
At these levels of capability we’ve found that benchmark margins have become a less reliable guide to real-world differences.Anthropic, Introducing Claude Opus 5.5, September 22, 2026
03 — The harnessesWhen both vendors score the same model
OpenAI’s appendix scores several Claude models, and Anthropic’s table scores the same models, which lets us check how far the two harnesses agree. On most of these benchmarks they agree to within about a point. On FrontierCode Main they are 5.4 points apart on Opus 5, and on OSWorld the task sets differ.
| Model · benchmark | Anthropic | OpenAI | Gap |
|---|---|---|---|
| Opus 5 · Terminal-Bench 4.0 | 52.3% | 52.6% | 0.3 |
| Opus 5 · FrontierCode v1.1 Main | 48.0% | 53.4% | 5.4 |
| Fable 5.1 · FrontierCode v1.1 Main | 50.3% | 50.9% | 0.6 |
| Opus 5 · Terminal-Bench-Science 0.1 | 29.0% | 30.0% | 1.0 |
| Fable 5.1 · Humanity’s Last Exam, with tools | 65.6% | 65.0% | 0.6 |
| Opus 5 · OSWorld 2.0, partial | 74.0% | 70.2% (offline set) | n/a |
The FrontierCode gap is the one that matters here. Opus 5.5 leads Astra on that benchmark by 1.1 points, and the two vendors’ scores for Opus 5 differ by nearly five times that. OpenAI’s footnote explains one difference: Astra was run with a developer message modelled on Codex that asks for clean, mergeable code. A developer message changes the result, so the benchmark alone can’t tell you which model writes better code in your repository.
The practical rule is simple. Where the gap between two models is larger than the gap between two vendors’ runs of the same model, it probably reflects a real difference. Where it is smaller, it could reflect the harness as much as the model, and only your own tasks can settle it. Our guide to testing a model on your own traffic covers how to set that up.
04 — The gapsBenchmarks only one side ran
Most of what each vendor published has no counterpart from the other. These are the results a buyer is most likely to ask about. Where OpenAI scored Opus 5, its figure is shown as the nearest reference. Opus 5.5 may score differently.
| Benchmark (model, reported by) | Score | What exists for the other side |
|---|---|---|
| ARC-AGI-3 (Astra, OpenAI) | 99.9% | Run with a Responses API harness that changes two settings. OpenAI lists Opus 5 at 30.2% |
| MRCR v2 8-needle, 512K–1M (Astra, OpenAI) | 96.3% | OpenAI’s long-context retrieval test; no Claude model listed |
| DeepSWE v1.1 (Astra, OpenAI) | 74.1% | OpenAI lists Opus 5 at 73.7% |
| BrowseComp (Astra, OpenAI) | 91.5% | OpenAI lists Opus 5 at 90.8% |
| CursorBench 4.0 (Opus 5.5, Anthropic) | 57.8% | No Astra figure in Anthropic’s table |
| Chartography, with tools (Opus 5.5, Anthropic) | 89.0% | No Astra figure in Anthropic’s table |
Two of these matter for model choice. The long-context retrieval score (96.3% at 512K–1M tokens) is evidence that Astra reads a very long prompt accurately, though it also means using the part of Astra’s context window that costs the most. The DeepSWE and BrowseComp rows show Astra only narrowly ahead of Opus 5 in OpenAI’s own runs. That makes those benchmarks worth running on Opus 5.5 before assuming Astra keeps the lead. Our Astra launch guide covers the rest of OpenAI’s appendix.
05 — The buildIntegration differences and what happens when safeguards trigger
Both models use the same five effort names, from low to max, and both can change effort mid-conversation without breaking the prompt cache. The practical differences are in integration and safeguards. Astra’s details come from OpenAI’s model guide; Opus 5.5’s come from Anthropic’s documentation.
| Area | Opus 5.5 | GPT-6 Astra |
|---|---|---|
| Effort levels | low to max; default medium; thinking always on | low to max; the none level is not supported |
| Changing effort mid-conversation | Per-message effort (beta) keeps the cache | configuration_update items keep the cache |
| Integration constraints | No forced tool_choice (any or tool); thinking blocks bound to the conversation | Tool calling requires the Responses API; temperature, top_p and top_logprobs removed |
| Context · output · knowledge cutoff | 1M · 128K · June 2026 | 1.05M (922K max input) · 128K · April 30, 2026 |
| Where you can buy it | Claude API, Amazon Bedrock, Claude Platform on AWS, Google Cloud, Microsoft Foundry | OpenAI API, Microsoft Azure, Amazon Bedrock |
| When a safeguard triggers | The request falls back to another model; most cybersecurity tasks go to Opus 4.8 | In the API “the task will stop”; advanced cybersecurity tasks are refused |
| Fast mode limits | Claude API only | Not with EU data residency; no latency SLA |
The safeguard row matters most for unattended agents. When an Opus 5.5 safeguard triggers, the request is answered by another Claude model and the run continues. When Astra’s misalignment monitoring intervenes in the API, OpenAI says the task stops. Neither approach is simply better. A fallback keeps work moving but changes which model did it. A stop is easier to audit but interrupts the run. Plan your agent loop for whichever behaviour you choose.
On safety evidence, the two vendors again used different tests. OpenAI rates Astra “Critical” for cybersecurity under its Preparedness Framework. On its computer-use stress test, Astra produced misaligned outcomes 2.4% of the time against 11.5% for Opus 5; OpenAI hasn’t tested Opus 5.5. Anthropic reports that Opus 5.5 tried to get around containment boundaries about 85% less often than Opus 5. No test covers both models. Both vendors offer zero data retention to eligible API customers.
06 — ConclusionOpus 5.5 wins on price everywhere and on most shared benchmarks; Astra keeps two
Run both models at two effort levels on twenty of your own tasks, and compare cost per completed task
The price gap is certain and large: Opus 5.5 costs 40% of Astra’s list price, and much less once Astra’s requests pass 272,000 tokens. The benchmark picture is mixed. Opus 5.5 leads clearly on terminal coding and knowledge work, Astra leads on scientific terminal work, and the rest is too close to call from vendor numbers. A short test on your own work settles the close rows. For each model’s full launch detail, see our Opus 5.5 launch post and the frontier price index.