Models/qwen

qwen3.5-plus-20260420· Released Apr 27, 2026

qwen/qwen3.5-plus-20260420

Qwen3.5 Plus (April 2026) is a large-scale multimodal language model from Alibaba. It accepts text, image, and video input and produces text output, with a 1M token context window. This...

Input
From$0.1035/M
Output
From$0.6192/M
Context
Up to 1M
Max output
Up to 66K
Modalities
TextImageVideoText

Input and output show the lowest price across upstreams, for reference. Your actual prices are listed per upstream below.

Upstreams & pricing
UpstreamContextMax outputInput $/1MOutput $/1MCached input $/1M
Zenlayer AI Gateway-openai_compat (Global)From price
1M66K
≤131K$0.1035
≤262K$0.2583
>262K$0.5157
≤131K$0.6192
≤262K$1.548
>262K$3.096
≤131K$0.0108
≤262K$0.0261
>262K$0.0513

Routed in real time — you pay the listed price of whichever upstream serves your call.

How to call
curlrequest.sh
curl https://api.tkex.ai/v1/chat/completions \
  -H "Authorization: Bearer $TX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3.5-plus-20260420",
    "messages": [
      {"role": "user", "content": "Say hello in five words."}
    ]
  }'