anthropic/claude-opus-5-fastFast-mode variant of [Opus 5](/anthropic/claude-opus-5) - identical capabilities with higher output speed at 2x pricing relative to regular Opus 5. Learn more in Anthropic's docs: https://platform.claude.com/docs/en/build-with-claude/fast-mode
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $10.00 | ₹1006.52 |
| Output | $50.00 | ₹5032.60 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Claude Opus 5 (Fast) 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-fast",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.