Last updated: June 30, 2026

Anthropic released Claude Sonnet 5 on June 30, 2026, positioning it as the most agentic Sonnet model so far. The short version: Sonnet 5 is designed to bring more Opus-like coding, tool use, browser work, and professional-task performance into a cheaper Sonnet-class model.

Quick answer: Claude Sonnet 5 is available now in Claude, Claude Code, and the Claude Platform API. Anthropic says it is the default model for Free and Pro plans and is also available to Max, Team, and Enterprise users. For developers, the API model name is claude-sonnet-5. Launch pricing is $2 per million input tokens and $10 per million output tokens through August 31, 2026. After that, standard pricing is $3 per million input tokens and $15 per million output tokens.

Review verdict: Claude Sonnet 5 looks like the new default Claude model for everyday professional work, AI agents, and coding. It is a major upgrade over Claude Sonnet 4.6, especially for multi-step work where the model needs to plan, use tools, check outputs, and finish the task. Claude Opus 4.8 still matters for the highest-accuracy work, but Sonnet 5 is now much closer to Opus-class performance at a lower price.

This guide is based on Anthropic's Claude Sonnet 5 launch post, the Claude Sonnet 5 System Card, and Anthropic's Claude API model documentation. Availability, pricing, and API aliases can change, so check Anthropic's docs before making production changes.

Key takeaways

  • Release date: Claude Sonnet 5 launched on June 30, 2026.
  • Developer: Anthropic.
  • Model family: Claude Sonnet.
  • API model name: claude-sonnet-5.
  • Claude app availability: default for Free and Pro; available to Max, Team, and Enterprise users.
  • Claude Code: available in Claude Code for coding-agent workflows.
  • Launch API pricing: $2 / million input tokens and $10 / million output tokens through August 31, 2026.
  • Standard API pricing: $3 / million input tokens and $15 / million output tokens after the launch period.
  • Main upgrade: stronger agentic execution, coding, tool use, web/search work, computer-use tasks, and professional deliverables.
  • Main comparison: clearly stronger than Sonnet 4.6; closer to Opus 4.8, but still generally below Opus 4.8 on the hardest accuracy-sensitive tasks.
  • Safety update: lower overall undesirable behavior than Sonnet 4.6 in Anthropic's pre-deployment evaluations, with cyber safeguards enabled by default.
  • Cost caveat: Anthropic says Sonnet 5 uses an updated tokenizer, so the same text can become roughly 1.0x to 1.35x as many tokens depending on content type.

Claude Sonnet 5 quick facts

DetailClaude Sonnet 5
Release dateJune 30, 2026
DeveloperAnthropic
Model classSonnet-class Claude model
API model nameclaude-sonnet-5
Best forCoding, AI agents, Claude Code, web research, tool use, computer-use workflows, professional documents, analysis
Claude app accessDefault for Free and Pro; available to Max, Team, and Enterprise
Claude Code accessYes
Launch API price$2 / MTok input; $10 / MTok output through August 31, 2026
Standard API price$3 / MTok input; $15 / MTok output after launch pricing ends
Opus comparisonLower price; Opus 4.8 remains stronger for highest-accuracy tasks
Sonnet 4.6 comparisonStronger on coding, search, tool use, agentic safety, and professional-task benchmarks
Safety postureCyber safeguards enabled by default; lower undesirable behavior than Sonnet 4.6 in Anthropic evaluations

What is Claude Sonnet 5?

Claude Sonnet 5 is Anthropic's newest Sonnet model. Sonnet is the middle of the Claude lineup: usually more capable than small, low-cost models, but cheaper and faster than premium Opus-class models.

The important difference with Sonnet 5 is that Anthropic is no longer presenting Sonnet as merely the “good enough” cheaper model. Sonnet 5 is built for agentic work: tasks where the model must make a plan, use tools, read files, browse, run commands, write or edit code, check the result, and continue without constant user correction.

