Vercel News
GLM 5.2 free for eve agents through August 27 via Blackbox on AI Gateway
8.5内容质量
TL;DR · AI 摘要
GLM 5.2模型通过Blackbox在AI Gateway上提供免费试用至8月27日,适用于eve agents。
核心要点
- GLM 5.2模型在AI Gateway的免费试用截止日期为2023年8月27日
- 通过修改agent/agent.ts文件或使用eve set CLI命令可切换模型
- Fast模式和zai/glm-5.2-fast变体不受免费政策覆盖
结构提纲
按章节快速跳转。
GLM 5.2模型通过Blackbox在AI Gateway提供免费试用至8月27日
新eve agents默认使用GLM 5.2,现有agent可通过修改agent.ts文件或CLI命令切换模型
- ›费用说明
8月27日后GLM 5.2将按标准提供商费率计费,Fast模式不受免费政策覆盖
- ·使用场景
适用于需要大模型能力但希望控制成本的开发者和企业用户
思维导图
用一张图看清主题之间的关系。
查看大纲文本(无障碍 / 无 JS 友好)
- GLM 5.2免费试用政策
- 免费期限
- 2023年8月27日截止
- 使用方式
- agent.ts配置
- CLI命令切换
- 费用规则
- 标准费率生效时间
- Fast模式例外
金句 / Highlights
值得收藏与分享的关键句。
New eve agents come with GLM 5.2 as their default model
The command edits the agent definition in place
After August 27, GLM 5.2 stays available on AI Gateway at standard provider rates
#GLM 5.2#AI Gateway#eve agents#Blackbox AI
打开原文GLM 5.2 通过 Blackbox 在 AI Gateway 上免费提供给 eve 代理,直至 8 月 27 日 - Vercel
来自 Z.ai 的开源权重编码模型 GLM 5.2(具有 1M 令牌上下文窗口)通过 Blackbox AI 在 AI Gateway 上免费提供给 eve 代理,直至 8 月 27 日。
新创建的 eve 代理默认使用 GLM 5.2 作为模型。使用以下命令即可开始:
code
npx eve@latest init my-agent现有代理也可以通过在 agent/agent.ts 中进行一行更改来使用:
agent/agent.ts
code
1
import
{
defineAgent
}
from
"eve"
;
2
3
export
default
defineAgent
(
{
4
model
:
"zai/glm-5.2"
,
5
}
)
;在代理定义中设置促销模型
或者通过 CLI 运行:
code
eve
set
--model
zai/glm-5.2该命令会直接修改代理定义文件
此优惠不适用于快速模式或模型的 zai/glm-5.2-fast 变体。
8 月 27 日之后,GLM 5.2 将继续在 AI Gateway 上以标准提供商费率提供。
在模型游乐场试用 GLM 5.2 。