Zhipu
GLM-5 API
A GLM flagship for agent engineering, long tasks, tool use, function calling, and cost-controlled reasoning.
AgentsValue
Pricing
USD per 1M tokens. No hidden markup.
Input
$0.54/ 1MPublic ref.$1
Output
$1.74/ 1MPublic ref.$3.20
Call GLM-5 in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model toglm-5.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "glm-5",
"messages": [{"role": "user", "content": "Hello"}]
}'