That makes Sonnet 5 especially relevant for:

  • software engineering agents;
  • Claude Code users;
  • browser and terminal automation;
  • web research agents;
  • business workflow automation;
  • data analysis and spreadsheet tasks;
  • legal, finance, healthcare, and professional-document workflows;
  • long-running tasks where cheaper models tend to stop halfway.

In plain English: Claude Sonnet 5 is the model you test first when you want Opus-like follow-through but do not want Opus-level cost.

Claude Sonnet 5 release date and availability

Claude Sonnet 5 was released on June 30, 2026. Anthropic announced same-day availability across its main Claude surfaces.

SurfaceClaude Sonnet 5 availability
Claude FreeDefault model, according to Anthropic's launch post
Claude ProDefault model
Claude MaxAvailable
Claude TeamAvailable
Claude EnterpriseAvailable
Claude CodeAvailable
Claude Platform APIAvailable as claude-sonnet-5

Account-level rollout can still vary by plan, admin settings, region, provider, and rate limit tier. If you do not see Sonnet 5 in your model picker immediately, check your workspace settings, Claude Console model list, or organization admin controls.

Claude Sonnet 5 API model name

The API model name listed in Anthropic's launch post is:

claude-sonnet-5

For prototypes, that alias is convenient. For production systems, verify Anthropic's current model documentation and consider whether your application needs a pinned dated model version if Anthropic exposes one in the Console or API docs.

A simple migration path is:

  1. Duplicate your current Sonnet 4.6 evaluation suite.
  2. Run the same prompts and tool workflows with claude-sonnet-5.
  3. Compare task success rate, token usage, latency, refusal behavior, and cost.
  4. Move low-risk traffic first.
  5. Keep Opus 4.8 as a fallback for tasks where Sonnet 5 still misses important edge cases.

Claude Sonnet 5 pricing

Claude Sonnet 5 has temporary launch pricing, then standard Sonnet pricing.

PeriodInput priceOutput price
Launch pricing through August 31, 2026$2 / million tokens$10 / million tokens
Standard pricing after August 31, 2026$3 / million tokens$15 / million tokens

For comparison, Anthropic's launch post lists Claude Opus 4.8 at $5 / million input tokens and $25 / million output tokens in the cost-performance discussion. That gives Sonnet 5 a clear price advantage for high-volume agent workloads.

There is one important cost caveat: Anthropic says Sonnet 5 uses an updated tokenizer. The same input can turn into roughly 1.0x to 1.35x as many tokens depending on the content. In other words, the per-token price is lower than Opus, but you should still measure real prompts rather than estimating only from old Sonnet 4.6 token counts.

What is new in Claude Sonnet 5?

More agentic follow-through

The headline improvement is not just “better answers.” It is better task completion.

Sonnet 5 is built for workflows where the model has to keep going: inspect a codebase, make a plan, call tools, run tests, revise the plan, and verify the result. Anthropic's early-access examples emphasize cases where Sonnet 5 finished multi-step tasks that older Sonnet models often abandoned or only partially completed.

That matters because agent failures are often boring but expensive. The model does not need to make a dramatic mistake to waste time. It only needs to stop too early, forget a requirement, skip verification, or patch a symptom instead of finding the root cause.

Better coding and Claude Code performance

Sonnet 5 is a major coding upgrade over Sonnet 4.6. In Anthropic's system card, Sonnet 5 improves on several software-engineering benchmarks, including SWE-bench, Terminal-Bench, CursorBench, FrontierCode, and ProgramBench.

The practical benefit is strongest for real codebase work:

  • debugging a failing test;
  • tracing a bug across multiple files;
  • generating a regression test before a fix;
  • making changes in a brownfield repository;
  • following local conventions;
  • using terminal tools;
  • checking whether the implemented change actually solves the issue.

This does not mean you should merge Sonnet 5 code without review. It means Claude Code and other coding agents should have a better default execution model than Sonnet 4.6.

Better cost-performance against Opus 4.8

Claude Opus 4.8 is still the stronger model for many high-accuracy tasks. But Sonnet 5 narrows the gap.

