glm-5.3Z.AI
- endpoints
- 6
- regions
- 2
- best tok/s
- 526
- api
- chat
- released
- August 2026
- eu routing
- available
capabilities 5/8
The same weights cost 1.5x more on tensorx ltd. than on deepinfra inc.. That is what the endpoints table is for.
| # | flags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | Global | 1.0M | $1.20 | $4.00 | $0.12 | 2.32s | 159.0 | zdr | ||
| 2 | Global | 1.0M | $1.20 | $4.00 | $0.20 | 1.37s | 526.0 | - | zdr | |
| 3 | EU | 1.0M | $1.20 | $4.20 | $0.26 | 112ms | 130.0 | zdr | ||
| 4 | Global | 1.0M | $1.40 | $4.40 | $0.26 | 1.81s | 80.0 | zdr | ||
| 5 | Global | 1M | $1.40 | $4.40 | $0.26 | 3.90s | 177.0 | zdr | ||
| 6 | EU | 1.0M | $1.75 | $4.50 | $0.44 | 917ms | 121.0 | zdr |
| provider | now | low | high | change |
|---|---|---|---|---|
| sference | 112ms | 30ms | 506ms | -82% |
| TensorX Ltd. | 917ms | 990ms | 2.11s | -13% |
| Runware Inc. | 1.37s | 1.31s | 2.22s | +69% |
| Fireworks AI | 1.81s | 1.09s | 1.54s | +8.6% |
| DeepInfra Inc. | 2.32s | 874ms | 1.83s | -6.9% |
| Z.ai | 3.90s | 2.98s | 5.98s | +24% |
median wait before the first token lands. this is the number a user feels, and it moves with provider load through the day.
Lines are steps: each sample is one week of traffic held flat, not a slide from the week before. Click a name in the key to drop it from the plot. Measured through Sep 12.
| eval | Score as a share of 100 | /100 |
|---|---|---|
| GPQA Diamond | 91.7 | |
| Coding Index | 74.8 | |
| SciCode | 59.0 | |
| Intelligence Index | 44.9 | |
| Humanity's Last Exam | 42.3 | |
| 5 evals | mean | 62.5 |
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-08-18.
glm-5.3requesty routes this id across every provider serving glm-5.3, picking on price and health and failing over automatically. the id stays valid when a provider changes underneath it
Base url is https://router.requesty.ai/v1 for every id here. One key reaches the whole catalog.
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="glm-5.3", messages=[ {"role": "user", "content": "Explain quantum computing in one paragraph."}, ],) print(response.choices[0].message.content)
Change the base url, use your Requesty key, set the model to any id in the call pane. Existing OpenAI SDK code needs no other edit, and the same key reaches every other model in the catalog, so switching later is a one-parameter change. Browse all models
GLM-5.3 is a large-scale reasoning model from Z.ai, built for complex software engineering and long-horizon agent tasks. It supports text input and output with a 1M-token context window, and improves on GLM-5.2 in coding and in the balance between performance and token efficiency. Reasoning is always on and cannot be disabled. Reasoning efforts low, high, and max are supported; max is the default.
questions 7
Which providers serve glm-5.3?
How much does glm-5.3 cost?
Is glm-5.3 open weights?
What is the context window of glm-5.3?
Which provider is fastest for glm-5.3?
How do I use glm-5.3 with the OpenAI SDK?
Should I call glm-5.3 by its managed id or a provider id?
more from z.ai 6
| model | context | from /M | providers |
|---|---|---|---|
| glm-5.3-flash | 1.0M | $0.07 | 7 |
| glm-5.2-fast | 1M | $2.10 | 1 |
| glm-5.2 | 1.0M | $0.80 | 11 |
| glm-5.1 | 205K | $0.84 | 5 |
| glm-5 | 203K | $1.00 | 2 |
| glm-4.7 | 200K | $0.60 | 1 |
route glm-5.3 through one endpoint
One key for 6 providers on this model and 600+ others. No markup on provider prices, automatic failover, caching built in. Weekly aggregates in the measured pane come from production traffic routed through Requesty, one line per provider on a shared axis. Methodology
