8.0
热点
AI SCORE
模型发布2026-08-13 08:00
GLM 5.2 Eve模型:百万上下文免费用
Vercel Blog#GLM#Vercel#开源模型
Editor brief · 编辑速览
智谱GLM 5.2 Eve编程模型通过Vercel AI Gateway提供限时免费,百万token上下文窗口。
GLM 5.2 是来自 Z.ai 的开源编程模型,拥有 100 万 token 的上下文窗口,在 8 月 27 日之前,通过 Blackbox AI 在 AI Gateway 上为 eve agents 免费提供使用。
新的 eve agents 默认使用 GLM 5.2。使用 npx eve@latest init my-agent 开始创建。
现有 agents 也可以通过在 agent/agent.ts 中修改一行代码来使用:
import { defineAgent } from "eve";
export default defineAgent({
model: "zai/glm-5.2",
});
Setting the promo model in the agent definition
或者通过 CLI 运行 eve set 命令:
eve set --model zai/glm-5.2
The command edits the agent definition in place
此优惠不适用于 Fast 模式或 zai/glm-5.2-fast 变体。
8 月 27 日之后,GLM 5.2 将以标准提供商价格继续在 AI Gateway 上提供使用。
可以在模型 playground 中试用 GLM 5.2。