
Anthropic dropped Claude Sonnet 5 on June 30, and the positioning is deliberate: this is the most agentic Sonnet model they've shipped. Close to Opus 4.8 in performance, at 40% lower cost at standard pricing, and 60% cheaper during the introductory window that runs through August 31, 2026. For anyone running multi-step agents at scale, this changes the cost math in a concrete way.
What's actually in the release
Sonnet 5 (claude-sonnet-5) sits between Haiku 4.5 and Opus 4.8 in the lineup, but Anthropic is pitching it as the default workhorse for most agentic work. It carries a 1M token context window, 128k max output, and adaptive thinking. Fast latency. And it defaults to effort: high on the Claude API and Claude Code, meaning the model engages its full reasoning budget by default. That's the same default as Opus 4.8.
Here's the full pricing picture now:
- Haiku 4.5: $1/$5 per million tokens. Fast, near-frontier for simple tasks.
- Sonnet 5 intro (through Aug 31): $2/$10 per million tokens.
- Sonnet 5 standard: $3/$15 per million tokens.
- Opus 4.8: $5/$25 per million tokens.
- Fable 5: $10/$50 per million tokens.
If your agent loop defaulted to Opus 4.8 as the safe choice, Sonnet 5 is the model you need to benchmark before August ends. At introductory rates, you pay less than half to run the same workload and collect real performance data before standard pricing starts.
The adaptive thinking shift
Worth calling out explicitly: all three current-generation models (Fable 5, Opus 4.8, Sonnet 5) use adaptive thinking. Extended thinking now lives only on Haiku 4.5 and legacy models like Sonnet 4.6. If you've built tooling that explicitly calls the extended thinking beta with a fixed token budget, check whether that code path is targeting one of the newer models.
Adaptive thinking works differently from the beta. Instead of you specifying a reasoning token budget upfront, the model adjusts its thinking depth per turn based on task complexity. In practice, with Sonnet 4.6, I've found this more reliable than extended thinking was. The model makes better decisions about when to reason long versus when to just answer directly. Sonnet 5 brings that same mechanism at a higher capability baseline.
Where Opus 4.8 still holds its ground
Sonnet 5 is not a universal drop-in for Opus 4.8. Anthropic's own positioning for Opus is "complex agentic coding and enterprise work." The latency difference (Opus is "moderate," Sonnet is "fast") reflects that Opus does more reasoning work on hard problems. For a multi-file refactor, deep code review, or an agent navigating genuinely ambiguous specs with many decision points, the extra capability can translate directly into fewer retry loops and fewer downstream errors.
The test is simple: swap Sonnet 5 into your Opus-using agent, run a representative sample, and measure what you actually care about. Not subjective quality impressions. Actual pass/fail rates, re-prompt counts, output correctness on the hardest 10-15% of your tasks. If the numbers hold, you've been overpaying by 67%. If they don't, you now have data that justifies keeping Opus where it is.
I haven't formally run this across my own production workloads yet. But the introductory window is a low-cost time to get that data.
Fable 5 is still its own category
Fable 5 (claude-fable-5) runs at $10/$50 and is described as "next-generation intelligence for long-running agents." It's slower than Opus, twice the price, and designed for agents that operate autonomously over long time horizons with very large contexts. Adaptive thinking is always on for Fable 5, not optional. If you need the absolute capability ceiling and cost is secondary to correctness on the hardest tasks, that's where Fable 5 earns its slot. For most teams, the Sonnet 5 vs Opus 4.8 decision is the one worth making right now.
What to act on before September
Run your most expensive Opus-backed agent workloads against Sonnet 5 this month. Use the introductory pricing as a forcing function to get real benchmarks while it's cheap.
If you've been skipping multi-candidate sampling because Opus is expensive, Sonnet 5 at $2/$10 makes best-of-3 sampling cost roughly the same as a single Opus shot. That's a meaningful change in what's economically feasible for reliability-critical agent flows.
Model selection is one of those decisions that gets made once and then stays in place for months. Sonnet 5 is a concrete reason to revisit it now, with data, before the window closes.