Claude Opus 4.8
Anthropic's newest flagship. Released May 28, 2026 with stronger agentic coding, dynamic workflows that fan out hundreds of parallel subagents, and a 3× cheaper fast mode at the same regular price as Opus 4.7.
1M tokens · Text / Vision / Code · Prompt cache
Claude Opus 4.8 is Anthropic's flagship release on May 28, 2026, a direct upgrade to Opus 4.7 at the same $5/$25 vendor list price. It posts the highest SWE-bench Pro (69.2%), OSWorld-Verified (83.4%), MCP-Atlas (82.2%), and Humanity's Last Exam (57.9% with tools) scores Anthropic has ever shipped, and is the first model to break 10% on the legal-agent all-pass standard.
The two structural changes worth knowing about are dynamic workflows (plan a job, fan it out across hundreds of parallel subagents in a single session) and a fast-mode pricing cut to 2.5× speed at $10/$50 per 1M tokens — three times cheaper than fast mode on prior Claude models. Effort levels expand to high (default), extra, and max. Anthropic itself frames the release as a "modest but tangible improvement" rather than a leap.
What is Claude Opus 4.8?
May 28, 2026
Two structural changes matter for Okou users. First, dynamic workflows: the model can plan a task and fan it out across hundreds of parallel subagents in a single session, which Anthropic describes as a step toward handling codebase-scale migrations across hundreds of thousands of lines of code in one run. Second, fast mode at 2.5× speed is now $10 / $50 per 1M tokens — three times cheaper than fast mode on prior Claude models. Effort levels expand to three tiers: high (default), extra (xhigh in Claude Code), and max.
Independent reads (LLM Stats, VentureBeat, Vellum) corroborate the relative ordering against 4.7 and competitors: 4.8 wins on every cell of Anthropic's published comparison set except Terminal-Bench 2.1, where GPT-5.5 still leads (78.2% vs 4.8's 74.6%). The 4.7-to-4.8 jump on SWE-bench Pro is +4.9 points; on USAMO 2026 it is +27.4; on the new 1M-token GraphWalks long-context F1 it is +27.8. Treat absolute scores as directional — SWE-bench Verified is approaching saturation across all frontier models.
What's notable about Claude Opus 4.8
Headline architecture and capability features.
Opus 4.8 keeps the 1M-token context window and 128K max output from Opus 4.7, billed at standard input pricing across the entire window. Effort control expands to three levels: high (the new default), extra (xhigh inside Claude Code), and max. The Messages API now accepts system entries mid-conversation without breaking prompt caching. Dynamic workflows let Claude plan and dispatch hundreds of parallel subagents in a single session. Fast mode runs at ~2.5× standard speed for $10 / $50 per 1M tokens. Multimodal inputs across text, vision, and code are unchanged.
Specs at a glance
Claude Opus 4.8 benchmarks
Vendor-reported scores from Anthropic's Opus 4.8 system card, with comparisons against Opus 4.7, GPT-5.5, and Gemini 3.1 Pro at max effort and 5-trial averages. 4.8 leads in six of seven cells Anthropic publishes; GPT-5.5 retains the lead on Terminal-Bench 2.1. SWE-bench Verified is approaching saturation across all frontier models — the harder SWE-bench Pro set is the more durable signal.
Claude Opus 4.8 pricing
Provider list price, per 1M tokens.
How Claude Opus 4.8 behaves in practice
Observed behaviour from production agent runs.
Dynamic workflows
The headline new capability. Opus 4.8 can plan a task and then run hundreds of parallel subagents within the same session — Anthropic positions this as the path to codebase-scale migrations across hundreds of thousands of lines in one run. On Okou, this means a single agent run can orchestrate fan-out work that previously required external scheduling.
First-attempt code edits
Anthropic reports Opus 4.8 is around four times less likely than 4.7 to overlook flaws when reviewing code, and the +4.9 point SWE-bench Pro jump (69.2% vs 64.3%) backs that up on the harder, less-saturated coding set. Pick 4.8 for patches that have to apply cleanly across many files.
Long-context recall
GraphWalks F1 at 1M tokens jumps from 40.3% to 68.1% — the biggest single-benchmark gain in the release. The 1M-token window is now actually usable at the high end of its range, not just nominal.
Honesty and overconfidence
Anthropic reports a more than ten-fold reduction in overconfidence versus 4.7, 0% on uncritically reporting flawed results (a first for the Claude family), and a 3.7% rate of failing to raise important events to the user. Misalignment incidence is ~1.9, effectively tied with Anthropic's best-aligned Mythos Preview.
Speed and fast mode
Standard speed is comparable to Opus 4.7. The pricing change is the headline: fast mode at 2.5× speed costs $10 / $50 per 1M tokens, three times cheaper than fast mode on prior Claude models. Worth using for orchestration steps where wall-clock latency matters.
Prompt-injection caveat
Anthropic's system card notes 4.8 is somewhat less robust to agentic prompt injection than 4.7 — Gray Swan red-teaming shows a ~9.6% attack-success rate versus 6.0% on 4.7. Teams running 4.8 in pipelines that handle untrusted input should review their sandboxing approach.
Best agent tasks for Claude Opus 4.8
The codebase-scale migration that used to need a sprint
Hand Opus 4.8 a migration that touches a few hundred files — ORM swap, framework version bump, security fix across a monorepo — and let dynamic workflows fan the work out to parallel subagents within one session. The +4.9 point SWE-bench Pro jump and the four-fold reduction in missed flaws on code review are what cash out on this kind of run.
The 1M-token research run that actually holds together
Drop a 200-page contract draft, three competitor proposals, and last quarter's legal opinions into the window, then ask Opus 4.8 to flag every clause that's tighter than market. GraphWalks at 1M jumping from 40.3% to 68.1% is what makes this kind of cross-document synthesis newly reliable.
The agent orchestrator that doesn't lie about its work
Use 4.8 as the planner that breaks a request into ten steps, dispatches each to cheaper sub-agents, and reports the result. The 0% rate on uncritically reporting flawed results, combined with the ten-fold drop in overconfidence, is the reason production teams reach for 4.8 when the agent's own self-report has to be trustworthy.
The latency-sensitive flow that finally pencils out on fast mode
Fast mode at 2.5× speed used to cost three times what it does now ($10/$50 per 1M vs the prior tier). For interactive copilots, on-call summarisers, or any step where wall-clock latency dominates the experience, fast-mode 4.8 is now the default choice in the Claude family.
When to skip Claude Opus 4.8
Skip Opus 4.8 on high-volume routine work where Sonnet 4.6 hits the same quality bar at a fraction of the cost, on latency-critical chat replies where Kimi K2.7 Code is much faster, on agentic terminal coding where GPT-5.5 still leads Terminal-Bench 2.1 (78.2% vs 4.8's 74.6%), and on pipelines that ingest untrusted input without sandboxing — 4.8's prompt-injection robustness is slightly weaker than 4.7's.
Claude Opus 4.8 vs other models
Claude Opus 4.8 vs GPT-5.5
Opus 4.8 leads on six of seven cells in Anthropic's comparison set, with the biggest gaps on SWE-bench Pro (69.2% vs 58.6%) and OSWorld-Verified (83.4% vs 78.7%). GPT-5.5 keeps the lead on Terminal-Bench 2.1 (78.2% vs 74.6%). Pick 4.8 for cross-file coding and computer-use agents; pick GPT-5.5 specifically when terminal-driven work dominates.
Claude Opus 4.8 vs Gemini 3.1 Pro
Opus 4.8 leads by wide margins on SWE-bench Pro (+15.0) and OSWorld-Verified (+7.2). The two models stay within noise on saturated science benchmarks like GPQA Diamond. Default to 4.8 for agentic work; consider Gemini specifically when you need Google's tool integration story.
Bottom line: should you use Claude Opus 4.8?
The new default for new agents in the Claude family. Migrate from 4.7 when you can re-validate; default to it directly for fresh work. Keep Sonnet 4.6 as the cheaper workhorse beneath it.
Frequently asked questions
When was Claude Opus 4.8 released?
Anthropic released Opus 4.8 on May 28, 2026, 41 days after Opus 4.7. It is available today across Claude products, the Claude API (model id claude-opus-4-8), Amazon Bedrock, Google Cloud Vertex AI, Microsoft Foundry, and Okou.
How does Opus 4.8 pricing compare to 4.7?
Regular pricing is identical: $5 per 1M input tokens, $25 per 1M output tokens, $0.50 per 1M cached input. The change is fast mode, now $10 / $50 per 1M tokens at 2.5× speed — three times cheaper than fast mode on prior Claude models.
What are dynamic workflows?
A new capability that lets Opus 4.8 plan a task and then run hundreds of parallel subagents within a single session. Anthropic positions this as the path to codebase-scale migrations across hundreds of thousands of lines of code in one agent run.
What effort levels does Opus 4.8 support?
Three levels: high (the new default), extra (xhigh in Claude Code), and max. Higher settings spend more tokens on reasoning before producing a response; lower settings favour speed and rate-limit efficiency.
Does Opus 4.8 support prompt caching?
Yes. Cached input bills at $0.50 per 1M tokens, a 10× discount on the cached portion. The Messages API now also accepts system entries mid-conversation without breaking the cache.
Alternatives
Using Claude Opus 4.8 on Okou
Two ways to access Claude Opus 4.8 on Okou
Okou supports Claude Opus 4.8 as a Built-in model billed in Okou credits, and through bring-your-own with a Anthropic API key. The Built-in path uses Okou Managed routing and the price tier explained below; the bring-your-own path bills you directly with the upstream vendor and skips the Okou credit conversion entirely.
Okou's recommendation
Okou positions Claude Opus 4.8 as a core agent model for orchestration, code-touching work and other steps where a wrong answer is expensive.
Credits and the $$$ price tier
Okou prices every Built-in model on a four-step credit scale — $, $$, $$$, $$$$ — shown as a badge in the model picker and on the price tier line of zero model ls. Claude Opus 4.8 sits at $$$. That tier is what you spend from your Okou credit balance; the vendor list price in the table above is what the upstream provider charges before Okou converts it into credits.
Available on Okou since May 28, 2026.