Anthropic's cost-performance charts compare Sonnet 5, Sonnet 4.6, and Opus 4.8 at different effort levels. The practical interpretation is simple: Sonnet 5 now covers much of the value zone that previously required Opus, while Opus remains the option for maximum accuracy at a higher price.

For teams, that suggests a model-routing strategy:

  • use Sonnet 5 for default agent and coding work;
  • use Opus 4.8 when accuracy matters more than cost;
  • route only the hardest failed or ambiguous cases to Opus;
  • measure the break-even point with your own tasks.

Effort levels matter more

Sonnet 5 is designed to work across different effort settings. Higher effort can improve accuracy but consumes more tokens and rate limit. Lower effort can be cheaper and faster, but may reduce reliability on hard tasks.

This is especially important for agents. A simple Q&A task may not need high effort. A code migration, spreadsheet repair, legal document review, or browser automation task might.

The best workflow is to set effort based on task risk:

Task typeSuggested approach
Fast drafting or simple Q&ALower effort may be enough
Routine code editsStart with medium or high effort, then test
Complex debuggingUse higher effort and require verification
Agentic browser/tool workflowsIncrease effort when failures are expensive
High-stakes legal, finance, healthcare, or security workUse stronger models, expert review, and explicit checks

Stronger agentic search and web work

Sonnet 5 improves on agentic search evaluations, including BrowseComp and Humanity's Last Exam with tools. These tasks are not just about memorized knowledge. They test whether a model can search, fetch, reason, use tools, and synthesize the result.

That is useful for:

  • market research;
  • competitive analysis;
  • technical documentation search;
  • vendor comparisons;
  • policy and compliance research;
  • multi-source business analysis;
  • research assistants that need evidence, not just fluent prose.

You still need source checking. But Sonnet 5 should be more capable than Sonnet 4.6 at finding and using the right information when tool access is available.

Safety and alignment improvements

Anthropic reports that Sonnet 5 is safer than Sonnet 4.6 across several pre-deployment evaluations. The main claimed improvements include:

  • lower overall undesirable behavior in automated behavioral audits;
  • better refusal of malicious requests in agentic contexts;
  • stronger resistance to prompt-injection hijacks;
  • lower hallucination rates;
  • lower sycophancy;
  • better calibration around harmful or ambiguous requests.

The nuance: Anthropic also says Sonnet 5 still shows higher rates of some misaligned behavior than more capable recent Opus and Mythos models in certain internal evaluations. So the safety story is not “perfect model.” It is “safer than Sonnet 4.6, but still needs guardrails and evaluation.”

Claude Sonnet 5 benchmarks

Benchmarks are not the same as real production performance, but they are useful for understanding where a model improved. Anthropic's system card reports broad gains over Sonnet 4.6.

BenchmarkClaude Sonnet 5Claude Sonnet 4.6What it measures
SWE-bench Verified85.2%Not listed in the summary tableReal GitHub issue resolution
SWE-bench Pro63.2%58.1%Harder long-horizon software engineering tasks
SWE-bench Multilingual78.3%Not listed in the summary tableSoftware tasks across 9 programming languages
SWE-bench Multimodal28.1%Not listed in the summary tableCoding with screenshots or visual context
Terminal-Bench 2.180.4%67.0%Terminal-based coding and command-line tasks
BrowseComp84.7% single-agent; 86.6% multi-agent76.2%Hard web search and information-finding tasks
Humanity's Last Exam, no tools43.2%34.6%Difficult expert knowledge without tools
Humanity's Last Exam, with tools57.4%46.8%Difficult expert knowledge with search, fetch, tools, and code execution
OSWorld-Verified81.2%78.5%Computer-use tasks
FrontierCode v138.8%15.1%Agentic coding on real open-source pull-request-style tasks
GDPval-AA v21609 Elo1381 EloReal-world professional tasks across occupations
AutomationBench13.5%5.3%End-to-end business workflow automation
HealthBench Professional57.8%44.2%Professional healthcare-context tasks

