CodingArabic: strong support

Qwen3 Coder 480B A35B

Qwen3 Coder 480B A35B is the flagship of Alibaba's Qwen3 Coder family, a 480B-parameter mixture-of-experts model with ~35B active per token, purpose-built for agentic coding. It supports very long context, repository-level reasoning, and tool-use loops, and is competitive with leading closed coding models. Use it for autonomous coding agents, large-codebase refactors, and complex software engineering workflows.

Pricing

Input

$0.380 / 1M

Output

$1.55 / 1M

Pay only for what you use. No subscriptions, no minimums.

Specs

Context
256K
Max output
32K
Latency
Fast
Category
Coding
Arabic
Strong

Quick start

Use any OpenAI-compatible client. Just change base_url and your key.

from openai import OpenAI

client = OpenAI(
    api_key="tl-xxxxxxxxxxxxxxxxxxxxxxxx",
    base_url="https://api.thalam.ai/v1",
)

response = client.chat.completions.create(
    model="qwen/qwen3-coder-480b-a35b-instruct",
    messages=[
        {"role": "user", "content": "Hello from Thalam!"}
    ],
)

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

Similar models

Qwen3 Coder 30B A3B

CodingArabic

IDE-tier coding model. Cheap, fast, fits inline-completion workloads.

Context
128K
Max output
16K
Latency
Fast
Input price
$0.070 / 1M
Output price
$0.270 / 1M

Qwen3 Coder Next

CodingArabic

Alibaba coding model. Available via THALAM.

Context
128K
Max output
8K
Latency
Fast
Input price
$0.200 / 1M
Output price
$1.50 / 1M

Featured in

More from Qwen

All Qwen models (11)