Claude icon

Claude Opus 5

Opus 5Verified

Match near-Fable 5 intelligence on everyday coding and business tasks at half the price, closing to within 0.5% of Fable 5 on CursorBench's toughest setting while costing half as much Verify and iterate on its own work more reliably than prior models, with life-sciences gains over Opus 4.8 including +10.2 points in organic chemistry and +7.7 points on predicting how protein-sequence variations affect function Upgrade from Opus 4.8 at the same $5/$25 per-million-token pricing, with stronger automated behavioral audits marking it Anthropic's most aligned model to date

Reviewed by ToolWorthy Editors·updated today·Opus 5 released yesterday

Pricing:From $5/per use
Visit Site
Jump to section
Overview of Claude Opus 5's effort-based cost/intelligence toggle and agentic coding interface

Featured alternatives

MakersClaw icon

MakersClaw

TypingMind icon

TypingMind

Doubao icon

Doubao

Z.ai icon

Z.ai

Slashy icon

Slashy

Odysseus icon

Odysseus

Pros & Cons

Editor-reviewed

Pros

  • Within 0.5% of Fable 5 on CursorBench's toughest setting, at half the per-token cost
  • Surpasses Fable 5's best OSWorld 2.0 result at roughly a third of the cost
  • ~3× the next-best model on ARC-AGI 3, an evaluation of novel problem solving
  • Documented life-sciences gains include +10.2 points in organic chemistry and +7.7 points on a protein-sequence variation task versus Opus 4.8
  • Anthropic's most aligned model to date, with the lowest measured rate of deceptive behavior
  • Same $5/$25 pricing as Opus 4.8 — every gain above comes at no price increase
  • Newer reliable knowledge cutoff (May 2026) than Opus 4.8 (January 2026)

Cons

  • Still approaches rather than matches Fable 5 on the hardest long-horizon agentic work
  • Remains behind Mythos 5 specifically on offensive cybersecurity exploitation tasks
  • Fast mode doubles the price to $10/$50 for faster output
  • effort no longer defaults to high on claude.ai, unlike Opus 4.8 — a behavior change to account for when migrating
  • No context-window or max-output increase over Opus 4.8 — still 1M tokens in, 128k tokens out

Overview

Claude Opus 5 is Anthropic's July 24, 2026 Opus-tier release — an upgrade over Opus 4.8 that Anthropic positions as "a thoughtful and proactive model that comes close to the frontier intelligence of Claude Fable 5 at half the price." Rather than chasing a single benchmark ceiling, Opus 5 is built to be the default option for everyday coding, research, and business work — the model Anthropic expects most teams to reach for day to day, with Fable 5 reserved for the hardest long-horizon jobs. Claude Sonnet 5 launched on June 30, 2026; Opus 5 launched on July 24, 2026 and became the new default on Claude Max and the strongest model available on Claude Pro.

The model is available today on claude.ai, the Claude API as claude-opus-5, Claude Code, Claude Cowork, Amazon Bedrock, Claude Platform on AWS, Google Cloud Vertex AI, and Microsoft Foundry. It carries a 1M-token context window and up to 128k output tokens (300k on the Message Batches API with the output-300k-2026-03-24 beta header) — unchanged from Opus 4.8 — but its reliable knowledge cutoff moves forward to May 2026, five months later than Opus 4.8's January 2026 cutoff.

What's New

Near-Fable 5 Intelligence at Half the Price

The headline result is cost efficiency, not a new capability ceiling. On CursorBench 3.2 at max effort, Opus 5 lands within 0.5% of Fable 5's score while costing half as much per token. On OSWorld 2.0, Opus 5 actually surpasses Fable 5's best result, at just over a third of the cost. Anthropic frames Opus 5 as approaching — not replacing — Fable 5: for the very hardest long-horizon agentic work, Fable 5 remains the recommended model.

Stronger Verification and Iteration

Opus 5 is "much stronger at verifying its work and iterating carefully until it succeeds," per Anthropic's release benchmarks. On Frontier-Bench v0.1 it surpasses every model Anthropic tested, roughly doubling Opus 4.8's performance, and it scores about 3× higher than the next-best model on ARC-AGI 3 — a benchmark built around novel reasoning rather than memorized patterns.

Life Sciences and Scientific Research Gains

