Qwen 3 32B
Alibaba
Qwen3-32B is a world-class model with comparable quality to DeepSeek R1 while outperforming GPT-4.1 and Claude Sonnet 3.7. It excels in code-gen, tool-calling, and advanced reasoning, making it an exceptional model for a wide range of production use cases.
- Language
- Reasoning
- Tool use
- Context
- 128K
- Max output
- 8K
- Input / 1M
- $0.160
- Output / 1M
- $0.640
Quickstart
Point any OpenAI-compatible client at Maxynetic Systems and pass alibaba/qwen-3-32b as the model.
curl https://api.maxynetic.com/v1/chat/completions \
-H "Authorization: Bearer $MAXYNETIC_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "alibaba/qwen-3-32b",
"messages": [{ "role": "user", "content": "Explain routing in one line." }]
}'Pricing
Billed per token with no markup on the underlying provider rate.
Input
Per 1M prompt tokens
$0.160
Output
Per 1M completion tokens
$0.640
A 1M-token prompt with 250K tokens of output costs about $0.320.
Rates for this model vary by upstream provider; Maxynetic Systems routes to the cheapest healthy one by default.
