anthropic/claude-opus-4.7Opus 4.7 is the next generation of Anthropic's Opus family, built for long-running, asynchronous agents. Building on the coding and agentic strengths of Opus 4.6, it delivers stronger performance on...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $5.00 | ₹499.39 |
| Cached inputprompt cache read | $0.500 | ₹49.94 |
| Output | $25.00 | ₹2496.93 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Anthropic: Claude Opus 4.7 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-4.7",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.