Opus 5 outperforms Opus 4.8 on every life-sciences evaluation Anthropic reported, including a 10.2-percentage-point jump over Opus 4.8 in organic chemistry and a 7.7-point gain on predicting how protein-sequence variations affect function, according to Anthropic's internal benchmark.

Developer-Facing API Changes

Two beta API features ship alongside the model: mid-conversation tool changes, enabled with the mid-conversation-tool-changes-2026-07-01 beta header, which let developers modify the set of available tools mid-session without invalidating the prompt cache, and automatic fallbacks (beta), enabled with the server-side-fallback-2026-07-01 header, which reroute classifier refusals to Anthropic's recommended fallback model rather than treating them as request failures.

Anthropic's Most Aligned Model to Date

Anthropic's automated behavioral audit scores Opus 5 at 2.3, and the company states it adheres to Claude's Constitution more closely than Opus 4.8, Sonnet 5, or Fable 5, with the lowest observed rate of deceptive behavior across the current model lineup. Opus 5 remains behind Claude Mythos 5 in both biology research and offensive cybersecurity; it is close on vulnerability identification but substantially behind on exploit development.

Performance Benchmarks

Headline numbers from Anthropic's release:

Benchmark / Task Claude Opus 5 Comparison
Frontier-Bench v0.1 Surpasses all tested models ~2× Opus 4.8's performance
CursorBench 3.2 (max effort) Within 0.5% of Fable 5 At half Fable 5's per-token cost
OSWorld 2.0 Surpasses Fable 5's best result At ~1/3 of Fable 5's cost
ARC-AGI 3 ~3× the next-best model
Zapier AutomationBench ~1.5× the next-best model At the same cost
Organic chemistry (life sciences) +10.2 points vs. Opus 4.8
Protein sequence-variation effect prediction +7.7 points vs. Opus 4.8 on Anthropic's internal benchmark
Automated behavioral audit 2.3 overall misaligned-behavior score Lowest among Anthropic's recent models; separately, Opus 5 showed the lowest deceptive-behavior rate

The CursorBench and OSWorld results matter most for teams running AI agent and AI code checker pipelines that were previously choosing between Opus 4.8's price and Fable 5's ceiling — Opus 5 narrows that gap from the price side rather than the capability side.

Migration Guide

Opus 5 is a same-price upgrade from Opus 4.8 with two API breaking changes:

  • Thinking is now on by default. Requests without a thinking field now use adaptive thinking, so revisit max_tokens, cost, and latency.
  • Disabling thinking requires effort high or below. Using thinking: {"type": "disabled"} with xhigh or max returns a 400 error.
  • Effort no longer defaults to high on claude.ai. On Opus 4.8, the effort parameter defaulted to high on every surface, including claude.ai. On Opus 5, it defaults to high only on the Claude API and Claude Code — set it explicitly if your claude.ai workflow assumed the old default.
  • Knowledge cutoff moved to May 2026. Five months newer than Opus 4.8's January 2026 cutoff — re-verify any prompts that relied on Opus 4.8's specific training-data boundary.
  • Mid-conversation tool changes preserve prompt cache. Because this feature is beta, include the mid-conversation-tool-changes-2026-07-01 header before swapping tools mid-session without invalidating the prompt cache.
  • Same tokenizer and context ceiling as Opus 4.8. Token counts, the 1M-token context window, and the 128k standard output limit carry over, but workloads that previously ran without thinking should revisit max_tokens, cost, and latency. Web fetch and Priority Tier are also unavailable on Opus 5.

Pricing & Plans

Plan Price
API – Input (regular) $5 per million tokens
API – Output (regular) $25 per million tokens
API – Fast mode research preview (~2.5× speed; Claude API only) $10 input / $50 output per million tokens
Claude.ai Pro / Max Included within plan limits — Opus 5 is the new Claude Max default
Team Standard seats: $25 per member/month on monthly billing or $20 per member/month on annual billing; Premium seats: $125 or $100 respectively
Enterprise $20 per seat/month, billed annually, plus usage at standard API rates; tailored quotes are available
Cloud availability Amazon Bedrock, Claude Platform on AWS, Google Cloud Vertex AI, Microsoft Foundry

