A
GLM-5.3
GLM-5.3, a language model from Alibaba Cloud.
modelOverride: { model: "glm-5.3" }
Z.ai·served viaPricing
- Input
- $1.40 / 1M
- Output
- $4.40 / 1M
Specifications
- Context window
- 1,000,000 tokens
- Max output
- 131,072 tokens
- Released
- August 2026
- Model string
- ZHIPU/GLM-5.3
- Capabilities
- Large context
Parameters
Model options, passed in
modelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
enable_thinkingWhen enabled, the model performs an internal reasoning process before generating its final answer. Improves coding and long-horizon work, but increases response time. | Boolean | true | |
reasoning_effort | Select | medium | lowmediumhighmax |
Use this model
await mindstudio.generateText({ message: "...", modelOverride: { model: "glm-5.3", config: { enable_thinking: "true", reasoning_effort: "medium", }, }, });