jishie

GLM-4.6

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

$0.96Blended $/1M (3:1)
$0.55Input $/1M
$2.2Output $/1M
$2.751M in + 1M out
Cache read $/1M
#3106 of 5,000Cheapest rank
Provider
Hugging Face (huggingface)
Context
204,800 tokens
Max output
131,072 tokens
Capabilities
toolsreasoningtext

Same model, other providers

“GLM-4.6” is offered by 9 providers — cheapest-effective first. ModelScope is the cheapest at $0.00 blended.

ProviderInputOutputBlendedContext
ModelScopefreefree$0.00203k
iFlowfreefree$0.00200k
302.AI$0.286$1.142$0.50205k
Ofox$0.4$1.9$0.78205k
Meganova$0.45$1.9$0.81203k
OpenRouter$0.5$2$0.88205k
Deep Infra$0.5$2$0.88203k
Hugging Face (this)$0.55$2.2$0.96205k
LLM Gateway$0.55$2.2$0.96205k

Call it

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

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

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