changelogAnthropic

Anthropic Python SDK v0.90.0 adds Claude Mythos preview support

TL;DR

Anthropic released version 0.90.0 of its Python SDK on April 7, 2026, adding support for the claude-mythos-preview model. The update also includes a bug fix for query parameter merging in the client.

1 min read
0

Anthropic Python SDK v0.90.0 Adds Claude Mythos Preview Support

Anthropologic released version 0.90.0 of its Python SDK on April 7, 2026, introducing support for the claude-mythos-preview model and addressing a client-side bug.

What's New

Claude Mythos Preview Integration

The primary feature addition enables developers to call the claude-mythos-preview model through the Python SDK. This represents the first SDK-level support for the Mythos model variant, which Anthropic has not yet formally announced with full specifications or pricing.

Bug Fix

The update resolves an issue where hardcoded query parameters were not properly merged with user-provided parameters in the client. This fix ensures that internal SDK query parameters and custom user parameters can coexist without conflicts.

Technical Details

The release is a minor version bump (0.90.0 from 0.89.0), indicating backward compatibility. The change commits (fc7ddd8 and 32d35e0) are now available in the public repository.

What This Means

Developers using Anthropic's Python SDK can now integrate claude-mythos-preview into their applications, though details about the model's capabilities, context window, pricing, and performance benchmarks remain unavailable. The query parameter fix addresses a potential integration issue for users who rely on both SDK defaults and custom configurations. This SDK update typically precedes or accompanies formal model announcements, suggesting Mythos may receive broader availability soon.

Related Articles

changelog

Anthropic Python SDK v0.104.0 adds thinking token count estimates for streaming responses

Anthropic released version 0.104.0 of its Python SDK on May 21, 2026. The update adds support for a thinking-token-count beta feature that provides estimated token counts in thinking block deltas when streaming responses from reasoning models.

changelog

Anthropic releases Claude Opus 4.7 Fast with 6x pricing for higher output speed

Anthropic has released Claude Opus 4.7 Fast, a speed-optimized variant of its Opus 4.7 model. The fast-mode version delivers identical capabilities with higher output speed at premium pricing: $30 per 1M input tokens and $150 per 1M output tokens, representing a 6x increase over standard pricing.

product update

AWS launches Claude Platform on AWS, bringing Anthropic's native APIs and features directly to AWS accounts

AWS announced general availability of Claude Platform on AWS, enabling direct access to Anthropic's native APIs, tools, and console through existing AWS accounts. The service includes the Messages API, Claude Managed Agents, web search, MCP connector, and code execution, authenticated via AWS IAM and billed through AWS Marketplace.

changelog

Anthropic doubles Claude Code usage limits for paid users, increases API capacity by up to 1500%

Anthropic has doubled Claude Code's five-hour usage limits for Pro, Max, Team, and Enterprise users while removing peak hour restrictions for Pro and Max plans. The company also increased API limits by up to 1500% for input tokens per minute through a compute capacity deal with SpaceX's Colossus 1 data center.

Comments

Loading...