AICredits logo
anthropicvision

Anthropic: Claude Opus 4.8

anthropic/claude-opus-4.8

Claude 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...

Supported APIs

Messages APIChat APIVision
Context
1.0M
Max output
Input / 1M
₹499.39
Cached / 1M
₹49.94
Output / 1M
₹2496.93

Pricing

Token typeUSD / 1MINR / 1M
Input$5.00₹499.39
Cached inputprompt cache read$0.50049.94
Output$25.00₹2496.93

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

Quickstart

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

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