Claude

Anthropic: Claude Fable 5

Chat
anthropic/claude-fable-5

Anthropic Claude Fable 5 - Mythos-class, long-horizon agentic autonomy

1M context window
128K max output tokens
Released: 2026-06-09
Supported Protocols:OpenAIopenaiAnthropicanthropic
Available Providers:BedrockBedrock
Capabilities:VisionFunction CallingReasoningPrompt CachingPDF Input

Providers

BedrockBedrock
Input Tokens
$10/M
Output Tokens
$50/M
Cache Read
$1/M
Cache Write (5 min)
$12.5/M
Cache Write (1 hour)
$20/M
Web Search
$0.015/R
Protocols
OpenAIopenai
Anthropicanthropic

Code Examples

import anthropic
client = anthropic.Anthropic(
base_url="https://api.ofox.ai/anthropic",
api_key="YOUR_OFOX_API_KEY",
)
message = client.messages.create(
model="anthropic/claude-fable-5",
max_tokens=1024,
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(message.content[0].text)

Frequently Asked Questions

Anthropic: Claude Fable 5 on Ofox.ai costs $10/M per million input tokens and $50/M per million output tokens. Pay-as-you-go, no monthly fees.