GLM-5: API Pricing, Context Window & Benchmarks
GLM-5 is a language model from ZAI, released in February 2026, with a 200K-token context window, and pricing from $1.00/M input and $3.20/M output.
GLM-5 is Zhipu AI's flagship foundation model designed for complex system engineering and long-range Agent tasks, shifting focus from coding to engineering. It features 744B total parameters (40B activated) in a Mixture of Experts
GLM-5 benchmarks
Rankings
Quality Tracker
GLM-5 Performance Across Datasets
Scores sourced from the model's scorecard, paper, or official blog posts
GLM-5 pricing
Providers
GLM-5 starts at $1.00 per million input tokens and $3.20 per million output tokens via FriendliAI. See all 2 providers below with their per-token pricing, latency, throughput, and modality support.
| Provider | Input $/M | Output $/M | Context in / out | TTFT p50 / p95 s | Output avg / p5 c/s | Success 7d | Modalities in / out |
|---|---|---|---|---|---|---|---|
| $1.00 | $3.20 | 200.0K/128.0K | 0.00/0.00 | —/— | 0.00%(6) | / | |
| $1.00 | $3.20 | 200.0K/128.0K | 0.00/0.00 | —/— | 0.00%(4) | / |
Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests. Success is calculated from completed versus failed requests over the trailing seven days.
GLM-5 model size
GLM-5 has 744 billion parameters and was trained on 28.5 trillion tokens. See how it compares to other models in the same parameter range.
GLM-5 context window
Input and output token limits for GLM-5, plus how it ranks on long-context understanding.
GLM-5 API
Run a request to see the response
Use it in your code
Billed at $1.00 input / $3.20 output per 1M tokens through the LLM Stats gateway.
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://gateway.llm-stats.com/v1"
)
response = client.chat.completions.create(
model="glm-5",
messages=[
{"role": "user", "content": "What is machine learning?"}
]
)
print(response.choices[0].message.content)Need an API key? Create one above in the playground, or read the API documentation.
GLM-5 latency
GLM-5 time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.
Provider operational metrics
Time to first token, output throughput, and failed-request rate from live API traffic
GLM-5 examples
Recent arena outputs from GLM-5, picked from the highest-ranked matchups.
GLM-5 license
GLM-5 is released under the MIT license, which permits commercial use, has 744.0B parameters.
- License
- MIT
- Commercial use allowed
- Parameters
- 744.0B
MIT License - allows commercial use
GLM-5 resources
Official sources for GLM-5: api documentation, official playground.
GLM-5 vs other models
The most-compared alternatives to GLM-5 are Gemini 3 Pro, Seed 2.0 Pro, MiMo-V2-Pro. Open any pair side-by-side for benchmarks, pricing, context, and latency.
Models like GLM-5
Models ranked just above and below GLM-5 by LLM Stats score.
FAQ
Common questions about GLM-5.