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

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.