跳至内容

GLM 5.2 (Free) - ZenMux 免费 AI 模型,1M 上下文,$0 使用

模型 ID z-ai/glm-5.2-free
这是 ZenMux 平台免费模型,无需付费即可使用。⭐ ZenMux 默认推荐模型

模型信息

属性
上下文长度1,000,000 tokens
输入价格$0 / 1M tokens
输出价格$0 / 1M tokens
缓存读取$0 / 1M tokens
Web 搜索$0 / 次
供应商Z.AI (智谱) / ZenMux
状态免费
推理能力
输入模态文本

描述

GLM 5.2 是智谱 AI 2026 年最新发布的旗舰大语言模型,ZenMux 平台上的 Free 版本提供完整的 1M 上下文支持。作为 ZenMux 的默认新对话模型,GLM 5.2 Free 适合长文档处理、复杂推理和通用对话场景。

使用示例

curl https://zenmux.ai/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "z-ai/glm-5.2-free",
    "messages": [{"role": "user", "content": "你好!"}]
  }'

相关链接