Models
Alibabatext
Qwen 3.5 9B
Small Qwen 3.5 model for low-latency chat, routing, and simple transformations.
qwen3.5-9bQuickstart
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-9b",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'