GLM 4.5V

Zhipu AI chatvisionreasoningtool_use

API ID: z-ai/glm-4.5v

Input Price
$0.60
/1M tokens
Output Price
$1.80
/1M tokens

About GLM 4.5V

GLM 4.5V is a mid-range general-purpose model from Zhipu AI with standard context (66k), suitable for conversations, content creation, and general AI tasks.

๐Ÿ’ฐ
Price Ranking
#817 lowest price among 950 Chat models

Model Specifications

Context Length
66k
Max Output
16k
Release Date
2025-08-11
Capabilities
chat vision reasoning tool_use
Input Modalities
textimage
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
$0.81
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$25.20
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$35.10
/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 4.5V Current Free Free 66k chat vision reasoning tool_use
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

Other Aion-RP 1.0 (8B)
Input: $0.80
Output: $1.60
Context: 33k
Mistral Devstral 2 2512
Input: $0.40
Output: $2.00
Context: 262k
Moonshot AI Kimi K2 0905 (exacto)
Input: $0.40
Output: $2.00
Context: 131k
Mistral Mistral Medium 3.1
Input: $0.40
Output: $2.00
Context: 131k

๐Ÿš€ Quick Start

Get started with GLM 4.5V 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-4.5v",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)