Claude Opus 5 is released on July 24, 2026, and is offered under the model name “claude-opus-5.” Pricing is $5 per million input tokens and $25 per million output tokens, matching the prior Opus 4.8 tier and staying half the cost of Claude Fable 5. Opus 5 supports a 1M-token context window and allows up to 128K output. A key behavioral change is that the model performs “thinking” by default using an adaptive setting, which can affect how much of the token budget is consumed for both internal reasoning and the visible response. Disabling thinking is constrained by effort level: setting thinking off works only up to high effort, while pairing it with xhigh or max can trigger a 400 error.

The articles also describe migration considerations: prompt scaffolding that instructs the model to self-verify or use subagents for verification may cause extra, unnecessary work. Opus 5 reduces the minimum prompt length for caching to 512 tokens (from 1024), and includes a Claude API-only fast mode at higher cost. Finally, Opus 5 adds beta support for changing a conversation’s tool set between turns without losing cached prompts, and introduces server-side fallback behavior per refusal category (Claude API only).