AICredits logo
anthropicvision

Anthropic: Claude Sonnet 4.6

anthropic/claude-sonnet-4.6

Sonnet 4.6 is Anthropic's most capable Sonnet-class model yet, with frontier performance across coding, agents, and professional work. It excels at iterative development, complex codebase navigation, end-to-end project management with...

Supported APIs

Messages APIChat APIVision
Context
1.0M
Max output
Input / 1M
₹301.07
Cached / 1M
₹30.11
Output / 1M
₹1505.37

Pricing

Token typeUSD / 1MINR / 1M
Input$3.00₹301.07
Cached inputprompt cache read$0.30030.11
Output$15.00₹1505.37

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

Quickstart

Call Anthropic: Claude Sonnet 4.6 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-sonnet-4.6",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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