product updateAnthropic

Anthropic releases Claude Opus 4-7 with token budgets and user profiles in Python SDK v0.96.0

TL;DR

Anthropic released Python SDK v0.96.0 on April 16, 2026, adding support for Claude Opus 4-7, a new flagship model. The update introduces token budgets for cost management and user profiles for personalized interactions.

2 min read
1

Anthropic releases Claude Opus 4-7 with token budgets and user profiles in Python SDK v0.96.0

Anthropic released version 0.96.0 of its Python SDK on April 16, 2026, adding support for Claude Opus 4-7 and introducing two new API features: token budgets and user profiles.

New model: Claude Opus 4-7

The update adds Claude Opus 4-7 to the available models in the SDK. Anthropic has not yet disclosed pricing, context window size, or benchmark performance for this model. The naming follows Anthropic's established pattern, suggesting this is the seventh iteration of the Claude Opus 4 series.

Token budgets for cost control

The SDK now supports token budgets, allowing developers to set limits on token consumption per request or conversation. This feature addresses a common pain point for production deployments where cost control is critical. Implementation details and exact API parameters are documented in the full changelog.

User profiles for personalization

User profiles enable applications to provide context about individual users to Claude, potentially improving response relevance and personalization. The feature likely allows storing user preferences, interaction history, or other metadata that Claude can reference during conversations.

Technical details

The release is available through pip install with pip install anthropic==0.96.0. The update maintains backward compatibility with existing implementations using earlier SDK versions. Developers can view the complete changelog comparing v0.95.0 to v0.96.0 on GitHub.

The SDK is Anthropic's official Python library for accessing Claude models through their API, used by developers building applications with Claude integration.

What this means

This release signals Anthropic's continued expansion of the Claude 4 Opus line with a new model variant, though the lack of disclosed specifications makes it difficult to assess performance improvements. The addition of token budgets and user profiles indicates Anthropic is addressing enterprise needs around cost management and personalization—two factors critical for production AI deployments. The token budget feature in particular suggests Anthropic is responding to customer requests for more granular cost controls, a feature that competing providers like OpenAI have offered through usage limits and rate limiting configurations.

Related Articles

model release

Anthropic releases Claude Opus 4.7 with improved coding and vision, confirms it trails unreleased Mythos model

Anthropic released Claude Opus 4.7 with improved coding capabilities, higher-resolution vision, and a new reasoning level. The company publicly acknowledged the model underperforms its unreleased Mythos system, which remains restricted due to safety concerns.

model release

Anthropic releases Claude Opus 4.7 with reduced cyber capabilities ahead of Mythos Preview general release

Anthropic has released Claude Opus 4.7, its most powerful generally available model, though it scores lower than the company's Mythos Preview model on every evaluation. The company intentionally reduced Opus 4.7's cybersecurity capabilities during training as it tests safety measures before releasing more powerful models.

model release

Anthropic ships Claude Opus 4.7 with improved coding reliability and multimodal capabilities

Anthropic has released Claude Opus 4.7, its latest generally available AI model focused on advanced software engineering. The model shows improvements in handling complex coding tasks with less supervision, enhanced vision capabilities, and better instruction following, while introducing a new tokenizer that increases token usage by 1.0-1.35× depending on content type.

model release

Anthropic releases Claude Opus 4.7 with reduced cyber capabilities compared to Mythos Preview

Anthropic released Claude Opus 4.7, a new model that the company says is 'broadly less capable' than its most powerful offering, Claude Mythos Preview. The model includes automated safeguards that detect and block prohibited or high-risk cybersecurity requests.

Comments

Loading...