Z
zai-org/zai-org-glm-5/Released Jan 2026

GLM 5

Frontier open LLM with advanced coding, agentic, and reasoning capabilities; 744B MoE with DSA for efficient 200K context.

Provider
zai-org
Modality
text-to-text
Released
Jan 2026
Pricing
$0.95 / 1M in$3.15 / 1M out

Ready to build with GLM 5?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "zai-org-glm-5",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'