Models/qwen

qwen3-coder-plus· Released Sep 23, 2025

qwen/qwen3-coder-plus

Qwen3 Coder Plus is Alibaba's proprietary version of the Open Source Qwen3 Coder 480B A35B. It is a powerful coding agent model specializing in autonomous programming via tool calling and...

Input
From$0.5166/M
Output
From$2.0646/M
Context
Up to 1M
Max output
Up to 66K
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
1M66K
≤33K$0.5166
≤131K$0.7749
≤262K$1.2906
>262K$2.5812
≤33K$2.0646
≤131K$3.0969
≤262K$5.1615
>262K$25.8039
≤33K$0.1035
≤131K$0.1557
≤262K$0.2583
>262K$0.5166

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