Anthropic model API

claude-fable-5

Call claude-fable-5 through RelayRouter’s OpenAI-compatible endpoint with metered credits and route failover.

Context window

1,000,000 tokens

Published maximum context configured for this route.

Input price

10.0000 credits / 1M

Metered input-token rate before account-specific billing rules.

Output price

50.0000 credits / 1M

Metered generated-token rate before account-specific billing rules.

Route health

87.71%

87.71% observed request success. Historical performance is not a future uptime guarantee.

OpenAI-compatible request

curl https://relayrouter.org/v1/chat/completions \
  -H "Authorization: Bearer rr_live_••••" \
  -H "Content-Type: application/json" \
  -d '{"model":"claude-fable-5","messages":[{"role":"user","content":"Hello"}]}'
Read migration guide