changelogAnthropic

Anthropic SDK v0.108.0 Adds Claude Mythos-5 and Fable-5 with Fallback Support

TL;DR

Anthropic released Python SDK v0.108.0 on June 9, 2026, adding support for two new Claude models: Claude Mythos-5 and Claude Fable-5. The update includes both server-side and client-side fallback middleware for handling model refusals.

1 min read
0

Anthropic SDK v0.108.0 Adds Claude Mythos-5 and Fable-5 with Fallback Support

Anthropic released version 0.108.0 of its Python SDK on June 9, 2026, introducing support for two previously unannounced Claude models: Claude Mythos-5 and Claude Fable-5.

New Models

The SDK update references two new model identifiers:

  • Claude Mythos-5
  • Claude Fable-5

No technical specifications, pricing, or capability details have been disclosed for either model. The naming convention breaks from Anthropic's established pattern of Opus, Sonnet, and Haiku tiers.

Fallback Mechanisms

The primary feature of this release is fallback support for handling model refusals:

Server-side fallbacks: When Claude Mythos-5 or Fable-5 refuse a request, the system can automatically route to an alternative model on Anthropic's servers.

Client-side fallbacks: New middleware enables developers to implement fallback logic in their applications for API providers that don't support server-side fallbacks.

The fallback functionality specifically targets refusal scenarios—instances where models decline to respond to certain prompts due to safety filters or content policies.

Implementation Details

The update (commit 6b76649) implements both fallback types as part of the SDK's core functionality. Developers using the Python SDK can now configure fallback chains to maintain service continuity when models refuse requests.

Version 0.108.0 follows v0.107.1. The full changelog is available in Anthropic's GitHub repository.

What This Means

The appearance of Claude Mythos-5 and Fable-5 in SDK code suggests Anthropic is testing new model variants, though the company has made no public announcement. The fallback architecture indicates Anthropic anticipates scenarios where these models may refuse requests more frequently than existing Claude versions, or that they're designed for specialized use cases requiring backup options. The dual naming convention—Mythos and Fable—could signal a departure from Anthropic's performance-based tier system toward use-case-specific models, though this remains speculative without official documentation.

Related Articles

model release

Anthropic releases Claude Fable 5, first public Mythos-class model at $10/$50 per million tokens

Anthropic has released Claude Fable 5, its first publicly available Mythos-class model, at $10 per million input tokens and $50 per million output tokens—less than half the price of Claude Mythos Preview. The model includes safeguards that redirect sensitive queries to Claude Opus 4.8 in less than 5% of sessions.

model release

Anthropic releases Claude Fable 5 with Mythos-class capabilities at $10/$50 per million tokens

Anthropic released Claude Fable 5, a Mythos-class model, to enterprise customers and paid subscribers two months after limiting its advanced Mythos model to select users. The new model costs $10 per million input tokens and $50 per million output tokens—twice the price of Claude Opus 4.8—and includes safeguards that block responses in high-risk areas like cybersecurity and biology.

model release

Anthropic releases Claude Fable 5, a safety-limited version of Mythos, at $10/$50 per million tokens

Anthropic released Claude Fable 5, the first publicly available version of its Mythos model, with built-in safety restrictions that automatically block high-risk queries in cybersecurity, biology, chemistry, and related fields. The model costs $10 per million input tokens and $50 per million output tokens, double the price of Claude Opus 4.8.

model release

Anthropic releases Claude Fable 5, first public Mythos-class model at $10/$50 per million tokens

Anthropic has released Claude Fable 5, marking the first broad release from its Mythos class of AI models. The company previously deemed this model family too dangerous for public release due to exceptional cybersecurity capabilities, but new safeguards that block responses in high-risk areas now make it available at $10 per million input tokens and $50 per million output tokens.

Comments

Loading...