Skip to content
Tier A — Frontier
Runs in:USMade in:United States

Retirement date

The provider lists May 28, 2027 as a tentative retirement date. The model is available as usual today.

Anthropic

Claude Opus 4.8

Tier A — Frontier · 1M tokens

Tokonomix Editorial Team·Reviewed by Mes Kalkan··

Claude Opus 4.8 is Anthropic's most capable flagship to date, built specifically for long-horizon autonomous work where code quality and self-correction matter most. Its 4× improvement in catching code faults before they propagate marks a meaningful shift from Opus 4.7's already-strong baseline.

Tokonomix model analysis
Section 01

Speed analysis

Latency measured across all benchmark runs. P50 (median) and P95 (95th percentile) give a realistic picture of response speed under normal and peak load.

P50 latency (median)P95 latency100 runs
702138320652746342708-2109-14ms
Section 02

Quality scores

How this model compares to the rest of the field on each prompt category, from a pairwise fit over the same prompts. The raw judge score sits underneath each number.

48%
Coding
judge mean 94
44%
Creative
judge mean 87
72%
Factual
judge mean 88
58%
Multilingual
judge mean 98
67%
Reasoning
judge mean 99

Win rate per category: how often this model beats a field-average model on a prompt from that category. 50% is average, not a failing grade. It is not a percentage of correct answers.

Section 03

Pricing

What you pay per million tokens when you use this model on Tokonomix, plus an estimate for a typical conversation.

💰
API rates — Claude Opus 4.8
$6.50 per 1M input tokens
$32.50 per 1M output tokens
≈ $0.0104 per typical conversation (800 tokens)
Input vs output price (per 1M tokens)
per 1M input tokens$6.50
per 1M output tokens$32.50
Section 04

Tokens per second

Throughput in tokens per second, derived from measured P50 latency. Higher is better; fluctuations track provider-side load.

Throughput (tokens / s)203 / avg 185
28373

Estimated from P50 latency × 200 output tokens — the absolute number depends on this assumption; the trend is what matters.

Section 05

Strengths & weaknesses

Drawn from benchmark results and aggregated community feedback on real use-cases.

Strengths

4× fewer code faults slip throughSharper self-judgment on task progressLonger autonomous runs without derailing1M-token context window for large codebasesVision input for multimodal pipelinesRobust tool-use and function-callingAdaptive thinking adjusts depth per task

Weaknesses

Higher cost than Sonnet 4.6 or Haiku 4.5Slower latency than lighter model tiersNo extended-thinking mode availableKnowledge cutoff still applies; live data needs tools
Section 06

Capabilities

toolssource: litellmvisionjson modepdf inputreasoningjson schemaprompt cachingmax output tokens: 128000
Section 07

Frequently asked questions

The headline change is a roughly 4× reduction in the rate at which code defects pass unnoticed through the model's own review. Alongside that, Opus 4.8 shows improved self-assessment — it is less likely to declare a task complete when sub-steps are still failing — and it sustains coherent autonomous runs over longer horizons. Pricing is unchanged from 4.7.

For engineering teams running multi-step pipelines or agentic workflows where a missed bug compounds quickly, Opus 4.8 is the clearest upgrade path from 4.7 — at identical pricing. Teams running lighter, latency-sensitive tasks will still find Sonnet 4.6 a better fit.

Tokonomix editorial team
Section 08

Availability

Availability

How often this model answers when we call it — measured across real API requests and live tests over the last 30 days. This is separate from quality: these numbers only tell you whether the model responds, not how good the answer is.

Last 7 days

100.0%

n=53

Last 30 days

100.0%

n=56

Median response time

8,130ms

n=56

Based on 441 measurements over the last 30 days.

Technical details

Only live API calls and live-test requests count — internal probes and benchmark runs are excluded.

Calls with a custom API key (BYOK) are excluded: those failures are key-specific, not a sign of model downtime.

Failed calls are NOT included in quality scores — quality is measured on successful responses only. Availability and quality are independent signals.

Median response time (p50) across successful calls with a recorded duration. Outliers (very slow or very fast calls) pull the median less than the average.

Total calls (30d)

56

OK responses (30d)

56

Total calls (7d)

53

OK responses (7d)

53

Section 09

Tokonomix benchmark verdicts

