AICredits logo
anthropicvision

Anthropic: Claude Opus 4.1

anthropic/claude-opus-4.1

Claude 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...

Supported APIs

Messages APIChat APIVision
Context
200K
Max output
Input / 1M
₹1498.16
Cached / 1M
₹149.82
Output / 1M
₹7490.78

Pricing

Token typeUSD / 1MINR / 1M
Input$15.00₹1498.16
Cached inputprompt cache read$1.50149.82
Output$75.00₹7490.78

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

Quickstart

Call Anthropic: Claude Opus 4.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-opus-4.1",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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