anthropic/claude-sonnet-4.5Claude 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...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $3.00 | ₹299.63 |
| Cached inputprompt cache read | $0.300 | ₹29.96 |
| Output | $15.00 | ₹1498.16 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Anthropic: Claude Sonnet 4.5 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-sonnet-4.5",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.