⚖️
Endorsed by 2 judges
Independent LLM judges evaluated this model on our weekly intelligence tests
cohere/command-a100/100 · 1 runs
1 correct0 partial0 wrong100% accuracy
claude-sonnet-4-594/100 · 80 runs
74 correct4 partial2 wrong93% accuracy
2026-09-13

Claude Opus 4.8 adds seven capabilities but lacks performance benchmarks

Claude Opus 4.8 introduces a significant expansion of capabilities without accompanying performance data. The model now supports seven new features: tools, vision, JSON mode, PDF input, reasoning, JSON schema, and prompt caching. These additions represent a substantial broadening of the model's functionality, particularly with the inclusion of multimodal capabilities through vision and PDF input, as well as structured output options via JSON mode and schema support. The reasoning capability suggests enhanced analytical features, while prompt caching could improve efficiency for repetitive tasks. However, no benchmark scores are available in the current window, making it impossible to assess the model's actual performance across standard evaluation metrics or compare it to previous versions or competitors. Users gain access to a more versatile model with expanded input and output formats, but without performance data, it remains unclear whether these new capabilities come with any trade-offs in speed, accuracy, or other quality metrics. The absence of benchmarks is notable given that this appears to be a major feature release.

Quality

Latency p50

Test runs

0

Seven new capabilities added Multimodal support via vision Structured output with JSON No benchmark data available
Section 10

Full model profile

Claude Opus 4.8: built for longer autonomous runs

Anthropic released Claude Opus 4.8 on 28 May 2026 as its newest flagship. The headline is not a single dramatic leap but a tightening of the qualities that matter when you point a model at real work and walk away: roughly four times less likely to let code flaws slip through than Opus 4.7, sharper judgement about its own progress on a task, and the stamina to sustain longer autonomous runs. Those three gains reinforce each other — and they tell you exactly what this model was built to be better at.

What the 1M context actually buys you

Opus 4.8 carries a 1,000,000-token context window. A number this size gets quoted more often than it gets used well, so it is worth being concrete about what it changes.

The payoff is range. A window this wide lets you hold a large codebase, a long document set, or an extended interaction history in front of the model at once, instead of stitching context together across calls and hoping nothing important falls out of scope. For the autonomous-agent workflows this model is aimed at, that matters more than it does for one-shot prompting: long-running tasks accumulate state — files read, decisions made, intermediate results — and a wide window keeps more of that state addressable instead of summarised away.

Two of the model's stated improvements pair naturally with the context. It sustains longer autonomous runs than Opus 4.7, and it judges its own progress more accurately. A model that can keep more of the task in view and reason more honestly about how far it has gotten is one you can leave running unattended for longer without it drifting. The window is the raw capacity; the improved self-assessment is what stops that capacity turning into expensive wandering.

Pair the window with prompt caching, which Opus 4.8 supports, and the economics of feeding it large, stable context repeatedly become defensible. When a substantial block of input does not change between calls — a repository, a reference document, a system brief — caching is what keeps you from paying to reprocess it every time.

Vision and structured output

On the input side, Opus 4.8 is multimodal: it accepts image input and PDF input, covering most of the document-and-screenshot ingestion patterns that come up in practice — reading a diagram, parsing a scanned form, working through a PDF spec without a separate extraction step in front of it.

On the output side, it supports tool use, JSON mode, and JSON-schema structured output. That last one earns its place. JSON mode gets you valid JSON; JSON-schema structured output gets you JSON that conforms to a shape you define, with the right fields and types. For anyone wiring a model into a system that expects a specific contract, schema-constrained output is the difference between a response you can hand straight to the next service and one you have to validate, repair, and second-guess. Combined with tool use, it makes Opus 4.8 a model you can put inside a pipeline rather than beside one: ingest a PDF or image, reason over it, and return schema-conformant output a downstream service consumes without a cleanup layer.

Reasoning is supported through adaptive thinking, and there is no separate extended-thinking mode. That is a design choice, not an omission. Instead of asking you to flip a switch between a fast path and a slow, deliberate one, the model scales its own effort within a single mode — one less routing decision and one less behavioural branch to test.

Where it lands against the field

Tokonomix has not yet benchmarked Opus 4.8. Our intelligence and speed runners have not scored it, and we are not going to invent a rank for it. Grounded scores will appear on this page automatically once the next test cycle picks the model up — that is the only number-shaped claim we will stand behind right now, and it is a promise of forthcoming data, not a placeholder for it.

