GLM-5Z.ai
- api
- chat
- hosting
- Singapore
- model lab
- Z.AI
- weights
- open
- added
- February 2026
- model id
- zai/GLM-5
capabilities 3/8
2 providers serve glm-5. This page is one of them. Compare all endpoints
- input
- $1.00
- output
- $3.20
- cache write
- -
- cache read
- $0.20
worked cost
| volume | cost |
|---|---|
| 100K in + 10K out | $0.13 |
| 1M in + 100K out | $1.32 |
| 10M in + 1M out | $13.20 |
Requesty charges what the upstream provider charges, with no markup and no per-request fee. Prompt caching and smart routing cut the effective cost further on repeated context. Gateway pricing
no measured traffic for this endpoint yet. pricing above is the provider's own
| eval | Score as a share of 100 | /100 |
|---|---|---|
| τ²-Bench | 98.2 | |
| GPQA Diamond | 82.0 | |
| Terminal-Bench Hard | 43.2 | |
| Humanity's Last Exam | 29.3 | |
| Intelligence Index | 27.9 | |
| 5 evals | mean | 56.1 |
Scores from Artificial Analysis and public leaderboards, normalised to 100. Bar colour is the band, not the rank: green 80 and up, blue 55 and up, amber 30 and up. Benchmarks measure narrow skills, so test on your own workload before committing. Released 2026-02-11.
- retention
- none
- trains on prompts
- no
- hosted in
- Singapore
Terms are the provider's, not Requesty's: routing a request here puts it under them. Z AI Privacy Policy
Need every request to stay in one jurisdiction? EU hosting routes only through EU-hosted providers.
zai/GLM-5this id pins the z.ai deployment, with no routing and no failover. the managed id on the canonical page routes across all 2 providers instead
from openai import OpenAI client = OpenAI( api_key="YOUR_REQUESTY_API_KEY", base_url="https://router.requesty.ai/v1",) response = client.chat.completions.create( model="zai/GLM-5", messages=[ {"role": "user", "content": "Explain quantum computing in one paragraph."}, ],) print(response.choices[0].message.content)
Change the base url to https://router.requesty.ai/v1, use your Requesty key, set the model to the id above. Existing OpenAI SDK code needs no other edit, and the same key reaches every other model in the catalog. Browse all models
GLM-5 is Zai’s new-generation flagship foundation model, designed for Agentic Engineering, capable of providing reliable productivity in complex system engineering and long-range Agent tasks. In terms of Coding and Agent capabilities, GLM-5 has achieved state-of-the-art (SOTA) performance in open source, with its usability in real programming scenarios approaching that of Claude Opus 4.5.
questions 6
How much does GLM-5 cost?
What is the context window of GLM-5?
How does GLM-5 perform on benchmarks?
What can GLM-5 do?
How do I use GLM-5 with the OpenAI SDK?
Can I run GLM-5 through Requesty?
more from z.ai 7
| endpoint | ctx | in /M |
|---|---|---|
| glm-5.3-flash | 1M | $0.15 |
| glm-5.3 | 1M | $1.40 |
| glm-5.2 | 1M | $1.40 |
| glm-5.1 | 200K | $1.40 |
| GLM-4.7 | 200K | $0.60 |
| GLM-4.6 | 200K | $0.60 |
| GLM-4.5 | 131K | $0.60 |
call glm-5 through one endpoint
One key for this endpoint and 600+ other models. No markup on provider prices, automatic failover when a provider degrades, and prompt caching built in. Methodology
