Qwen3 Coder Plus 2025 07-22
Qwen logo

Qwen3 Coder Plus 2025 07-22

qwen3-coder-plus-2025-07-22
Qwen
The code generation model based on Qwen3 has powerful Coding Agent capabilities, excels in tool invocation and environment interaction, and can achieve autonomous programming with outstanding coding abilities while also possessing general capabilities.The model adopts tiered pricing.

Pricing

TierPricingCache Read
Input<=32K
$0.548$2.192
-
32K<Input<=128K
$0.822$3.288
-
128K<Input<=256K
$1.370$5.479
-
256K<Input<=1000K
$2.740$27.397
-

Input Modalities

  • Text

Output Modalities

  • Text

Capabilities

  • Tools
  • Tool calling
  • Structured outputs

Providers

Alibaba Cloud qwen3-coder-plus-2025-07-22
Pricing$0.548$2.192
Pricing$0.822$3.288
Pricing$1.370$5.479
Pricing$2.740$27.397
Context128K
Max output65K
Latency1.6S
Throughput82.7TPS
Uptime
0.00% uptime 2 days ago
0.00% uptime yesterday
0.00% uptime today

Performance for qwen3-coder-plus-2025-07-22

Uptime is the percentage of requests that succeeded over the past 72 hours. AIHubMix continuously monitors every provider and automatically retries with the next-best provider when one returns an error or responds too slowly; Latency is total round-trip time (lower is better); Throughput is how fast the model writes (tokens per second, higher is better).

Uptime
Loading...
Latency
Loading...
Throughput
Loading...

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://aihubmix.com/v1",
)

response = client.chat.completions.create(
    model="qwen3-coder-plus-2025-07-22",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)

Frequently asked questions

What is Qwen3 Coder Plus 2025 07-22?

The code generation model based on Qwen3 has powerful Coding Agent capabilities, excels in tool invocation and environment interaction, and can achieve autonomous programming with outstanding coding abilities while also possessing general capabilities.The model adopts tiered pricing.