Description
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,...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Z.ai: GLM 5V Turbo (z-ai/glm-5v-turbo)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "z-ai/glm-5v-turbo",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Z.ai: GLM 5V Turbo model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
- Video
API Pricing
- Input: 1.2$ / 1M tokens
- Output: 4$ / 1M tokens
Token Limits
- Max Output: 131,072 tokens
- Max Context: 202,752 tokens
Subscription Tiers
- free
- pro
- ultimate