CodingArabic: strong support

Qwen3 Coder 30B A3B

Qwen3 Coder 30B A3B is a coding-specialized mixture-of-experts model in Alibaba's Qwen3 Coder line, with ~30B total and ~3B active parameters per token. It is tuned on large code corpora across many programming languages and supports long context for repository-scale tasks. Use it for IDE assistants, code review bots, and lightweight self-hostable-class coding agents.

Pricing

Input

$0.070 / 1M

Output

$0.270 / 1M

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

Specs

Context
128K
Max output
16K
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-30b-a3b-instruct",
    messages=[
        {"role": "user", "content": "Hello from Thalam!"}
    ],
)

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

Similar models

Qwen3 Coder 480B A35B

CodingArabic

Qwen3 Coder 480B: Alibaba's flagship coding MoE. 256K context, 100+ languages, fill-in-the-middle.

Context
256K
Max output
32K
Latency
Fast
Input price
$0.380 / 1M
Output price
$1.55 / 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)