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
llmzaireasoningopen-weights
| Context band | Max tokens | Input / M tok | Output / M tok |
|---|---|---|---|
| ≤256K | 262,144 | $1.10 | $3.75 |
API
Wire it up.
Endpoint
POST https://api.tryinfer.com/v1/chat/completionsrequest
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 →