Qwen3.5 Plus

qwen/qwen3.5-plus

Qwen3.5 Plus is Alibaba's mid-tier "plus" model from the Qwen3.5 generation, with a 256K context window and strong reasoning, coding, and tool use.

Upstream Providers
ZDR only
opencode-zen-byok
In$0.40Out$1.60
No ZDRTools
opencode-go-byok
In$0.40Out$1.60
CachedNo ZDRTools
API Details
Uptime & Health
No uptime data yet

These providers haven't been health-probed for this model yet. The router still routes around upstreams that fail live requests — uptime fills in once probe history accrues.

Code samples
POST /api/v1/chat/completions
curl https://anyrouter.dev/api/v1/chat/completions \
  -H "Authorization: Bearer $ANYROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3.5-plus",
    "messages": [
      {"role": "user", "content": "Say hi in 3 words."}
    ]
  }'
No API key yetSet ANYROUTER_API_KEY Dashboard → Keys
Request example
{
  "model": "qwen/qwen3.5-plus",
  "messages": [
    {
      "role": "user",
      "content": "Say hi in 3 words."
    }
  ]
}

Change sort, ZDR, effort, or pin a provider to add routing params.