GLM 5V Turbo

Zhipu Ai chatreasoningtool_usevideovision Long

API ID: z-ai/glm-5v-turbo-20260401

Input Price
$1.20
/1M tokens
Output Price
$4.00
/1M tokens
Cached Input
$0.24
Save 80%

About GLM 5V Turbo

GLM 5V Turbo is a mid-range general-purpose model from Zhipu Ai with ultra-long context (203k), suitable for conversations, content creation, and general AI tasks.

💰
Price Ranking
#1060 lowest price among 1240 Chat models

Model Specifications

Context Length
203k
Max Output
131k
Release Date
2026-04-01
Capabilities
chat reasoning tool_use video vision
Input Modalities
imagetextvideo
Output Modalities
text

Best For

  • Complex reasoning, math problems, multi-step logic
  • Image analysis, document understanding, visual Q&A
  • Conversations, content writing, general assistance

Consider Alternatives For

  • Simple Q&A (cheaper models available)

💰 Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$1.74
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$54.00
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$75.00
/month
500 analyses/day, ~2k tokens each

Zhipu Ai Model Lineup

Compare all models from Zhipu Ai to find the best fit

Model Input Output Context Capabilities
GLM 5V Turbo Current Free Free 203k chat reasoning tool_use video vision
GLM 4 9B Free Free 32k chat
GLM 4 9B Free Free 32k chat
GLM 4 32B Free Free 33k chat
GLM 4 32B Free Free 33k chat
GLM 4.1V 9B Thinking Free Free 66k chat vision reasoning

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Alibaba Qwen Qwen-Max
Input: $1.04
Output: $4.16
Context: 33k
Google Gemini 3.5 Flash (batch)
Input: $0.75
Output: $4.50
Context: 1.0M
OpenAI OpenAI GPT Mini Latest
Input: $0.75
Output: $4.50
Context: 400k
OpenAI GPT-5.4 Mini
Input: $0.75
Output: $4.50
Context: 400k

🚀 Quick Start

Get started with GLM 5V Turbo API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="z-ai/glm-5v-turbo-20260401",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)