Models / GLM 5.2

GLM 5.2

allais/glm-5-2

Frontier open-weights MoE model with strong agentic tool-calling and long-context reasoning.

textMoEreasoningtool-callingnew
Parameters
744B (40B active)
Context window
202K tokens
Serverless $/1M
$0.72 in · $2 out
reference $0.9 · $2.5
Dedicated
8× B200-192G
sourced live, undercuts $48/hr

Use via API

curl http://localhost:3000/api/v1/chat/completions \
  -H "Authorization: Bearer $ALLAIS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "allais/glm-5-2", "messages": [{"role": "user", "content": "Hello"}]}'