D
GLM 5.1
GLM 5.1, a language model from DeepInfra.
modelOverride: { model: "glm-5.1" }
ZZ.ai·served viaDeepInfra·Released March 2026
Pricing
- Input
- $1.05 / 1M
- Output
- $3.50 / 1M
Specifications
- Context window
- 200,000 tokens
- Max output
- 16,384 tokens
- Released
- March 2026
- Model string
- zai-org/GLM-5.1
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.1", config: { reasoning_effort: "medium", }, }, });