Qwen3.5-122B-A10B
Qwen3.5-122B-A10B is a mid-size mixture-of-experts model in Alibaba's Qwen line, with around 122B total parameters and ~10B active per token. It targets a sweet spot between cost and capability, retaining the Qwen series' multilingual strengths and reliable instruction following. A practical workhorse for production chat, agents, and high-throughput multilingual workloads.
Pricing
Input
$0.400 / 1M
Output
$3.20 / 1M
Pay only for what you use. No subscriptions, no minimums.
Specs
- Context
- 256K
- Max output
- 64K
- Latency
- Medium
- Category
- Text
- 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.5-122b-a10b",
messages=[
{"role": "user", "content": "Hello from Thalam!"}
],
)
print(response.choices[0].message.content)Similar models
GPT-5.6 Sol
The top tier of OpenAI's GPT-5.6 generation. Frontier reasoning, coding, and agentic work with a 1M-token context and image input.
GPT-5.6 Terra
The balanced tier of OpenAI's GPT-5.6 generation. Same 1M-token context and image input, tuned for everyday production work.