ZAIReleased on Feb 11, 2026

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

Input
Text
Output
Text

GLM-5 benchmarks

Rankings

Quality Tracker

GLM-5 Performance Across Datasets

Scores sourced from the model's scorecard, paper, or official blog posts

LLM Stats Logollm-stats.com - Wed Jul 22 2026
Notice missing or incorrect data?

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.

ProviderInput $/MOutput $/MContext in / outTTFT p50 / p95 sOutput avg / p5 c/sSuccess 7dModalities in / out
FriendliAI logoFriendliAI
$1.00$3.20200.0K/128.0K
0.00/0.00
/
0.00%(6)
/
ZAI logoZAI
$1.00$3.20200.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.

Loading chart...
Loading chart...
Loading chart...

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.

ParametersTraining tokens
744BMoE
28.5Ttokens
38× tokens-to-params ratio
Frontier (200B+)
744B
1B7B70B405B

GLM-5 context window

Input and output token limits for GLM-5, plus how it ranks on long-context understanding.

InputOutput
200Ktokens
128Ktokens
301 pages of text
200K
8K128K1M

GLM-5 API

POST/v1/chat/completions

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

Loading chart...
Loading chart...
Loading chart...

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.

 

Gemini 3 Pro

Score pending
 

Seed 2.0 Pro

Score pending
 

MiMo-V2-Pro

Score pending
 

Qwen3.7-Plus

Score pending
 

Kimi K2.5

Score pending
 

Claude Sonnet 4.6

Score pending

FAQ

Common questions about GLM-5.

When was GLM-5 released?

GLM-5 was released on February 11, 2026 by ZAI. This is the official GLM-5 release date tracked on LLM Stats.

How much does GLM-5 cost?

GLM-5 costs $1.00 per million input tokens and $3.20 per million output tokens through the LLM Stats API, which works with any OpenAI-compatible SDK. Across tracked providers, the lowest price is $1.00 per million input tokens via FriendliAI.

Is GLM-5 available via API?

Yes. GLM-5 is available through the LLM Stats API and works with any OpenAI-compatible SDK — point your client at the gateway base URL and pass the model name. It is served by 2 providers tracked on LLM Stats.

How big is GLM-5?

GLM-5 has 744 billion parameters. It was trained on 28.5 trillion tokens. It ships as an open-weight model, so you can download and run it on your own hardware.

Who created GLM-5?

GLM-5 was created by ZAI.

What is the license for GLM-5?

GLM-5 is released under the MIT license. This is an open-source / open-weight license that permits self-hosting.

What is GLM-5 latency?

GLM-5 p95 time to first token is 3.00 seconds via ZAI over the trailing 7 days. Lower time to first token means the model begins responding sooner for chat, agents and API workloads.

Where can I use GLM-5?

GLM-5 is available through 2 providers including FriendliAI, ZAI.

What models should I compare GLM-5 against?

Common GLM-5 comparisons include GLM-5 vs Gemini 3 Pro, GLM-5 vs Seed 2.0 Pro, GLM-5 vs MiMo-V2-Pro. Compare them side by side for benchmark scores, pricing, context window, latency and API availability.