GLM 5.1
GLM 5.1 is served by 4 providers that kRouter can route to, with a 200K-token context window and pricing from $1.00 per 1M input tokens. Because more than one provider offers it, the price you pay depends on which one you route to — the same request, the same model, different bills.
Where to get GLM 5.1
| Provider | Route as |
|---|---|
| OpenCode Go | opencode-go/glm-5.1 |
| CodeBuddy CN | cbcn/glm-5.1 |
| GLM Coding (Z.ai) | glm/glm-5.1 |
| GLM (China) | glm-cn/glm-5.1 |
What GLM 5.1 is suited for
A 200K window comfortably holds a long file plus its surrounding context, which covers most day-to-day coding turns without compaction. It supports extended reasoning, which helps on debugging and multi-step planning but spends output tokens on thinking before the answer appears — worth knowing when you set max_tokens. Tool and function calling are supported, so it can drive an agent loop. Cached input is billed at $0.50 against $1.00 fresh, which is the difference that matters most for agent work — the same context is resent on every turn.
Specs
- Context window
- 200K
- Max output
- 128K
- Input / 1M
- $1.00
- Output / 1M
- $4.00
- Extended reasoning
- Tool / function calling
Cheaper alternatives to GLM 5.1
Comparable capabilities at a lower rate. With a kRouter combo you can send routine turns to one of these and reserve GLM 5.1 for the work that actually needs it.
- GLM-4.7$0.75 in · $3.00 out per 1M
- GPT-5 Mini$0.75 in · $3.00 out per 1M
- Gemini 3 Flash Preview$0.50 in · $3.00 out per 1M
- Gemini 3.1 Pro$0.50 in · $3.00 out per 1M
GLM 5.1 FAQ
How much does GLM 5.1 cost?
GLM 5.1 is $1.00 per 1M input tokens and $4.00 per 1M output tokens. Cached input is $0.50, which matters a lot for agent work that resends the same context each turn.
Which providers serve GLM 5.1?
4 providers: OpenCode Go, CodeBuddy CN, GLM Coding (Z.ai), GLM (China). Through kRouter you can switch between them by changing the route prefix, without changing your tool.
What is GLM 5.1's context window?
200K tokens, with up to 128K tokens of output. kRouter publishes this on /v1/models as context_length, so clients read the real number instead of guessing from the model name.
Is there a cheaper alternative to GLM 5.1?
Yes — GLM-4.7 ($0.75/1M in), GPT-5 Mini ($0.75/1M in), Gemini 3 Flash Preview ($0.50/1M in), Gemini 3.1 Pro ($0.50/1M in) are cheaper with comparable capabilities. A kRouter combo can send routine turns to one of those and keep GLM 5.1 for the work that needs it.
Route to GLM 5.1 from any tool
kRouter runs locally and gives Claude Code, Cursor, Codex and the rest one endpoint that reaches every provider above — with automatic failover. Free and MIT-licensed.
Install kRouter