Three benchmark patterns stand out.

First, coding improved a lot. The biggest gap is on FrontierCode, where Sonnet 5 is more than twice Sonnet 4.6's reported score.

Second, tool-assisted reasoning improved. BrowseComp and Humanity's Last Exam with tools both show strong gains, which is important for research agents and workflows where the model can search or execute code.

Third, professional work improved. GDPval-AA v2, finance evaluations, legal-agent tests, health benchmarks, and automation benchmarks all point in the same direction: Sonnet 5 is better at work-like tasks, not only benchmark puzzles.

Claude Sonnet 5 vs Claude Sonnet 4.6

Claude Sonnet 5 is a direct upgrade over Sonnet 4.6 for most users.

AreaSonnet 4.6Sonnet 5
CodingGood Sonnet-class coding modelStronger multi-step coding and terminal performance
Agentic workflowsMore likely to stop short or need correctionBetter follow-through and self-checking
Tool useCapable, but less reliable on hard tasksBetter search, browser, terminal, and business-workflow performance
SafetySolid, but weaker prompt-injection and malicious-request behaviorBetter agentic safety in Anthropic evaluations
TokenizationOlder tokenizerUpdated tokenizer; same input may become more tokens
CostPrevious Sonnet pricingIntro price is lower through August 31, then standard Sonnet pricing

For most developers, the main migration question is not whether Sonnet 5 is better. It is whether the better performance outweighs tokenizer changes, model behavior differences, and any compatibility issues in your prompts.

If you already use Sonnet 4.6 in production, test these areas first:

  • token counts on your largest prompts;
  • exact JSON or tool-call compliance;
  • refusal behavior on policy-sensitive tasks;
  • latency at your preferred effort level;
  • cost per completed task, not just cost per token;
  • regression tests for high-volume workflows.

Claude Sonnet 5 vs Claude Opus 4.8

Claude Sonnet 5 is not a full replacement for Opus 4.8. It is a better default for many tasks where Opus was previously attractive but too expensive.

Use Sonnet 5 when…Use Opus 4.8 when…
You need strong performance at lower costYou need the highest accuracy available in Claude
You run high-volume agents or coding workflowsFailure is expensive and human review is limited
The task is complex but not mission-criticalThe task requires deeper judgment or more reliable edge-case handling
You want a default Claude Code modelYou are doing the hardest codebase, legal, finance, or reasoning work
You can route failures to a stronger modelYou want fewer escalations and can pay more per token

A practical setup is to use Sonnet 5 as the first pass and Opus 4.8 as the escalation model. For example:

  1. Sonnet 5 attempts the task.
  2. Tests, validators, or graders check the result.
  3. If the task fails or confidence is low, route to Opus 4.8.
  4. A human reviews high-risk outputs before deployment.

This gives you better cost-performance than using Opus for everything while avoiding the risk of relying only on Sonnet for the hardest cases.

Claude Sonnet 5 in Claude Code

Claude Sonnet 5 is available in Claude Code, which makes the release especially important for developers.

The biggest expected gains are in tasks like:

  • implementing multi-file features;
  • debugging unfamiliar repositories;
  • writing reproduction tests;
  • fixing failing CI;
  • refactoring without breaking conventions;
  • investigating performance or reliability bugs;
  • maintaining long-running agent plans;
  • checking whether a code change actually fixed the problem.

For Claude Code users, the best way to evaluate Sonnet 5 is not a toy prompt. Give it a real task from your backlog and judge the full loop:

  • Did it understand the repository?
  • Did it inspect the right files?
  • Did it create a reasonable plan?
  • Did it run the relevant tests?
  • Did it explain tradeoffs clearly?
  • Did it avoid unnecessary rewrites?
  • Did it leave the codebase cleaner than it found it?

If the answer is yes, Sonnet 5 may be a better default than Sonnet 4.6. If the task is unusually ambiguous, cross-service, security-sensitive, or business-critical, keep Opus 4.8 in the loop.

Safety and cyber safeguards

