claude-fable-5

Model ID: claude-fable-5 Provider: anthropic Tier: max Capabilities: chat, reasoning

anthropic chat, reasoning model.

Access

Available on max. Call it through the Riven API:

curl https://api.rivenai.io/v1/chat/completions \
  -H "Authorization: Bearer $RIVEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "claude-fable-5", "messages": [{"role": "user", "content": "Hello"}]}'

Generated from the live Riven gateway catalog, 2026-07-25.