Qwen3 Coder Flash
Qwen logo

Qwen3 Coder Flash

qwen3-coder-flashllms.txt
Qwen
Qwen3 Coder Flash is Alibaba's fast and cost efficient version of their proprietary Qwen3 Coder Plus. It is a powerful coding agent model specializing in autonomous programming via tool calling and environment interaction, combining coding proficiency with versatile general-purpose abilities.

Pricing

TierPricingCache Read
Input<=32K
$0.137$0.5479
-
32K<Input<=128K
$0.2055$0.8219
-
128K<Input<=256K
$0.3425$1.3699
-
256K<Input<=1000K
$0.6849$3.4247
-

Input Modalities

  • Text

Output Modalities

  • Text

Capabilities

  • Tools
  • Tool calling
  • Structured outputs

Providers

Alibaba Cloud qwen3-coder-flash-2025-07-28
Pricing$0.137$0.5479
Pricing$0.2055$0.8219
Pricing$0.3425$1.3699
Pricing$0.6849$3.4247
Context256K
Max output65K
Latency2.9S
Throughput82.2TPS
Uptime
100.00% uptime 3 days ago
100.00% uptime 2 days ago
100.00% uptime yesterday
Sophnet qwen3-coder-flash-2025-07-28
Pricing$0.137$0.5479
Pricing$0.2055$0.8219
Pricing$0.3425$1.3699
Pricing$0.6849$3.4247
Context256K
Max output6K
Latency2.6S
Throughput56.7TPS
Uptime
0.00% uptime 3 days ago
0.00% uptime 2 days ago
0.00% uptime yesterday

Performance for qwen3-coder-flash

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

Qwen3 Coder Flash is Alibaba's fast and cost efficient version of their proprietary Qwen3 Coder Plus. It is a powerful coding agent model specializing in autonomous programming via tool calling and environment interaction, combining coding proficiency with versatile general-purpose abilities.