Zhipu
GLM-5.1 API
An advanced reasoning and coding model for long-horizon tasks, autonomous agents, structured output, and tool calling.
ReasoningAgents
Pricing
USD per 1M tokens. No hidden markup.
Input
$0.79/ 1MPublic ref.$1.40
Output
$2.56/ 1MPublic ref.$4.40
Call GLM-5.1 in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model toglm-5.1.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "glm-5.1",
"messages": [{"role": "user", "content": "Hello"}]
}'