← All modelsZ.ai — served by Reka

GLM 5.2

743B MoE (39B active) — reasoning, coding, tool calling — 262K context.

Z.ai — served by Reka$1.10 in · $3.75 out / 1M tokens (≤256K ctx)llmzaireasoningopen-weights
Capabilities
llmzaireasoningopen-weights
Pricing
Context bandMax tokensInput / M tokOutput / M tok
≤256K262,144$1.10$3.75
API

Wire it up.

EndpointPOST https://api.tryinfer.com/v1/chat/completions
request
curl https://api.tryinfer.com/v1/chat/completions \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "glm5.2",
"messages": [{ "role": "user", "content": "Hello!" }]
}'

OpenAI-compatible — point your SDK at Infer with a bearer token. Get an API key →