Qwen3 Coder Plus
Qwen logo

Qwen3 Coder Plus

qwen3-coder-plusllms.txt
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
Pricing$0.548$2.192
Pricing$0.822$3.288
Pricing$1.370$5.479
Pricing$2.740$27.397
Context1M
Max output65K
Latency0.7S
Throughput5.9TPS
Uptime
100.00% uptime 2 days ago
100.00% uptime yesterday
100.00% uptime today

Performance for qwen3-coder-plus

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",
    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?

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.