Models
Alibabatext
Qwen 3.5 Plus 02-15
Qwen 3.5 Plus snapshot with 1M context and tiered long-prompt pricing.
qwen3.5-plus-02-15Quickstart
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-02-15",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'