Paste a server URL and watch Z.AI’s GLM models call your tools. Several GLM builds run free on the router, so this is the cheapest first pass on a server you have just deployed.
Paste a server URL, pick a model, and watch it call your tools in a real conversation. No install.
No server of your own? Leave it blank and use one of the public mock servers.
GLM’s value here is economic rather than technical: GLM 5.1 and GLM 5 Turbo are free on the router, so a smoke test costs nothing. That makes GLM the right first model after a deploy, when the question is simply "does anything call my tools correctly?" rather than "which model is best". If GLM can drive your server end to end, your schemas are sound and any failure on a stronger model is about judgement, not structure.
GLM's conversion is standard OpenAI-style function calling; what makes it distinctive is how little slack the smaller builds leave you. Frontier models infer intent from a mediocre description. GLM largely does not, so the translation is effectively lossless and your descriptions carry the full weight of tool selection.
Run the complex-schema mock on the free GLM 5 Turbo build first. If it picks the wrong tool among four, your descriptions are ambiguous — that is a finding about your server, not about GLM. All the mock servers →
| Model | Model ID | Credits / run |
|---|---|---|
| GLM 5V Turbo | z-ai/glm-5v-turbo | 6 |
| GLM 5.2 | z-ai/glm-5.2 | 4 |
| GLM 5.1 | z-ai/glm-5.1 | 2 |
| GLM 5 Turbo | z-ai/glm-5-turbo | 2 |
| GLM 4.7 Flash | z-ai/glm-4.7-flash | 2 |