AnthropicPopular
Claude Fable 5
Anthropic's Mythos-class tier above Opus — #1 on our AI Arena.
Claude Fable 5 is the first model of Anthropic's Claude 5 family — a Mythos-class tier that sits above Opus in capability. It tops our agentic AI Arena ranking and comes with a 1M-token window. Vendor list price is $10/$50 per 1M.
Best for
Hardest problemsAgentsHigh-stakes output
Strengths
- ▸Above-Opus capability
- ▸#1 on AI Arena
- ▸1M-token context
Use Claude Fable 5 via AnyModel
One OpenAI-compatible endpoint — just set the model id:
curl https://anymodel.org/v1/chat/completions \
-H "Authorization: Bearer $ANYMODEL_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-fable-5",
"messages": [{"role": "user", "content": "Hello!"}]
}'
AnyModel