AICredits logo
qwen

Qwen: Qwen3.7 Max

qwen/qwen3.7-max

Qwen3.7-Max is the flagship model in Alibaba's Qwen3.7 series. It supports text input and output and is designed for agent-centric workloads, with particular strengths in coding, office and productivity tasks,...

Supported APIs

Chat API
Context
1.0M
Max output
Input / 1M
₹147.32
Cached / 1M
₹29.46
Output / 1M
₹441.96

Pricing

Token typeUSD / 1MINR / 1M
Input$1.48₹147.32
Cached inputprompt cache read$0.29529.46
Output$4.42₹441.96

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

Quickstart

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

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