Models
Alibabatext
Qwen 3 32B
Mid-sized Qwen 3 model for affordable reasoning, chat, and content generation.
qwen3-32bQuickstart
Call this model
Chat completion
curl https://inference-api.worldrouter.ai/v1/chat/completions \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3-32b",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'