Models
Alibabatext
Qwen 3 30B A3B Instruct 2507
Compact Qwen mixture model for fast instruction following and practical chat.
qwen3-30b-a3b-instruct-2507Quickstart
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-30b-a3b-instruct-2507",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'