Models
Alibabatext
Qwen 3 Next 80B A3B Instruct
Qwen Next mixture model for efficient reasoning, chat, and instruction following.
qwen3-next-80b-a3b-instructQuickstart
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-next-80b-a3b-instruct",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'