Anthropic says Sonnet 5 was not deliberately trained to be a cyber-specialist model. It can do routine benign cyber-related tasks, but its dangerous cyber capability is far below Anthropic's stronger Opus and Mythos models.

Still, Sonnet 5 is stronger than Sonnet 4.6, so Anthropic launched it with real-time cyber safeguards enabled by default. These safeguards are intended to detect and block dangerous cyber usage.

What this means for users:

  • For normal coding, DevOps, log analysis, and defensive security tasks, Sonnet 5 should be useful.
  • For more sensitive cybersecurity work, expect more guardrails than a general coding prompt.
  • If your organization is part of Anthropic's Cyber Verification Program, check provider-specific access and policy details.
  • For cyber workflows that require reduced guardrails, Anthropic's launch post points users toward Opus 4.8 rather than Sonnet 5.

The larger takeaway is that Sonnet 5 is safer than Sonnet 4.6 in Anthropic's evaluations, but it is also capable enough that organizations should keep policy checks, logging, human review, and prompt-injection defenses in place.

Best use cases for Claude Sonnet 5

1. Everyday coding agents

Sonnet 5 is likely to become the default coding model for many Claude users. It is strong enough for meaningful codebase work while remaining cheaper than Opus.

Use it for:

  • bug fixes;
  • test generation;
  • refactors;
  • documentation updates;
  • small feature implementation;
  • code review assistance;
  • CI failure triage;
  • migration planning.

2. High-volume business automation

Because Sonnet 5 improves on tool use and business workflow benchmarks, it is a good fit for agents that move through operational tasks.

Examples:

  • updating CRM records;
  • drafting customer follow-ups;
  • reconciling information across tools;
  • summarizing tickets;
  • preparing reports;
  • running internal admin workflows;
  • extracting structured data from documents.

3. Research and search agents

Sonnet 5's BrowseComp and tool-assisted HLE gains make it attractive for research workflows.

Use it for:

  • source discovery;
  • competitive research;
  • technical documentation search;
  • literature review support;
  • data-backed summaries;
  • market maps;
  • policy and compliance scans.

Always ask for sources and verify claims. The model is better, not infallible.

4. Professional document work

Sonnet 5 improves on benchmarks involving documents, spreadsheets, legal tasks, finance tasks, and workplace deliverables. It can help with:

  • financial analysis drafts;
  • legal document triage;
  • healthcare administrative summaries;
  • slide or memo outlines;
  • spreadsheet reasoning;
  • contract comparison;
  • policy review;
  • executive summaries.

Use expert review for regulated or high-stakes outputs.

5. Claude app power users

Since Sonnet 5 is the default model for Free and Pro users, many people will experience it first in the Claude app rather than the API. For daily work, it should be useful for:

  • writing;
  • planning;
  • research;
  • coding help;
  • document summaries;
  • analysis;
  • brainstorming;
  • task breakdowns.

If you are on Max, Team, or Enterprise, compare Sonnet 5 with Opus 4.8 inside your actual workflow rather than assuming the more expensive model is always necessary.

Limitations and caveats

Claude Sonnet 5 is a strong release, but there are several caveats.

  1. Most launch data comes from Anthropic. The system card is detailed, but independent long-term evaluations will matter.
  2. Benchmarks do not perfectly predict your workflow. A model can do well on SWE-bench and still fail on your internal repository.
  3. The tokenizer changed. Real token usage may differ from Sonnet 4.6 by content type.
  4. Higher effort can raise cost. The model may perform better at higher effort levels, but agents can consume many tokens.
  5. Opus 4.8 is still stronger for some tasks. Sonnet 5 is a value upgrade, not the absolute top model in the Claude lineup.
  6. Safety guardrails can affect outputs. This is especially relevant for cybersecurity and ambiguous dual-use tasks.
  7. You still need tests and review. Better self-checking is not a substitute for CI, evaluation suites, or domain experts.

Should you switch to Claude Sonnet 5?

