Claude Fable 5 is a Mythos-class model from Anthropic, built for autonomous knowledge work and coding. It supports text, image, and file inputs with text output, with reasoning support and...
At a glance
- Context window
- 1Mtokens
- Max output
- 128Ktokens
- Knowledge to
- —
- Released
- 2026
Capabilities
Benchmarks
- Intelligence index
- 50
- Coding index
- 77
- Agentic index
- 51
Design Arena
| Category | Elo | Win rate |
|---|---|---|
| models · gamedev | 1,361 | 61.5 |
| models · 3d | 1,347 | 61.9 |
| models · asciiart | 1,340 | 67.6 |
| models · uicomponent | 1,332 | 58.2 |
| models · svg | 1,331 | 64.4 |
| models · codecategories | 1,325 | 58 |
| models · dataviz | 1,325 | 58 |
| models · website | 1,308 | 56.5 |
Standard evaluations
| Benchmark | Score | Tasks |
|---|---|---|
| gpqa_diamond | 0.84 | 1,386 |
| tau_bench_verified_airline | 0.8 | 300 |
Source: Artificial Analysis, Design Arena · as of Sep 17, 2026
Performance
Uptime on IranRouter
5.4%
Reference uptime
100%
Median latency
5,784 ms
Throughput
37.7 tok/s
IranRouter uptime comes from our own automated probes; the reference figures are daily measurements of this model's upstream routes. Each card shows a 30-day average, and a day without data stays empty.
Popularity
- Current rank
- —
- Rank change, 7 days
- —
Daily tokens · 90 days
43.2B
Ranked by daily token volume across the global model market; the figure above the chart is the daily average.
Supported parameters
Parameters this model accepts; anything else is ignored.
Quick start
from openai import OpenAI
client = OpenAI(
api_key="ir-...",
base_url="https://iranrouter.com/v1",
)
resp = client.chat.completions.create(
model="anthropic/claude-fable-5",
messages=[{"role": "user", "content": "سلام!"}],
)
print(resp.choices[0].message.content)Only base_url and the key change; the rest of your code stays as it is.