glm-5.2-fastZ.AI
- endpoints
- 1
- regions
- 1
- api
- chat
- released
- July 2026
capabilities 3/8
| # | flags | ||||||
|---|---|---|---|---|---|---|---|
| 1 | Global | 1M | $2.10 | $6.60 | $0.21 | zdr |
no measured traffic for this model yet. the endpoints table above carries provider pricing
no published benchmark scores for this model
glm-5.2-fastrequesty routes this id across every provider serving glm-5.2-fast, 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.2-fast", 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.2 introduces a robust 1M-token context and advanced, multi-effort coding capabilities to significantly enhance performance on long-horizon tasks. Its new IndexShare architecture and improved MTP layer simultaneously boost efficiency by reducing per-token FLOPs and increasing speculative decoding lengths. A 743B-parameter model in Zhipu AI's GLM series, designed to plan, execute, and iterate autonomously on extended, engineering-grade tasks.
questions 6
Which providers serve glm-5.2-fast?
How much does glm-5.2-fast cost?
Is glm-5.2-fast open weights?
What is the context window of glm-5.2-fast?
How do I use glm-5.2-fast with the OpenAI SDK?
Should I call glm-5.2-fast 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.3 | 1.0M | $1.20 | 6 |
| 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.2-fast through one endpoint
One key for 1 provider 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
