GLM-5V-Turbo
Chatz-ai/glm-5v-turboGLM-5V-Turbo is Z.ai's first multimodal coding foundation model, built for vision-based coding tasks. It natively processes multimodal inputs such as images, video, PDFs, and text, while also excelling at long-horizon planning, complex coding, and action execution. Capabilities include vision, video input, PDF input, reasoning, function calling (tool use), prompt caching, and web search. Context: 200K tokens, output: 128K. Available via OpenAI and Anthropic protocols through Ofox.
Providers
/v1/chat/completionsCode Examples
from openai import OpenAIclient = OpenAI(base_url="https://api.ofox.run/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
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).
| Category | Arena Score | 95% CI | Rank | Votes |
|---|---|---|---|---|
| Overall | 1441 | 1431–1450 | #66 of 374 | 4,147 |
| Hard Prompts | 1459 | 1448–1471 | #67 of 374 | 2,656 |
| Coding | 1501 | 1483–1519 | #49 of 369 | 1,164 |
| Math | 1437 | 1397–1477 | #67 of 362 | 191 |
| Creative Writing | 1396 | 1373–1419 | #84 of 372 | 714 |
| Instruction Following | 1427 | 1411–1443 | #73 of 374 | 1,379 |
| Chinese | 1496 | 1455–1537 | #43 of 344 | 200 |
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.