anthropic/claude-opus-4.8Claude Opus 4.8 is Anthropic's most capable generally available model in the Opus family. It supports text, image, and file inputs with text output, with reasoning support and a 1M-token...
| 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.8 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.8",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.