What we can say is qualitative, and it comes straight from how the model is positioned against its own predecessor. Against Opus 4.7, Opus 4.8 is roughly four times less likely to let code flaws slip through. That is the cleanest, most decision-relevant claim Anthropic makes about it, and it points at a specific job: code the model is expected to produce, review, or modify with less human checking behind it. A four-fold drop in defects that get past the model changes how much trust you can extend to an automated coding loop — not because the model is now infallible, but because the rate at which you get burned drops materially.

The other two gains — longer autonomous runs and sharper self-assessment — are the agentic complement to that story. Many failures in unsupervised systems are not single-step failures; they are failures of self-monitoring, premature confidence, or drift. Read together, the picture is consistent: a model tuned to do more on its own, for longer, with fewer errors escaping review. None of that is a benchmark, and we will not pretend it is. But it tells you what the model was built to be better at — and when our runners score it, you will be able to check that positioning against grounded numbers here.

Where it is the wrong tool

A premium flagship is the wrong default for most of what most teams run. Opus 4.8 sits at the premium tier — priced identically to Opus 4.7 — and that pricing is the first filter. If your workload is high-volume, latency-sensitive, or simple enough that a smaller model handles it cleanly, paying for flagship capability you never exercise is a self-inflicted cost. The improvements here pay off only on hard, long-running, error-sensitive work; on a short classification call or a templated extraction, they are invisible.

The adaptive-thinking design has an implication worth naming. Because there is no separate extended-thinking mode to toggle, you do not get a manual lever for forcing maximum deliberation on demand or suppressing it to claw back latency. For most users that is a simplification; for anyone whose architecture was built around switching a model between a cheap fast mode and an expensive deliberate one, it is a behavioural change to design around.

It is also a wait-for-data case if your selection policy requires benchmark-confirmed standing before rollout — the grounded scores are not in yet. And if your task never approaches the limits of a normal context window, the 1M window is capacity you are carrying but not using. The window is a reason to choose this model, not a reason on its own.

Deployment notes

The integration surface is broad and, for the most part, pipeline-friendly: tool use, image input, PDF input, JSON mode, JSON-schema structured output, reasoning, and prompt caching. In practice Opus 4.8 can sit at the centre of an agentic system — reading documents and images, calling tools, and returning schema-conformant output downstream services consume directly.

Three practical notes. Lean on prompt caching wherever your input has a stable prefix; it is the lever that keeps the large window affordable under repeated calls. Prefer JSON-schema structured output over bare JSON mode anywhere a downstream service has real expectations about shape — constraining to a schema is cheaper than validating after the fact. And plan around adaptive thinking as the single reasoning behaviour, since there is no separate extended-thinking mode to route to.

Picking it

Choose Claude Opus 4.8 when the work is hard, long, and unforgiving of errors — particularly code work, where its roughly four-fold reduction in flaws slipping through over Opus 4.7 is the strongest single argument for it. Choose it when you want a model to run autonomously for longer and reason more accurately about its own progress, and when a million-token window earns its keep against genuinely large context.

Skip it when a smaller, cheaper model clears the bar, since it is priced at the premium tier, and skip it as a blind buy if you need hard comparative scores first. Watch this page for our forthcoming grounded intelligence and speed numbers; until those land, the case for Opus 4.8 rests on what it was built to do better — and that case is specific enough to act on.


Editorial provenance

This deep-dive was authored through a 3-model cross-family consensus run on the Tokonomix consensus engine — Claude Opus 4.8 (Anthropic), GPT-5.4 (OpenAI), and Cohere Command-A — on 2026-06-05, then editorially synthesised by Mes (InterIP founder). Each model independently contributed analysis; an independent judge (Claude Sonnet 4.6) produced the synthesis.

Consensus verdict: accurate. All factual claims are grounded in Anthropic's published release data for Claude Opus 4.8 (released 28 May 2026): roughly four times fewer code flaws than Opus 4.7, improved self-progress judgement, 1,000,000-token context window, and premium-tier pricing. Benchmark scores on the Tokonomix test runners remain pending and are noted as such in the text.

Full run record: content_generation_runs entries for page id 1225 (3 proposer rows + 1 synthesis row, generated 2026-06-05). Methodology: /methodology.

Last automated test
Sep 14, 2026 · 20:02 UTC · Speed benchmark
P50 latency
987 ms
P95 latency
1118 ms
Errors
0 / 6 runs
Last reviewed by Tokonomix Team·September 15, 2026