TokenRoute
Get started
Back to models

Z.ai: GLM 5V Turbo

z-ai/glm-5v-turbo

GLM-5V-Turbo is Z.ai’s first native multimodal agent foundation model, built for vision-based coding and agent-driven tasks. It natively handles image, video, and text inputs, excels at long-horizon planning, complex coding,...

Pricing

Input$0.8400 /M
Output$2.80 /M
Cache read$0.1680 /M

Specs

Context length202.8K tokens
Max output131.1K tokens
Inputimage, text, video
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "z-ai/glm-5v-turbo",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

include_reasoning
max_tokens
reasoning
response_format
temperature
tool_choice
tools
top_k
top_p
Z.ai: GLM 5V Turbo API, pricing and context length | TokenRoute