Qwen3 Coder 480B A35B Instruct
Qwen logo

Qwen3 Coder 480B A35B Instruct

qwen3-coder-480b-a35b-instruct
Qwen
The code generation model based on Qwen3 has powerful Coding Agent capabilities, achieving state-of-the-art performance compared to open-source models.The model adopts tiered pricing.

Pricing

TierPricingCache Read
Input<=32K
$0.822$3.288
-
32K<Input<=128K
$1.233$4.932
-
128K<Input<=200K
$2.055$8.219
-

Input Modalities

  • Text

Output Modalities

  • Text

Capabilities

  • Tools
  • Tool calling
  • Structured outputs

Providers

Alibaba Cloud qwen3-coder-480b-a35b-instruct
Pricing$0.822$3.288
Pricing$1.233$4.932
Pricing$2.055$8.219
Context262K
Max output262K
Latency1.9S
Throughput65.3TPS
Uptime
0.00% uptime 2 days ago
0.00% uptime yesterday
0.00% uptime today
Cerebras qwen-3-coder-480b
Pricing$2.000$2.000
Context262K
Max output262K
Latency0.9S
Throughput1655.0TPS
Uptime
0.00% uptime 2 days ago
0.00% uptime yesterday
0.00% uptime today

Performance for qwen3-coder-480b-a35b-instruct

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-480b-a35b-instruct",
    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 480B A35B Instruct?

The code generation model based on Qwen3 has powerful Coding Agent capabilities, achieving state-of-the-art performance compared to open-source models.The model adopts tiered pricing.