Models/qwen

qwen3.7-plus· Released Jun 3, 2026

qwen/qwen3.7-plus

Qwen3.7-Plus is a cost-effective model in Alibaba's Qwen3.7 series. It supports text and image input with text output, building on the series' text capabilities with a comprehensive upgrade to its...

Input
From$0.2484/M
Output
From$0.9909/M
Context
Up to 1M
Max output
Up to 66K
Modalities
TextImageText

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
≤262K$0.2484
>262K$0.7434
≤262K$0.9909
>262K$2.9709
≤262K$0.0504
>262K$0.1494

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