WorldRouter

Models
Alibabatext

Qwen 3 Coder Plus

Specialized coding model from Alibaba with strong code generation, debugging, and analysis capabilities.

qwen3-coder-plus

Quickstart

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-plus",
    "messages": [
      {
        "role": "user",
        "content": "Hello"
      }
    ]
  }'