Zhipu AI Models on XALEN
Chinese AI lab building bilingual GLM models.
Founded: 2019 · HQ: Beijing, China · 1 models available
Available Models
GLM-4 Plus
Open SourceBilingual model with strong Chinese and English for cross-cultural content.
Params: 130B
Context: 128K
Input: $0.05
Output: $0.09
Latency: ~350ms
Quick Start
import XALEN from 'xalen-sdk';
const client = new XALEN({ apiKey: 'xln_test_YOUR_KEY' });
const response = await client.chat.completions.create({
model: 'glm-4-plus',
messages: [{ role: 'user', content: 'Hello!' }]
});
Start Using Zhipu AI Models
All models available through a single API. No separate accounts needed.
Get API KeyLast updated: 2026-05-21.