Fast mode note: Opus 5's fast mode is a research preview on the first-party Claude API and through usage credits in Claude Code, running roughly 2.5× faster at $10/$50 per million tokens on the API. Standard requests stay at $5/$25 — identical to Opus 4.8.

Best For

  • Teams choosing between Opus 4.8's price and Fable 5's ceiling who want most of the capability gap closed without the $10/$50 price tag
  • Claude Code users and Claude Max subscribers, where Opus 5 is now the default model
  • Life-sciences and scientific research teams working on organic chemistry or protein-sequence tasks
  • Developers building tool-calling agents that can adopt the beta headers for mid-conversation tool changes and server-side fallback
  • Anyone currently on Opus 4.8 who wants a same-price upgrade and can review thinking-on-by-default behavior, the xhigh/max restriction, and feature availability
  • Teams that need AI agent reliability but don't require Fable 5's absolute reasoning ceiling

FAQ

How is Claude Opus 5 different from Opus 4.8?

Opus 5 holds the same $5/$25 pricing and 1M-token context window as Opus 4.8 but more than doubles Opus 4.8 on Frontier-Bench, scores about 3× the next-best model on ARC-AGI 3, and improves every reported life-sciences evaluation (+10.2 points in organic chemistry). Its reliable knowledge cutoff also moves forward to May 2026. The two API breaking changes are thinking on by default and a 400 error when thinking is disabled at xhigh or max; the claude.ai effort default also changed.

Is Claude Opus 5 as capable as Fable 5?

Close, but not equal. On CursorBench 3.2 at max effort, Opus 5 lands within 0.5% of Fable 5's score at half the price, and it even surpasses Fable 5 on OSWorld 2.0. For the hardest long-horizon reasoning and agentic tasks, Anthropic still recommends Fable 5.

How much does Claude Opus 5 cost?

Standard pricing is $5 per million input tokens and $25 per million output tokens — unchanged from Opus 4.8. An optional fast mode runs about 2.5× faster at double the price ($10/$50 per million tokens). On claude.ai, Opus 5 is included within Pro, Max, Team, and Enterprise plan limits, and is now the default model on Claude Max.

Where can I use Claude Opus 5?

Opus 5 is available on claude.ai, the Claude API as claude-opus-5, Claude Code, Claude Cowork, Amazon Bedrock, Claude Platform on AWS, Google Cloud Vertex AI, and Microsoft Foundry.

Should I upgrade from Opus 4.8 to Opus 5?

For most teams, yes — it's the same price with measurable gains across reasoning, coding, and life-sciences benchmarks, plus a newer knowledge cutoff. Before migrating, check thinking-on-by-default behavior, the xhigh/max restriction when thinking is disabled, the claude.ai effort default, and unsupported web fetch and Priority Tier.

Version History

Opus 5

Current Version

Released on July 24, 2026

+What's new
3 updates
  • Match near-Fable 5 intelligence on everyday coding and business tasks at half the price, closing to within 0.5% of Fable 5 on CursorBench's toughest setting while costing half as much
  • Verify and iterate on its own work more reliably than prior models, with life-sciences gains over Opus 4.8 including +10.2 points in organic chemistry and +7.7 points on predicting how protein-sequence variations affect function
  • Upgrade from Opus 4.8 at the same $5/$25 per-million-token pricing, with stronger automated behavioral audits marking it Anthropic's most aligned model to date

Sonnet 5

Released on June 30, 2026

+What's new
3 updates
  • Run coding agents, tool-heavy workflows, and professional knowledge work at frontier performance while choosing effort levels that trade latency and cost for deeper reasoning.
  • Process large codebases and long document sets with a 1M-token context window, stronger instruction following, and better performance than Sonnet 4.6 across agentic tasks.
  • Use Sonnet 5 across Claude, Claude Code, and the API at $2/$10 per million tokens through August 31, 2026, before standard $3/$15 pricing begins.

Mythos 5

Released on June 9, 2026

View Update
+What's new
3 updates
  • Access Fable 5-level capability with safeguards lifted in some areas through Project Glasswing, delivering Anthropic's strongest cybersecurity model for approved defenders.
  • Accelerate scientific research with ~10× faster protein design, strong candidates for 9 of 14 targets, genomics across 138 species, and hypotheses preferred ~80% of the time.
  • Use Mythos 5 through limited trusted access for approved cyberdefenders and infrastructure providers, with the same $10/$50 per-million-token pricing as Fable 5.

