7.0
热点
AI SCORE
工具产品2026-07-31 08:00
Laguna S 2.1在AI Gateway容量扩展10倍
Vercel Blog#Vercel#Laguna#Agent编程
Editor brief · 编辑速览
Poolside的Laguna S 2.1模型在Vercel AI Gateway上获得10倍容量提升,支持更高体量的智能体编码和长运行任务。
Poolside 的 Laguna S 2.1 现在已在 AI Gateway 上获得 10 倍容量提升。此次提升同时适用于付费版本 poolside/laguna-s-2.1 和免费版本 poolside/laguna-s-2.1-free,因此你可以发送更多请求,非常适合高吞吐量的 Agent 编程和长时间运行的任务。
要使用 Laguna S 2.1,请在 AI SDK 中将 model 设置为 poolside/laguna-s-2.1-free 或 poolside/laguna-s-2.1:
1import { streamText } from 'ai';2
3const result = streamText({4 model: 'poolside/laguna-s-2.1',5 prompt: 'Fix the flaky test in the payments suite.',6});
要在 coding agent 中运行它,请使用 vercel ai-gateway coding-agents setup 将你的 Agent 连接到 AI Gateway,然后在 Agent 的模型配置中选择 poolside/laguna-s-2.1 或 poolside/laguna-s-2.1-free。详见 coding agents 指南。
AI Gateway 通过一个 API 即可访问数百种模型,并内置使用量追踪、重试、故障转移,以及高于模型提供商的可用性。它与提供商定价保持一致,不加价,也不收取平台费,包括使用 Bring Your Own Key 发起的请求。
在模型 playground 中试用 Laguna S 2.1。
AI Gateway 模型排行榜会持续追踪最受欢迎的模型,并根据所有 Gateway 流量中处理的 token 总量对它们进行排名。