跳转到内容

Vercel AI Gateway

Vercel AI Gateway 提供了一个统一的 API,通过单个端点访问数百个模型。

  • 提供商:vercel-ai-gateway
  • 认证:AI_GATEWAY_API_KEY
  • API:Anthropic Messages 兼容
  1. 设置 API 密钥(推荐:为 Gateway 存储它):
Terminal window
openclaw onboard --auth-choice ai-gateway-api-key
  1. 设置默认模型:
{
agents: {
defaults: {
model: { primary: "vercel-ai-gateway/anthropic/claude-opus-4.5" },
},
},
}
Terminal window
openclaw onboard --non-interactive \
--mode local \
--auth-choice ai-gateway-api-key \
--ai-gateway-api-key "$AI_GATEWAY_API_KEY"

如果 Gateway 作为守护进程运行 (launchd/systemd),请确保 AI_GATEWAY_API_KEY 对该进程可用(例如,在 ~/.openclaw/.env 中或通过 env.shellEnv)。