jishie

GLM-5

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

$1.11Blended $/1M (3:1)
$0.72Input $/1M
$2.3Output $/1M
$3.021M in + 1M out
$0.144 −80%Cache read $/1M
#3297 of 5,000Cheapest rank
Provider
LLM Gateway (llmgateway)
Context
203,000 tokens
Max output
131,072 tokens
Capabilities
toolsreasoningtext

Same model, other providers

“GLM-5” is offered by 9 providers — cheapest-effective first. Alibaba Coding Plan (China) is the cheapest at $0.00 blended.

ProviderInputOutputBlendedContext
Alibaba Coding Plan (China)freefree$0.00203k
Alibaba Coding Planfreefree$0.00203k
Alibaba Token Planfreefree$0.00203k
Tencent Coding Plan (China)freefree$0.00203k
Alibaba Token Plan (China)freefree$0.00203k
CrofAI$0.48$1.9$0.83203k
GMI Cloud$0.6$1.92$0.93203k
Deep Infra$0.6$2.08$0.97203k
LLM Gateway (this)$0.72$2.3$1.11203k

Call it

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

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

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