Models Z-ai Z.ai: GLM 5V Turbo
Z.

Z.ai: GLM 5V Turbo

z-ai/glm-5v-turbo
203K tokens
Context
$1.20/M tokens
Input
$4.00/M tokens
Output
Th4 1, 2026
Released

Mô tả

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, and task execution, and works seamlessly with agents to complete the full loop of “perceive → plan → execute“.

Nhà cung cấp

Z-ai

🚀 Dùng thử ngay

Trải nghiệm Z.ai: GLM 5V Turbo miễn phí với AI Agent trực tuyến — không cần cài đặt.

Tạo AI Agent Online →

🔑 Tích hợp qua API

Tạo API Key để gọi Z.ai: GLM 5V Turbo từ ứng dụng của bạn qua BizCity API.

Tạo API Key →
Quickstart — cURL
curl https://bizgpt.vn/wp-json/bizcity/v1/llm/chat \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "z-ai/glm-5v-turbo",
    "messages": [{"role":"user","content":"Hello!"}]
  }'