Zhipu
GLM-5V-Turbo API
Multimodal GLM for visual coding, image understanding, reasoning, text generation, and tool-calling tasks.
VisionCoding
Pricing
USD per 1M tokens. No hidden markup.
Input
$1.60/ 1M
Output
$5.40/ 1M
Call GLM-5V-Turbo in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model toglm-5v-turbo.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "glm-5v-turbo",
"messages": [{"role": "user", "content": "Hello"}]
}'