UniRouteUniRoute
All models
Claude Fable 5
TextPopular

Anthropic

Claude Fable 5

Build with Claude Fable 5 API to handle complex coding projects, autonomous agents, multimodal reasoning, and document-heavy workflows through UniRoute.

Pricing

Billing unitUniRouteMarket
Input$4.00
Output$20.00

per 1M tokens

About this model

Build with Claude Fable 5 API to handle complex coding projects, autonomous agents, multimodal reasoning, and document-heavy workflows through UniRoute.

Chat

Call it with one request

Works with the OpenAI SDK — just change the base URL.

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

Related models