AICredits logo
anthropicvision

Anthropic: Claude Opus 4.6 (Fast)

anthropic/claude-opus-4.6-fast

Fast-mode variant of [Opus 4.6](/anthropic/claude-opus-4.6) - identical capabilities with higher output speed at premium 6x pricing. 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
₹2996.31
Cached / 1M
₹299.63
Output / 1M
₹14981.56

Pricing

Token typeUSD / 1MINR / 1M
Input$30.00₹2996.31
Cached inputprompt cache read$3.00299.63
Output$150.00₹14981.56

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

Quickstart

Call Anthropic: Claude Opus 4.6 (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.6-fast",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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