Skip to content
wojciech.io
All insights
AI SystemsAIOpenAIClaudeAI Systems

Claude Opus 5.5 is ten points ahead of GPT-6 Sol. It costs 5.6x more per task.

Opus 5.5 scores 58 to Sol's 48 and costs $5.98 per task against $1.06. Both read cache at $0.20. Where the gap is real and where it disappears.

Wojciech Luszczynski

Wojciech Luszczynski

GTM Architect & Growth Operator · Now · 23 September 2026 · 8 min read

Share

TL;DR · Key insights

  • Artificial Analysis scores Claude Opus 5.5 at 58 and GPT-6 Sol at 48 on Intelligence Index v4.3.2. Opus 5.5 is first of 212 models. Sol is eighteenth.
  • Per token Opus 5.5 is exactly twice Sol: $4 / $20 against $2 / $10. Per task on the index it is 5.6 times, $5.98 against $1.06, because at max effort it wrote 260M tokens to Sol's 77M.
  • Both models read cache at $0.20 per million tokens. In an agent loop that reads most of its input from cache, the input side of the bill is a tie and the whole gap sits in output.
  • The $5.98 is Opus 5.5 at max effort. Its API default is medium, so that number is the ceiling of the model, not the price of using it.

Two vendors shipped a new default on the same day. OpenAI put GPT-6 Sol in the API at $2 / $10. Anthropic put Claude Opus 5.5 at the top of its lineup at $4 / $20 and told everyone to start there.

The price list says one is twice the other. The independent index says ten points. The invoice says 5.6 times. All three are correct, and the difference between them is where the operating decision lives.

InfoGPT-6 SolClaude Opus 5.5
Input / output per 1M$2 / $10$4 / $20
Cached input per 1M$0.20$0.20
Intelligence Index v4.3.24858
Rank among 212 models18th1st
Cost per index task$1.06$5.98
Tokens generated on the index77M260M
Output speed, tokens/sabout 125not published
Context / max output1,050,000 / 128,0001M / 128K
Knowledge cutoff20 Apr 2026Jun 2026
Default reasoning effortmediummedium

Prices and limits from OpenAI's GPT-6 Sol model page and Anthropic's pricing and models pages. Index score, cost per task, token count and speed from Artificial Analysis's model pages, measured at max effort. Read on 23 September 2026.

Ten points, and they are real

Artificial Analysis scores Opus 5.5 at 58 and Sol at 48 on Intelligence Index v4.3.2. That is not a rounding gap. Opus 5.5 sits first of the 212 models in its class. Sol sits eighteenth.

Ten points buys something. It does not buy it cheaply, and the two models are not competing for the same slot. OpenAI describes Sol as built for complex coding and agentic workflows, priced to run a lot of them. Anthropic tells you to start with Opus 5.5 for most workloads and move up to Fable 5.1 only when Opus 5.5 at higher effort still falls short.

The per-task number is 5.6x, and verbosity is why

Per token the gap is exactly two. Per task on the same index it is $5.98 against $1.06.

The multiplier comes from output volume. Running the index, Opus 5.5 generated 260M tokens and Sol generated 77M. Artificial Analysis calls Opus 5.5 very verbose against a median of 88M, and calls Sol fairly concise. A model that thinks at length pays for that thinking twice: once in tokens, once in the output rate.

Key takeaway

Price per token understates this gap by a factor of three. If you are budgeting from a price list rather than from a measured run, you will be wrong in the expensive direction.

The line nobody put in a launch post: cache reads tie

Sol reads cached input at $0.20 per million, which is 10% of its $2 input rate. Opus 5.5 reads cached input at $0.20 per million, which is 5% of its $4 rate. Anthropic changed the multiplier for this model specifically: cache hits on Opus 5.5 are priced at 0.05x base input, where the rest of the lineup uses 0.1x. Opus 5 read cache at $0.50.

So the two models charge the same price to re-read a prompt.

That matters more than it sounds, because agent loops are mostly cache reads. Anthropic’s own cost guide reports that over a full day of real traffic, agent loops read a median 84% of their input from cache, and the top tenth of harnesses read 94% or more. In a loop like that, the input side of the bill is a tie and every dollar of the difference is output tokens.

Where the money goesGPT-6 SolClaude Opus 5.5Gap
Cached input, the bulk of an agent loop$0.20$0.20none
Fresh input$2$42x
Output$10$202x
Output tokens actually written77M260M3.4x

Per million tokens. The compounding of the last two rows is what turns a 2x price list into a 5.6x bill.

$5.98 is the ceiling, not the price

The Artificial Analysis figure is Opus 5.5 at max effort with default fallback. The API default for the model is medium.

