Models/qwen

qwen3-max· Released Sep 23, 2025

qwen/qwen3-max

Qwen3-Max is an updated release built on the Qwen3 series, offering major improvements in reasoning, instruction following, multilingual support, and long-tail knowledge coverage compared to the January 2025 version. It...

Input
From$0.3231/M
Output
From$1.2906/M
Context
Up to 262K
Max output
Up to 33K
Modalities
TextText

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
262K33K
≤33K$0.3231
≤131K$0.5166
>131K$0.9036
≤33K$1.2906
≤131K$2.0646
>131K$3.6126
≤33K$0.0648
≤131K$0.1035
>131K$0.1809

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-max",
    "messages": [
      {"role": "user", "content": "Say hello in five words."}
    ]
  }'