Models
Alibabatext
Qwen 3 235B A22B 2507
Large Qwen mixture model for economical reasoning and long-context generation.
qwen3-235b-a22b-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-235b-a22b-2507",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'