Fable 5

Released on June 9, 2026

View Update
+What's new
3 updates
  • Run demanding reasoning and long-horizon agentic work with Anthropic's most capable widely released model, which completed a 50M-line Ruby migration in one day instead of two months for a team.
  • Stay focused through long-running work, complete Pokémon FireRed from vision alone, and use persistent file memory that improved Slay the Spire performance 3× more than for Opus 4.8.
  • Deploy with general-availability safeguards that fall back to Opus 4.8 on sensitive prompts in under 5% of sessions, priced at $10 per million input and $50 per million output tokens

Opus 4.8

Released on May 28, 2026

View Update
+What's new
3 updates
  • Catch more issues with stronger honesty and judgment: Opus 4.8 is roughly 4× less likely than Opus 4.7 to leave code flaws unremarked and first topped 10% all-pass on the Legal Agent Benchmark.
  • Drive browser and computer-use agents further with 84% on Online-Mind2Web and more efficient tool-calling that reaches the same result in fewer steps across long agentic sessions
  • Upgrade from Opus 4.7 at the same $5/$25 per-million-token pricing, with better context retention and style consistency across extended sessions

Opus 4.7

Released on April 16, 2026

View Update
+What's new
3 updates
  • Handle harder production coding agents with stronger autonomy and instruction following — CursorBench rises from 58% to 70%, while Rakuten-SWE-Bench resolves 3× more production tasks than Opus 4.6
  • Analyze dense visual content like chemical diagrams, technical screenshots, and patents with 3× higher image resolution (up to 2,576 pixels) and XBOW visual acuity climbing from 54.5% to 98.5%
  • Tune reasoning effort with the new xhigh control level between high and max, giving teams finer latency/quality tradeoffs while instruction-following becomes more literal across tool use

Mythos Preview

Released on April 7, 2026

+What's new
3 updates
  • Discover zero-day vulnerabilities in major operating systems and web browsers autonomously — including a 27-year-old bug in OpenBSD — by applying frontier code reasoning to security-critical software analysis at scale
  • Construct multi-step exploit chains combining up to four vulnerabilities into functional attacks, including JIT heap sprays, ROP chains, privilege escalation, and remote code execution against fully patched targets
  • Achieve 181 successful Firefox JavaScript exploits versus 2 for Opus 4.6, with 595 crash discoveries and 10 full control-flow hijacks in OSS-Fuzz testing — capabilities that emerged from improvements in code reasoning rather than explicit security training

Mythos Preview

Released on April 7, 2026

View Update
+What's new
3 updates
  • Preview a gated frontier model for cybersecurity research, with Project Glasswing offering early access and major gains in zero-day discovery, exploit development, and reverse engineering
  • Analyze complex program behaviors and surface edge-case issues through multi-step reasoning workflows designed for research and testing environments
  • Improve automated code analysis performance in fuzzing and debugging scenarios, helping developers detect crashes and stability issues more efficiently

Sonnet 4.6

Released on February 17, 2026

View Update
+What's new
3 updates
  • Write better code and complete complex multi-step tasks at Opus-level intelligence — developers in Claude Code prefer Sonnet 4.6 over Sonnet 4.5 roughly 70% of the time
  • Navigate spreadsheets, fill out multi-step web forms, and complete browser-based workflows with significantly improved computer use capabilities and stronger resistance to prompt injection attacks
  • Process entire codebases, long contracts, or dozens of research papers in a single request with the new 1M token context window in beta

Opus 4.6

Released on February 5, 2026

View Update
+What's new
3 updates
  • Plan and sustain complex agentic tasks longer, work more reliably in large codebases, and catch mistakes with stronger code review and debugging for engineering workflows.
  • Work with up to 1 million tokens in a beta context window for analyzing large codebases, document sets, contracts, and extended multi-step agentic workflows.
  • Achieve top scores on Terminal-Bench 2.0 agentic coding and Humanity's Last Exam, while outperforming frontier competitors by ~144 Elo points on economically valuable professional knowledge work

Opus 4.5

Released on November 24, 2025

