Alibaba (Qwen) Models on XALEN
Alibaba Cloud AI. Qwen models with exceptional Asian language support.
Founded: 1999 · HQ: Hangzhou, China · 4 models available
Available Models
Qwen 3 235B
Open SourceExceptional multilingual across Asian languages.
Params: 235B (22B active)
Context: 128K
Input: $0.06
Output: $0.10
Latency: ~350ms
Qwen 3 30B
Open SourceCompact with strong Indic language capabilities.
Params: 30B
Context: 128K
Input: $0.03
Output: $0.05
Latency: ~200ms
Qwen 2.5 72B Turbo
Open SourceProven 72B with turbo inference for pan-India deployments.
Params: 72B
Context: 128K
Input: $0.04
Output: $0.08
Latency: ~300ms
Qwen 2.5 Coder 32B
CodeCode-specialized Qwen for API development.
Params: 32B
Context: 128K
Input: $0.03
Output: $0.05
Latency: ~200ms
Quick Start
import XALEN from 'xalen-sdk';
const client = new XALEN({ apiKey: 'xln_test_YOUR_KEY' });
const response = await client.chat.completions.create({
model: 'qwen-3-235b',
messages: [{ role: 'user', content: 'Hello!' }]
});
Start Using Alibaba (Qwen) Models
All models available through a single API. No separate accounts needed.
Get API KeyLast updated: 2026-05-21.