All models

Claude Fable 5

Active

claude-fable-5-1

Anthropic's high-capability model for coding, reasoning, and agent workloads.

Context window
200,000
Max output
64,000

Official model price

The published model price used for every request.

Per 1M tokens

Cached input

$1.00

Uncached input

$10.00

Output

$50.00

Use it with your stack

Use this PAI model ID from the client that already fits your stack.

curl https://router.omnitools.ai/v1/responses \
  -H "Authorization: Bearer $PAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "input": "Explain cache-aware routing in one sentence.",
  "max_output_tokens": 160,
  "model": "claude-fable-5-1"
}'