GLM 5 – FREE UNTIL APRIL 30
2. Log in.
3. Create the token.
The created token and the curl command will appear on the screen.
4. Copy both and paste them into your OpenClaw chat, or use the endpoints as needed.
5. In the case of OpenClaw, also specify that you want it to add this LLM. That’s it — it will be added, and you can use it as the main model or as a fallback.
-H "Content-Type: application/json" \
-H "Authorization: Bearer <your-token>" \
-d '{"model": "zai-org/GLM-5-FP8", "messages": [{"role": "user", "content": "How many r-s are in strawberry?"}], "max_tokens": 500}'