anthropic/claude-opus-5Claude Opus 5 is Anthropic’s flagship model for demanding reasoning, coding, and long-horizon agentic work. It is particularly strong at end-to-end software tasks, code review and bug finding, visual analysis...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $5.00 | ₹503.26 |
| Output | $25.00 | ₹2516.30 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Claude Opus 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-opus-5",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.