GLM-4.5 Air pricing
GLM-4.5 Air API cost from Zhipu AI (GLM) — $0.130 per 1M input tokens and $0.850 per 1M output tokens. Cheap open tier. Estimate your real monthly bill below, then compare it against every other model.
Fast / cheap open weights 128K context · all prices USD per 1M tokens, list price last verified 2026-06-27.
GLM-4.5 Air capabilities & limits
Representative specs for this tier — confirm exact limits in the Zhipu AI (GLM) docs.
Call GLM-4.5 Air from your code
The exact model string and endpoint to use. Works with the OpenAI SDK — just point base_url at the URL below.
glm-4.5-airhttps://api.z.ai/api/paas/v4ZHIPU_API_KEYcurl https://api.z.ai/api/paas/v4/chat/completions \
-H "Authorization: Bearer $ZHIPU_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "glm-4.5-air",
"messages": [{"role": "user", "content": "Hello"}]
}' Model strings follow each provider's naming convention; confirm the current id in the Zhipu AI (GLM) docs before relying on it.
What a GLM-4.5 Air API call actually costs
Blended input + output cost at GLM-4.5 Air's list rates — useful yardsticks before you commit to volume.
GLM-4.5 Air cost calculator
Enter your monthly volume to estimate the GLM-4.5 Air bill. Runs entirely in your browser.
Zhipu AI (GLM) models — GLM-4.5 Air in context
How GLM-4.5 Air prices against its siblings. Cheapest reference cost first.
| Model | Input /1M | Output /1M | Cost / call* | Context | Type |
|---|---|---|---|---|---|
| GLM-4.5 Air Cheap open tier | $0.130 | $0.850 | $0.0010 | 128K | Fast / cheap open |
| GLM-4.6 Popular open model | $0.430 | $1.74 | $0.0022 | 200K | Balanced open |
| GLM-5.2 Open weights, 1M context | $0.950 | $3.00 | $0.0040 | 1M | Flagship open |
*Reference cost of one call with 1,000 input + 1,000 output tokens — a neutral yardstick. Use the calculator for your real usage. Cheapest row highlighted.
How GLM-4.5 Air pricing works
GLM-4.5 Air is billed per token: a lower input price of $0.130 per million tokens for everything you send, and a higher output price of $0.850 per million for everything the model generates. To turn that into a real GLM-4.5 Air bill, multiply by your monthly request volume and average prompt/response length — the calculator above does exactly that.
GLM-4.5 Air does not list a separate cached-input rate, so every input token bills at $0.130 per million. If repeated context is a big part of your prompts, a model with prompt caching may end up cheaper in practice.
List prices move fast — always confirm the current numbers on the official Zhipu AI (GLM) pricing page before relying on them for budgeting.
GLM-4.5 Air pricing FAQ
How much does the GLM-4.5 Air API cost?
GLM-4.5 Air costs $0.130 per 1M input tokens and $0.850 per 1M output tokens. A typical 3K-input / 500-output call works out to about $0.0008.
What is GLM-4.5 Air's context window?
GLM-4.5 Air has a 128K-token context window. Tokens you put in the prompt are billed at the $0.130 per 1M input rate.
Does GLM-4.5 Air charge extra for output tokens?
Yes. Output (generated) tokens cost $0.850 per 1M, versus $0.130 per 1M for input — about 6.5× more, which is normal for LLM APIs.
Is there a cheaper alternative to GLM-4.5 Air?
In the same fast / cheap tier, Gemini 1.5 Flash-8B (Google) is cheaper at $0.037 in / $0.150 out. The overall cheapest model on the market is Gemini 1.5 Flash-8B.
Is GLM-4.5 Air open weights?
Yes — GLM-4.5 Air is released as open weights, so you can self-host it instead of paying per-token API rates. The prices here are a representative hosted endpoint.