Back to Models

GLM 5V Turbo

zhipuzhipu/glm-5v-turbo

Zhipu AI GLM 5V Turbo — vision-capable model for image understanding and multimodal tasks.

Context Length
203K
Max Output
131K
Input Price
$0.588/ 1M tokens
Output Price
$4.70/ 1M tokens

Modalities

textimagetext

Pricing Breakdown

TypeRate
Input$0.588 / 1M tokens
Output$4.70 / 1M tokens

Supported Parameters

temperaturemax_tokenstop_ptoolstool_choicestop

API Usage Examples

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "zhipu/glm-5v-turbo",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'