Back to Models
Q

QwQ 32B

Qwen
by Qwen

Reasoning model from Alibaba with strong math and coding performance. Open-weight and cost-effective.

Dec 25, 2024

Specifications

Context Length
131K
131,072 tokens
Input Price
$0.15
per 1M tokens
Output Price
$0.20
per 1M tokens
Modalities
1
text→text

Capabilities

text generationchatreasoningcode

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

qwen/qwq-32b
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwq-32b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'