Models
Alibabatext
Qwen 3.5 27B
Mid-sized Qwen 3.5 model for general chat, analysis, and structured output.
qwen3.5-27bQuickstart
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.5-27b",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'