Models
Alibabatext
Qwen 3 Coder Next
Qwen coding model for code generation, refactoring, and agentic developer workflows.
qwen3-coder-nextQuickstart
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-coder-next",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'