AICredits logo
qwen

Qwen: Qwen3 Max

qwen/qwen3-max

Qwen3-Max is an updated release built on the Qwen3 series, offering major improvements in reasoning, instruction following, multilingual support, and long-tail knowledge coverage compared to the January 2025 version. It...

Supported APIs

Chat API
Context
262K
Max output
Input / 1M
₹78.51
Cached / 1M
₹7.85
Output / 1M
₹392.54

Pricing

Token typeUSD / 1MINR / 1M
Input$0.780₹78.51
Cached inputprompt cache read$0.0787.85
Output$3.90₹392.54

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

Quickstart

Call Qwen: Qwen3 Max 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": "qwen/qwen3-max",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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