zai-org
zai-org/zai-org-glm-5-1/Released Mar 2026

GLM 5.1

Coding and agentic engineering, 200K context

Provider
zai-org
Modality
Text
Released
Mar 2026
Pricing
$1.40 / 1M in$4.40 / 1M out

Ready to build with GLM 5.1?

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-1",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'