GLM-5.3
GLM-5.3 744B is an open-weight sparse MoE built for coding agents: tool calls, long traces, and multi-file reasoning in one 1M context window.
Model ID
prism-glm53
Architecture
744B sparse MoE
Context
1M
- Open weights, billed per token. No per-seat fee.
- 1M context for repo-scale prompts and long tool traces.
- Tuned for tool use, structured output, and multi-step coding loops.
const completion = await client.chat.completions.create({
model: "prism-glm53",
messages,
prompt_cache_key: "run-8f2c1a",
});