CodingArabic: strong support
Qwen3 Coder Next
Qwen3 Coder Next is the leading-edge release in Alibaba's Qwen3 Coder line, advancing the agentic coding capability of the Qwen3 Coder family with improved long-context handling and tool use. It targets repository-scale tasks, multi-file edits, and end-to-end software engineering agents. Reach for it when you need the latest tuning of an open-weight coding model for autonomous developer workflows.
Pricing
Input
$0.200 / 1M
Output
$1.50 / 1M
Pay only for what you use. No subscriptions, no minimums.
Specs
- Context
- 128K
- Max output
- 8K
- 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-next",
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
128KMax output
16KLatency
FastInput price
$0.070 / 1MOutput price
$0.270 / 1M