8.0
热点
AI SCORE
编程提效2026-08-12 15:00
DeepSeek V4 Pro 更新权重登陆 Vercel AI Gateway
Vercel Blog#DeepSeek#Vercel#AI Gateway
Editor brief · 编辑速览
DeepSeek V4 Pro 已在 Vercel AI Gateway 上默认使用最新权重,coding agent 可直接接入,计费无平台溢价。
DeepSeek V4 Pro 现在已在 AI Gateway 上运行更新后的权重。在调用 deepseek/deepseek-v4-pro 时默认使用新权重,因此现有请求无需更改模型 ID 或代码即可直接使用。
要使用更新后的 DeepSeek V4 Pro,在 AI SDK 中将 model 设置为 deepseek/deepseek-v4-pro-0831,AI Gateway 会将请求路由到持有新权重的提供商:
import { streamText } from 'ai';
const result = streamText({
model: 'deepseek/deepseek-v4-pro-0831',
prompt: 'Fix the failing tests in this repo and open a PR.',
});
要在 coding agent 中运行 V4 Pro,可以使用 vercel ai-gateway coding-agents setup 将 agent 连接到 AI Gateway,然后在 agent 的模型配置中选择 deepseek/deepseek-v4-pro-0813。详见 coding agents 指南。
AI Gateway 按照提供商定价实时反映价格,不收取平台费用,包括在使用自有密钥(BYOK)的请求上。了解更多关于 AI Gateway 的信息,查看 AI Gateway 模型排行榜,或在我们的模型 Playground 中体验。