jishie

GLM-4.5-Air

zai/glm-4.5-air · family glm-air · price provider-declared (via models.dev), USD per 1M tokens. Capabilities: toolsreasoningtext.

$0.43Blended $/1M (3:1)
$0.2Input $/1M
$1.1Output $/1M
$1.301M in + 1M out
$0.03 −85%Cache read $/1M
#2000 of 5,000Cheapest rank
Provider
Z.AI (zai)
Context
131,072 tokens
Max output
98,304 tokens
Capabilities
toolsreasoningtext

Same model, other providers

“GLM-4.5-Air” is offered by 9 providers — cheapest-effective first. 302.AI is the cheapest at $0.16 blended.

ProviderInputOutputBlendedContext
302.AI$0.1143$0.286$0.16131k
LLM Gateway$0.13$0.85$0.31131k
Kilo Gateway$0.13$0.85$0.31131k
OpenRouter$0.13$0.85$0.31131k
Hugging Face$0.13$0.85$0.31131k
Z.AI (this)$0.2$1.1$0.43131k
Zhipu AI$0.2$1.1$0.43131k
Impossibl$0.2$1.1$0.43131k
OrcaRouter$0.2$1.1$0.43131k

Call it

jishie indexes & prices models; it does not proxy inference. Most providers are OpenAI-compatible — point base_url at Z.AI and pass this model id:

curl $BASE_URL/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" -H "Content-Type: application/json" \
  -d '{"model":"glm-4.5-air","messages":[{"role":"user","content":"hello"}]}'

Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):