+What's new
3 updates
  • Execute long-horizon agentic workflows with stronger reasoning and planning, achieving higher held-out pass rates while using up to 65% fewer tokens than earlier models.
  • Apply frontier reasoning to everyday work tasks including deep research, multi-step code migrations, and creating slides and spreadsheets — meaningfully better at common professional knowledge work
  • Generate more reliable code solutions with better error handling and stronger self-correction, delivering 50–75% reductions in tool calling and build errors on complex automated engineering tasks

Haiku 4.5

Released on October 15, 2025

+What's new
3 updates
  • Run coding, computer-use, and agent tasks at performance similar to Sonnet 4 while paying one-third as much and receiving responses more than twice as fast.
  • Power high-volume and latency-sensitive workflows with near-frontier intelligence, including subagents that execute plans created by larger Claude models.
  • Use Haiku 4.5 across Claude and the API at $1 per million input tokens and $5 per million output tokens, with a 200K-token context window.

Sonnet 4.5

Released on September 29, 2025

+What's new
3 updates
  • Balance intelligence and speed with near-Opus performance across coding, analysis, and writing at Sonnet pricing, making advanced capability practical for everyday complex work.
  • Generate more accurate responses across coding, writing, and analytical tasks with improved reasoning that matches or exceeds predecessor models on most real-world professional benchmarks
  • Handle larger context windows efficiently while maintaining consistent response quality throughout long conversations — ideal for document-heavy workflows and extended agentic task sessions

Sonnet 4.5

Released on September 29, 2025

+What's new
3 updates
  • Balance intelligence and speed with Opus-level performance at Sonnet pricing for everyday complex tasks
  • Generate more accurate responses across coding, writing, and analytical work with improved reasoning
  • Handle larger context windows efficiently while maintaining consistent quality throughout conversations

Opus 4.1

Released on August 5, 2025

+What's new
3 updates
  • Solve real-world coding and agentic tasks more reliably with an incremental Opus 4 upgrade that reached 74.5% on SWE-bench Verified.
  • Analyze research and data in greater depth while tracking details more accurately across multi-step workflows and large codebases.
  • Upgrade from Opus 4 at the same pricing across paid Claude plans, Claude Code, the API, Amazon Bedrock, and Google Cloud Vertex AI.

Opus 4

Released on May 22, 2025

+What's new
3 updates
  • Run long-horizon coding and agent workflows for several hours across thousands of steps, with leading launch scores of 72.5% on SWE-bench and 43.2% on Terminal-bench.
  • Preserve key facts across long tasks by creating and maintaining memory files, helping agents keep context and improve continuity during extended work.
  • Access Anthropic's highest-capability Claude 4 model in Claude, Claude Code, and the API at $15/$75 per million input and output tokens.

Sonnet 4

Released on May 22, 2025

+What's new
3 updates
  • Handle coding, reasoning, and agent tasks with a major upgrade over Sonnet 3.7, including 72.7% on SWE-bench and stronger, more precise instruction following.
  • Use parallel tool execution, improved memory, and more reliable agent behavior to complete complex workflows while balancing intelligence, speed, and cost.
  • Deploy Sonnet 4 across Claude, Claude Code, and the API at $3/$15 per million input and output tokens for production-scale everyday work.

Sonnet 3.7

Released on February 24, 2025

+What's new
3 updates
  • Choose between near-instant answers and visible extended thinking in the first hybrid reasoning Claude model, with API controls over its reasoning budget.
  • Build and debug production software with stronger coding and instruction following, including 62.3% on SWE-bench Verified and up to 70.3% with a custom scaffold.
  • Use the newly introduced Claude Code research preview for agentic coding directly from the terminal, while retaining Sonnet pricing of $3/$15 per million tokens.

3.5 Haiku

Released on November 4, 2024

+What's new
3 updates
  • Get fast, cost-effective responses approaching higher-tier model performance for high-volume pipelines, customer support, and content moderation tasks at a fraction of the per-token cost
  • Process high-volume tasks at faster speeds than larger Claude models, enabling real-time customer support, content moderation, and classification pipelines without meaningfully sacrificing accuracy
  • Run coding, tool use, extraction, and moderation workloads in a fast, budget-friendly 200K-context model that launched as text-only on the Claude API.

3.5 Sonnet (Upgraded)

Released on October 22, 2024

