AICredits logo
anthropicvision

Anthropic: Claude Sonnet 4.5

anthropic/claude-sonnet-4.5

Claude Sonnet 4.5 is Anthropic’s most advanced Sonnet model to date, optimized for real-world agents and coding workflows. It delivers state-of-the-art performance on coding benchmarks such as SWE-bench Verified, with...

Supported APIs

Messages APIChat APIVision
Context
1.0M
Max output
Input / 1M
₹299.63
Cached / 1M
₹29.96
Output / 1M
₹1498.16

Pricing

Token typeUSD / 1MINR / 1M
Input$3.00₹299.63
Cached inputprompt cache read$0.30029.96
Output$15.00₹1498.16

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

Quickstart

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

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