D
GLM 5
GLM 5, a language model from DeepInfra.
modelOverride: { model: "glm-5" }
ZZ.ai·served viaDeepInfra·Released February 2026
Pricing
- Input
- $0.80 / 1M
- Output
- $2.56 / 1M
Specifications
- Context window
- 200,000 tokens
- Max output
- 16,384 tokens
- Released
- February 2026
- Model string
- zai-org/GLM-5
Parameters
Model options, passed in
modelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
reasoning_effort | Select | medium | nonelowmediumhigh |
Use this model
await mindstudio.generateText({ message: "...", modelOverride: { model: "glm-5", config: { reasoning_effort: "medium", }, }, });