Zhipu

GLM-5-Turbo API

Agent-optimized GLM for instruction decomposition, tool calling, scheduled execution, and long-running tasks.

AgentTool use

Pricing

USD per 1M tokens. No hidden markup.

Input

$1.50/ 1M

Output

$5.20/ 1M

Call GLM-5-Turbo in seconds

It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model toglm-5-turbo.

curl https://api.glideflowai.com/v1/chat/completions \
  -H "Authorization: Bearer sk-xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "glm-5-turbo",
    "messages": [{"role": "user", "content": "Hello"}]
  }'