anthropic/claude-fable-5.1Claude 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...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $10.00 | ₹998.77 |
| Cached inputprompt cache read | $0.250 | ₹24.97 |
| Output | $50.00 | ₹4993.85 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Anthropic: Claude Fable 5.1 through the supported APIs shown above — just set the base URL and your AICredits key.
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.