+What's new
3 updates
  • Control computers, interact with software UIs, and automate desktop workflows through the first publicly available Claude computer use capability for agentic browser and desktop automation tasks
  • Write better code with significantly improved SWE-bench Verified scores versus the original 3.5 Sonnet, making it more reliable for real-world software engineering and complex programming tasks
  • Maintain strong vision and image input capabilities while delivering major improvements in coding quality and computer use for practical software engineering and workflow automation use cases

3.5 Sonnet

Released on June 21, 2024

+What's new
3 updates
  • Outperform Claude 3 Opus on complex tasks including coding and data analysis while maintaining the response speed and lower per-token cost that makes Sonnet practical for production-scale workflows
  • Generate high-quality code with graduate-level reasoning capabilities for sophisticated programming and analytical tasks, matching or exceeding the performance of previous-generation flagship models
  • Handle nuanced instructions across writing, summarization, and Q&A tasks while producing more natural, contextually appropriate responses compared to earlier Claude generations

3 Haiku

Released on March 13, 2024

+What's new
3 updates
  • Process tasks at lightning speed with near-instant response times — ideal for high-volume customer interactions, live chat support, and real-time classification pipelines where latency matters
  • Handle complex multi-step instructions across summarization, Q&A, and coding at a lower cost point than Claude 3 Sonnet while maintaining strong quality for most production use cases
  • Analyze images and documents quickly with multimodal vision capabilities, bringing image understanding to high-throughput workflows in a fast, resource-efficient production model

3 Opus

Released on March 4, 2024

+What's new
3 updates
  • Tackle the most complex reasoning, analysis, and writing tasks with the highest comprehension and fluency of the Claude 3 family — suited for research, legal, financial, and technical domains
  • Analyze images alongside text for comprehensive multimodal understanding, enabling visual Q&A, document extraction, and chart interpretation at the highest quality level in the Claude 3 lineup
  • Generate sophisticated content with improved accuracy, meaningfully fewer unnecessary refusals, and stronger instruction following for nuanced, long-form creative and analytical tasks

3 Sonnet

Released on March 4, 2024

+What's new
3 updates
  • Balance capability and cost with strong performance across writing, analysis, summarization, and coding — a reliable workhorse for most business and enterprise production workflows at scale
  • Process both text and images seamlessly with new multimodal understanding capabilities, enabling document analysis, visual Q&A, and image-grounded reasoning in a single API request
  • Generate reliable, consistent responses for data processing, customer support, and content creation workflows at scale — suited for both high-volume automated pipelines and direct user interactions

2.1

Released on November 21, 2023

+What's new
3 updates
  • Process up to 200K tokens — approximately 500 pages — in a single conversation, enabling comprehensive analysis of lengthy legal documents, research reports, and multi-chapter texts
  • Get more accurate responses with 2× fewer hallucinations than Claude 2.0 when analyzing complex, multi-source information, reducing the risk of fabricated facts in high-stakes professional workflows
  • Integrate Claude with external tools, databases, and APIs through the new beta tool use capability, enabling structured data retrieval and action execution in early agentic task workflows

2

Released on July 11, 2023

+What's new
3 updates
  • Handle longer conversations with a 100K token context window — enough to analyze entire books, lengthy legal documents, or multiple research papers in a single coherent session
  • Write better code with 71.2% performance on the Codex HumanEval benchmark, up from 56% in Claude 1.3, reflecting a meaningful jump in functional code generation and debugging capabilities
  • Receive safer responses with improved Constitutional AI training — approximately 2× reduction in harmful outputs compared to prior versions while maintaining helpfulness and response accuracy

1

Released on March 14, 2023

+What's new
3 updates
  • Access Anthropic's first publicly available AI assistant — built with Constitutional AI training to be helpful, honest, and harmless across conversational and text processing use cases
  • Engage in natural multi-turn conversations for summarization, search, creative writing, Q&A, and coding tasks — with Constitutional AI making responses more predictable and steerable for developers
  • Direct Claude's personality, tone, and behavior to fit your use case — Claude's design emphasizes steerability, allowing more precise customization than earlier AI systems of the same generation

Top alternatives

Related categories

From the blog

View all →

Track Claude in ToolWorthy Weekly

Important tool updates, better alternatives, and selected AI signals in one weekly brief.

Weekly only. Unsubscribe anytime.