glm-4.5Z.AI
- endpoints
- 2
- regions
- 1
- api
- chat
- released
- July 2025
capabilities 3/8
| # | flags | ||||||
|---|---|---|---|---|---|---|---|
| 1 | Global | 131K | $0.60 | $2.20 | $0.60 | zdr | |
| 2 | Global | 131K | $0.60 | $2.20 | $0.11 | zdr |
no measured traffic for this model yet. the endpoints table above carries provider pricing
no published benchmark scores for this model
deepinfra/zai-org/GLM-4.5this model has no managed policy yet, so call the provider endpoint directly. every id in the endpoints table works the same way
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="deepinfra/zai-org/GLM-4.5", 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
The GLM-4.5 series models are foundation models designed for intelligent agents. GLM-4.5 has 355 billion total parameters with 32 billion active parameters, while GLM-4.5-Air adopts a more compact design with 106 billion total parameters and 12 billion active parameters. GLM-4.5 models unify reasoning, coding, and intelligent agent capabilities to meet the complex demands of intelligent agent applications.
questions 5
Which providers serve glm-4.5?
How much does glm-4.5 cost?
Is glm-4.5 open weights?
What is the context window of glm-4.5?
How do I use glm-4.5 with the OpenAI SDK?
more from z.ai 6
| model | context | from /M | providers |
|---|---|---|---|
| glm-5.3-flash | 1.0M | $0.07 | 7 |
| glm-5.3 | 1.0M | $1.20 | 6 |
| 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 |
route glm-4.5 through one endpoint
One key for 2 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
