GLM 4.6 Vision
Z.AI logo

GLM 4.6 Vision

glm-4.6vllms.txt
Z.AI
Zhipu's latest visual reasoning model achieves state-of-the-art visual understanding accuracy at the same scale upon release. It natively supports tool invocation, can automatically complete tasks, supports ultra-long 128K context length, and allows flexible toggling of reasoning.

Pricing

TierPricingCache Read
Input<=32K
$0.137$0.411
$0.0274/M tokens
32K<Input<=128K
$0.274$0.822
$0.0548/M tokens

Input Modalities

  • Text
  • Vision
  • Video

Output Modalities

  • Text

Providers

Z.AI zai-glm-4.6v
Pricing$0.137$0.411
Cache Read$0.0274/M tokens
Pricing$0.274$0.822
Cache Read$0.0548/M tokens
Context128K
Max output128K
Latency1.7S
Throughput18.2TPS
Uptime
97.67% uptime 2 days ago
98.18% uptime yesterday
100.00% uptime today

Performance for glm-4.6v

Uptime is the percentage of requests that succeeded over the past 72 hours. AIHubMix continuously monitors every provider and automatically retries with the next-best provider when one returns an error or responds too slowly; Latency is total round-trip time (lower is better); Throughput is how fast the model writes (tokens per second, higher is better).

Uptime
Loading...
Latency
Loading...
Throughput
Loading...

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://aihubmix.com/v1",
)

response = client.chat.completions.create(
    model="glm-4.6v",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)

Frequently asked questions

What is GLM 4.6 Vision?

Zhipu's latest visual reasoning model achieves state-of-the-art visual understanding accuracy at the same scale upon release. It natively supports tool invocation, can automatically complete tasks, supports ultra-long 128K context length, and allows flexible toggling of reasoning.