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

GLM 5

Coding, reasoning, and agentic tasks

Provider
zai-org
Modality
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://dev.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."
    }
  ]
}'