首页/GLM-5V-Turbo
ChatGLM

GLM-5V-Turbo

zai-org/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. Deeply optimized for agent workflows, it works seamlessly with agents such as Claude Code and OpenClaw to complete the full loop of “understand the environment → plan actions → execute tasks”.
价格
输入$1.2/百万 tokens
Cached reads$0.24/百万 tokens
输出$4/百万 tokens

使用以下代码示例来集成我们的API:

1from openai import OpenAI
2
3client = OpenAI(
4    api_key="<Your API Key>",
5    base_url="https://api.highwayapi.ai/openai"
6)
7
8response = client.chat.completions.create(
9    model="zai-org/glm-5v-turbo",
10    messages=[
11        {"role": "system", "content": "You are a helpful assistant."},
12        {"role": "user", "content": "Hello, how are you?"}
13    ],
14    max_tokens=131072,
15    temperature=0.7
16)
17
18print(response.choices[0].message.content)

信息

提供商
量化
fp8

支持的功能

上下文长度
204800
最大输出
131072
函数调用
支持
结构化输出
支持
推理
支持
serverless
支持
Input Capabilities
text, image, video
Output Capabilities
text
联系我们