Back to catalog
Zhipu AIHosted on Luminet

GLM-5

zhipu/glm-5

Try in Playground

Bilingual EN/ZH frontier model from Zhipu. 32B active / 350B total MoE, 1M context, native multimodal. Replaces GLM-4.6 as flagship.

Context window
1Mtokens
Input price
$0.60/ 1M tokens
Output price
$2.40/ 1M tokens
P50 latency
110ms

Quick start

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.luminet.ai/v1",
  apiKey: process.env.LUMINET_API_KEY,
});

const resp = await client.chat.completions.create({
  model: "zhipu/glm-5",
  messages: [{ role: "user", content: "Hello!" }],
});

Capabilities

textvisioncode

Throughput: 410 tok/s · Released 2026-03