AICredits logo
anthropicvision

Anthropic: Claude Opus 4.6

anthropic/claude-opus-4.6

Opus 4.6 is Anthropic’s strongest model for coding and long-running professional tasks. It is built for agents that operate across entire workflows rather than single prompts, making it especially effective...

Supported APIs

Messages APIChat APIVision
Context
1.0M
Max output
Input / 1M
₹501.45
Cached / 1M
₹50.14
Output / 1M
₹2507.23

Pricing

Token typeUSD / 1MINR / 1M
Input$5.00₹501.45
Cached inputprompt cache read$0.50050.14
Output$25.00₹2507.23

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

Quickstart

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

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