WorldRouter

Models
Alibabatext

Qwen 3 VL 235B A22B Instruct

Qwen VL model for multimodal-oriented prompts and strong text instruction following.

qwen3-vl-235b-a22b-instruct

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-vl-235b-a22b-instruct",
    "messages": [
      {
        "role": "user",
        "content": "Hello"
      }
    ]
  }'