Yes, you should test Claude Sonnet 5 if you currently use Sonnet 4.6. It is the obvious upgrade candidate for coding, agents, research, and professional workflows.

Use this decision rule:

SituationRecommendation
You use Claude casuallyUse Sonnet 5 as the new default
You use Sonnet 4.6 in productionRun a regression test and migrate gradually
You use Opus 4.8 for everythingTry Sonnet 5 for cheaper first-pass work
You build coding agentsTest Sonnet 5 immediately in Claude Code or your agent harness
You do high-stakes professional workUse Sonnet 5 with expert review, or escalate to Opus when needed
You do cybersecurity workCheck Anthropic's cyber safeguards and verification rules before switching

The best reason to switch is not raw benchmark improvement. It is cost per completed task. If Sonnet 5 finishes more tasks without escalation, it can be cheaper even when it uses more reasoning tokens.

Migration checklist for developers

Before replacing Sonnet 4.6 with Sonnet 5 in production, run this checklist.

  1. Confirm model availability in the Claude Console or your cloud provider.
  2. Update the model name to claude-sonnet-5 in a test environment.
  3. Measure token counts on real prompts, especially long documents and codebase context.
  4. Evaluate cost per completed task, not just per-token cost.
  5. Test structured outputs such as JSON, XML, tool calls, citations, and schema-constrained responses.
  6. Run safety-sensitive prompts to check refusal behavior and policy fit.
  7. Compare effort levels for quality, latency, and cost.
  8. Keep a rollback path to Sonnet 4.6 or Opus 4.8.
  9. Route hard failures to Opus 4.8 instead of retrying Sonnet 5 forever.
  10. Update documentation so your team knows which model is being used and why.

FAQ about Claude Sonnet 5

What is Claude Sonnet 5?
Claude Sonnet 5 is Anthropic's newest Sonnet-class Claude model, released on June 30, 2026. It is designed for agentic work such as coding, tool use, browser and terminal workflows, research, and professional-task automation.
When was Claude Sonnet 5 released?
Claude Sonnet 5 was released on June 30, 2026. Anthropic announced same-day availability across Claude plans, Claude Code, and the Claude Platform API.
What is the Claude Sonnet 5 API model name?
Anthropic's launch post lists the API model name as claude-sonnet-5. For production systems, check the current Claude API docs and Console in case Anthropic also exposes pinned version identifiers.
How much does Claude Sonnet 5 cost?
Claude Sonnet 5 launch pricing is $2 per million input tokens and $10 per million output tokens through August 31, 2026. After that, standard pricing is $3 per million input tokens and $15 per million output tokens.
Is Claude Sonnet 5 available in Claude Code?
Yes. Anthropic says Claude Sonnet 5 is available in Claude Code. It is especially relevant for coding-agent workflows because it improves over Sonnet 4.6 on multi-step coding, terminal, and software-engineering benchmarks.
Is Claude Sonnet 5 better than Claude Sonnet 4.6?
Yes, based on Anthropic's launch post and system card, Claude Sonnet 5 is a significant upgrade over Sonnet 4.6 in coding, agentic search, tool use, professional tasks, and agentic safety. Production users should still run regression tests before switching.
Is Claude Sonnet 5 better than Claude Opus 4.8?
Not generally. Claude Sonnet 5 is cheaper and much closer to Opus 4.8 than earlier Sonnet models, but Opus 4.8 remains the stronger option for many highest-accuracy tasks. A good setup is to use Sonnet 5 by default and escalate difficult cases to Opus 4.8.
Does Claude Sonnet 5 have cyber safeguards?
Yes. Anthropic says Sonnet 5 launched with cyber safeguards enabled by default. The model is stronger than Sonnet 4.6 but substantially less capable at dangerous cyber evaluations than Opus and Mythos models.
Should developers migrate from Claude Sonnet 4.6 to Sonnet 5?
Developers should test Sonnet 5 as the likely replacement for Sonnet 4.6. Measure task success rate, token usage, latency, structured-output reliability, safety behavior, and cost per completed task before moving production traffic.