AICredits logo
qwen

Qwen: Qwen3 Max Thinking

qwen/qwen3-max-thinking

Qwen3-Max-Thinking is the flagship reasoning model in the Qwen3 series, designed for high-stakes cognitive tasks that require deep, multi-step reasoning. By significantly scaling model capacity and reinforcement learning compute, 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 Thinking 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-thinking",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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