AICredits logo
anthropicvision

Anthropic: Claude Fable 5.1

anthropic/claude-fable-5.1

Claude Fable 5.1 improves on Claude Fable 5 across the board, with the biggest gains in agentic coding, long-running agentic workflows, and knowledge work: long code refactors, front-end and visual...

Supported APIs

Chat APIVision
Context
1.0M
Max output
Input / 1M
₹998.77
Cached / 1M
₹24.97
Output / 1M
₹4993.85

Pricing

Token typeUSD / 1MINR / 1M
Input$10.00₹998.77
Cached inputprompt cache read$0.25024.97
Output$50.00₹4993.85

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Anthropic: Claude Fable 5.1 through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "anthropic/claude-fable-5.1",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.