跳至内容
GLM-4.1V-Thinking-Flash

GLM-4.1V-Thinking-Flash

模型 ID z-ai/glm-4.1v-thinking-flash
这是智谱 AI 免费视觉推理模型,无需付费即可使用。

模型信息

属性
上下文长度64,000 tokens
最大输出16,000 tokens
输入价格$0 / 1M tokens
输出价格$0 / 1M tokens
供应商Z.Ai (智谱)
状态免费
类型视觉推理

描述

GLM-4.1V-Thinking-Flash 提供视觉推理能力,支持复杂场景理解和多步骤分析。

使用示例

curl https://open.bigmodel.cn/api/paas/v4/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "glm-4v-flash",
    "messages": [
      {"role": "user", "content": [
        {"type": "text", "text": "分析这张图表"},
        {"type": "image_url", "image_url": {"url": "https://example.com/chart.jpg"}}
      ]}
    ]
  }'

相关链接