Anthropic Python SDK v0.90.0 adds Claude Mythos preview support
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.
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
Anthropic SDK v0.124.0 Moves Files and Skills APIs to General Availability, Adds Computer Use and Browser Use Toolsets
Anthropic released v0.124.0 of its Python SDK, graduating the Files and Skills APIs to general availability and introducing new computer use and browser use toolsets. The release is available now on GitHub.
OpenAI Python SDK v3.1.0 Adds Ultrafast Tier Support, Deprecates Sora Video APIs
OpenAI released v3.1.0 of its Python client library, adding support for a new 'Ultrafast' tier, WebSocket stream IDs, and structured MCP/WebSocket error handling. The release also formally deprecates the Sora video API and strips out remaining Stainless SDK-generation infrastructure.
Cline v4.1.11 Adds Inline Image Generation, Fixes VS Code 1.134 Compatibility Break
Cline's v4.1.11 update adds inline image generation for supported models and fixes a code actions bug that broke on VS Code 1.134. The release also expands the model catalog with eight new providers including AMD, Arcee, and RunInfra.
Anthropic Claims Claude Agents Beat Industry Hit Rates in Autonomous Protein Design Trials
Anthropic published two experiments showing Claude models autonomously running open-source protein design software end-to-end, claiming hit rates of 26.8% against an industry baseline of 10-15%. Independent verification of the results is still pending.
Comments
Loading...