WorldRouter

Models
Alibabatext

Qwen 3.6 Plus

Latest generation Qwen model with improved reasoning and instruction following capabilities.

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