Anthropic made adaptive thinking always on for Opus 5.5 and moved thinking control to the effort parameter, whose default on this model is medium rather than the high used on most of the lineup. Every published comparison you will read this week quotes the max-effort number, because that is the number Artificial Analysis publishes. Your loop will not run there unless you put it there.

Treat $5.98 as what the model costs when you ask it for everything it has, and sweep effort down before you conclude it is too expensive.

Coding agents: the measurement is incomplete, and that matters

On Artificial Analysis’s Coding Agent Index v1.5, Codex running GPT-6 Sol scores 57 at $2.99 per task and 22.3 minutes. The nearest Anthropic entry is Claude Code running Opus 5, at 60 and $10.79 per task over 41.9 minutes.

Opus 5.5 is not in that table yet. Anyone telling you how Opus 5.5 performs as a coding agent this week is extrapolating from an index score, and the harness moves results as much as the model does. Sol’s own numbers show why: it beats Astra on DeepSWE v1.1, 69% against 68%, and loses Terminal-Bench 4.0 by thirteen points. One model, two very different answers depending on the benchmark.

Which one I would use

The workModelWhy
High-volume agentic coding with tests or a verifierGPT-6 Sol$1.06 against $5.98 per task. Re-run the failures at a higher tier instead of paying for depth on every run.
The hardest reasoning step in a loopClaude Opus 5.5First of 212 on the index. Ten points is worth buying on the step that decides the outcome.
Executor plus advisor splitBothSol holds the loop, Opus 5.5 gets consulted when it stalls. Price the advisor alone first and measure the consult rate.
Cache-heavy long-running agentsCloser than it looksBoth read cache at $0.20. Compare on output tokens, not on the input line.
Team already on Anthropic's platformClaude Opus 5.5Anthropic's own recommended default, and 20% cheaper per token than the Opus 5 you are on.

Sol wins volume. Opus 5.5 wins the hard step. Most production loops want a rule that picks between them per request.

For the Anthropic side of the upgrade, Opus 5.5 against Opus 5 covers the four breaking changes that will break a naive port. For the OpenAI side, Sol against Astra is the routing decision inside one vendor.

What would change my mind

Opus 5.5 in a measured harness. A Claude Code figure on the Coding Agent Index would settle the part of this comparison that is currently an inference.

A published speed number for Opus 5.5 at max effort. Right now half the latency question has no answer.

An effort sweep at medium. Every per-task figure here is max effort. The model’s default is medium, and the gap at default could be half what it looks.

Questions people asked

Is Claude Opus 5.5 better than GPT-6 Sol?

On the independent index, clearly. Artificial Analysis scores Claude Opus 5.5 at 58 and GPT-6 Sol at 48 on Intelligence Index v4.3.2, which puts Opus 5.5 first of 212 models and Sol eighteenth. The two are not aimed at the same job: OpenAI describes Sol as built for complex coding and agentic workflows at $2 / $10, and Anthropic recommends Opus 5.5 as the default for most workloads at $4 / $20.

How much more does Claude Opus 5.5 cost than GPT-6 Sol?

Twice per token and 5.6 times per task. Opus 5.5 lists at $4 per million input tokens and $20 output against Sol’s $2 and $10. Artificial Analysis measured $5.98 per task to run its index on Opus 5.5 at max effort and $1.06 on Sol, because Opus 5.5 generated 260M tokens across the run to Sol’s 77M. Cached input is $0.20 per million on both.

Which is faster, GPT-6 Sol or Claude Opus 5.5?

Sol, by a wide margin on what is measured. Artificial Analysis puts Sol at about 125 output tokens per second, thirty-second of 212 models, and has no speed figure published for Opus 5.5 at max effort. Sol also writes about a third as many tokens per task, so it finishes sooner for two separate reasons.

Should I use GPT-6 Sol or Claude Opus 5.5?

Sol for high-volume agentic coding where you can check the output, and for anything where cost per finished task decides the architecture. Opus 5.5 for the hardest reasoning in the loop, for teams already on Anthropic’s platform, and as the advisor model a cheaper executor calls when it stalls. Route between them rather than picking one default.

If you are choosing a model tier for an agentic product and want the routing rule written down, the contact page is the fastest route to me.

Share this article

About the author

Wojciech Luszczynski

Wojciech Luszczynski

GTM Architect and Growth Operator building AI-native revenue systems for B2B SaaS and technology companies. I connect positioning, SEO, content, paid acquisition, CRM, automation, analytics and AI workflows into practical growth infrastructure.

Newsletter

Get the next one first.

When I publish a new article on AI systems, GTM architecture, or growth operating models, you'll be the first to know.

Subscribe