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
Cline v4.0.5 Adds Claude Sonnet 3.5 Support Across 7 API Providers
Cline, the VSCode AI coding assistant, released v4.0.5 with support for Anthropic's Claude Sonnet 3.5 across seven API providers. The update includes model picker integration and pricing corrections for the model.
Anthropic Python SDK v0.114.0 Adds Support for Claude Sonnet 5
Anthropic has released version 0.114.0 of its Python SDK, adding support for the claude-sonnet-5 model. The update also includes a bug fix for the agent toolset that allows absolute paths resolving inside the working directory.
Anthropic Launches Claude Desktop App for Linux, Local AI Integration Fails
Anthropic has released an official Linux desktop app for Claude, bringing feature parity with macOS and Windows versions. However, the app currently fails to reliably connect to locally-installed AI models like Ollama, limiting Linux users to cloud-based Anthropic plans.
Anthropic launches Claude Science beta with NVIDIA BioNeMo integration for life sciences research
Anthropic has launched the public beta of Claude Science, an AI workbench for scientific research that integrates NVIDIA's BioNeMo Agent Toolkit. The platform allows scientists to execute end-to-end research workflows using natural language commands to interact with digital agents.
Comments
Loading...