AICredits logo
qwen

Qwen: Qwen3 Next 80B A3B Thinking

qwen/qwen3-next-80b-a3b-thinking

Qwen3-Next-80B-A3B-Thinking is a reasoning-first chat model in the Qwen3-Next line that outputs structured “thinking” traces by default. It’s designed for hard multi-step problems; math proofs, code synthesis/debugging, logic, and agentic...

Supported APIs

Chat API
Context
262K
Max output
Input / 1M
₹9.81
Cached / 1M
₹0.98
Output / 1M
₹78.51

Pricing

Token typeUSD / 1MINR / 1M
Input$0.098₹9.81
Cached inputprompt cache read$0.00970.98
Output$0.780₹78.51

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

Quickstart

Call Qwen: Qwen3 Next 80B A3B 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-next-80b-a3b-thinking",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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