Models
Alibabatext
Qwen 3.5 Plus
Alibaba's flagship language model with strong multilingual and reasoning capabilities. Supports up to 1M context with tiered pricing.
qwen3.5-plusQuickstart
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-plus",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'