anthropic/claude-opus-4.1Claude Opus 4.1 is an updated version of Anthropic’s flagship model, offering improved performance in coding, reasoning, and agentic tasks. It achieves 74.5% on SWE-bench Verified and shows notable gains...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $15.00 | ₹1498.16 |
| Cached inputprompt cache read | $1.50 | ₹149.82 |
| Output | $75.00 | ₹7490.78 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Anthropic: Claude Opus 4.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-opus-4.1",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.