GPT-5.6 is here 🎉 20% off all GPT 🎉 All July 🔥Learn more
Zhipu

GLM-5V-Turbo

Chat
z-ai/glm-5v-turbo

GLM-5V-Turbo is Z.AI’s first multimodal coding foundation model, built for vision-based coding tasks. It can natively process multimodal inputs such as images, video, and text, while also excelling at long-horizon planning, complex coding, and action execution.

Context Window
200K
Max Output Tokens
128K
Released
2026-04-01
Capabilities
VisionFunction CallingReasoningPrompt CachingWeb SearchVideo InputPDF Input
Available Providers
ZhipuZhipu
Supported Protocols
OpenAIopenaiAnthropicanthropic

Providers

ZhipuZhipu
Input Tokens
$1.2/M
Output Tokens
$4/M
Cache Read
$0.24/M
Web Search
$0.01/R
Protocols
OpenAIopenai/v1/chat/completions
Anthropicanthropic

Sign in to try GLM-5V-Turbo

Chat with this model right here.

Conversations live only in this page and are never stored.

Conversations are not saved — leaving or refreshing this page clears them.

Code Examples

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.io/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="z-ai/glm-5v-turbo",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Benchmarks

LMArenaEvaluated as glm-5v-turbo

GLM-5V-Turbo scores 1441 in the Overall category of the LMArena text leaderboard (style control), ranking #66 of 374 models based on 4,147 human preference votes (updated 2026-07-12).

Benchmark scores for glm-5v-turbo on LMArena
CategoryArena Score95% CIRankVotes
Overall144114311450#66 of 3744,147
Hard Prompts145914481471#67 of 3742,656
Coding150114831519#49 of 3691,164
Math143713971477#67 of 362191
Creative Writing139613731419#84 of 372714
Instruction Following142714111443#73 of 3741,379
Chinese149614551537#43 of 344200

Source: LMArena · CC BY 4.0 · Updated 2026-07-12 · Methodology · Ranks compare models within each category of the LMArena text leaderboard (style control). Scores come from third-party human preference evaluations, not from OFOX.

Frequently Asked Questions

GLM-5V-Turbo on Ofox.ai costs $1.2/M per million input tokens and $4/M per million output tokens. Pay-as-you-go, no monthly fees.