model releaseAnthropic

Anthropic SDK v0.120.0 Adds Reference to Unannounced 'Claude Opus 5' Model

TL;DR

The anthropic-sdk-python v0.120.0 release adds a reference to a model identifier called claude-opus-5, the first public sign of a next-generation Opus model. Anthropic has not issued an official announcement, and no pricing, context window, or benchmark data has been disclosed.

2 min read
0

SDK Changelog Reveals Model Identifier, No Official Announcement Yet

Anthropic shipped version 0.120.0 of its official Python SDK (anthropic-sdk-python) on July 24, 2026, and the release notes contain the first public reference to a model identifier named claude-opus-5. The mention appears in a single commit alongside two unrelated API additions, with no accompanying documentation, pricing, or specification changes.

This is a changelog entry, not a product launch. Anthropic has not published a model card, blog post, or pricing page for Claude Opus 5 as of this writing. The identifier's presence in the SDK typically precedes a public release by days to weeks, based on Anthropic's historical pattern of shipping client-side support ahead of announcements, but the company has made no confirmed statement about availability, capabilities, or release timing.

What actually shipped in v0.120.0

Three features are listed in the full changelog (diff: v0.119.0...v0.120.0):

  1. claude-opus-5 model identifier added to the API client — enables the SDK to recognize and route requests to the model, but contains no metadata about context window, modality support, or benchmark performance.
  2. Tool addition/removal blocks and tool_change events — new event types that let developers add or remove tools mid-conversation and receive structured notifications when tool availability changes during a session. This is a functional SDK capability independent of any specific model.
  3. Expanded client-side fallback credit token types and a server-side fallbacks default option — broadens how the SDK handles fallback billing/credit accounting when primary model routes are unavailable, with a new default behavior for server-managed fallbacks.

All three changes are confirmed by the commit history at the linked GitHub release. Beyond the identifier string itself, Anthropic has disclosed zero specifications for Claude Opus 5: no context window size, no input/output pricing per million tokens, no benchmark scores (MMLU, HumanEval, or otherwise), and no confirmed training cutoff date.

What this means

SDK-level model identifiers are a standard early signal in Anthropic's release cadence — Claude 3.5 Sonnet, Claude 4, and Claude 4.1 all appeared in SDK code shortly before public launch. Their presence here is a credible indicator that Anthropic is preparing to ship a successor to Claude Opus 4.1, but it is not confirmation of a release date or feature set. Developers should not build production integrations against claude-opus-5 yet, since the identifier could change, be gated behind an internal flag, or be pulled before general availability.

The more immediately useful changes for developers are the tool_change events and expanded fallback credit handling, both of which are live now and affect any application using dynamic tool calling or fallback routing across Anthropic's model lineup. Anthropic has not responded to requests for comment on Claude Opus 5's timeline; this article will be updated when the company issues an official announcement.

Related Articles

model release

Anthropic Launches Claude Opus 5 (Fast) at $10/$50 per Million Tokens, 1M Context Window

Anthropic has released Claude Opus 5 (Fast), a higher-throughput variant of Opus 5 that carries identical capabilities but runs at roughly 2x the price of the standard model. The model ships with a 1 million token context window and is available now through OpenRouter.

model release

Anthropic Releases Claude Opus 5, Claims Near-Fable 5 Intelligence at Half the Price

Anthropic has released Claude Opus 5, upgrading from Opus 4.8, with pricing held at $5 per million input tokens and $25 per million output tokens. The company claims the model approaches the intelligence of its flagship Fable 5 model at half the cost.

product update

Cline v4.0.11 Adds Claude Opus 5 and Moonshot Kimi K3 Support, Fixes Overstated 1M-Context Pricing

Cline's v4.0.11 release adds provider support for Claude Opus 5 (including 1M context window variants) across six integrations and introduces Moonshot Kimi K3 support. The update also fixes a pricing bug that overstated costs for Opus 1M-context requests above 200k tokens.

product update

Anthropic Adds Opus and Sonnet Models to Claude Voice Mode, Ending Haiku-Only Limit

Anthropic has upgraded Claude's voice mode to run on Opus and Sonnet models for the first time, moving beyond the instant-response Haiku model it previously relied on exclusively. The update adds mid-conversation model switching, connector support, and coverage for 11 languages.

Comments

Loading...