AICredits logo
anthropicvision

Anthropic: Claude Opus 4.8 (Fast)

anthropic/claude-opus-4.8-fast

Fast-mode variant of [Opus 4.8](/anthropic/claude-opus-4.8) - identical capabilities with higher output speed at 2x pricing relative to regular Opus 4.8. Learn more in Anthropic's docs: https://platform.claude.com/docs/en/build-with-claude/fast-mode

Supported APIs

Messages APIChat APIVision
Context
1.0M
Max output
Input / 1M
₹998.77
Cached / 1M
₹99.88
Output / 1M
₹4993.85

Pricing

Token typeUSD / 1MINR / 1M
Input$10.00₹998.77
Cached inputprompt cache read$1.0099.88
Output$50.00₹4993.85

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Anthropic: Claude Opus 4.8 (Fast) through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
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-fast",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.