# Vercel Developers 整合 Hermes Agent 與 AI Gateway、Sandbox，接入 200 多個模型並隔離執行指令

> 📖 本站完整內容索引（documentation index）：[llms.txt](/llms.txt)

> 原作者：Vercel Developers (@vercel_dev) · 策展與摘要：EasyVibeCoding · 平台：X (Twitter) · 熱度：🔥🔥 · 日期：2026-08-11

> 原始來源：https://x.com/vercel_dev/status/2086520817169666488

## 證據與延伸閱讀

- [Vercel Developers 整合 Hermes Agent 與 AI Gateway、Sandbox，接入 200 多個模型並隔離執行指令](https://vercel.com/changelog/vercel-ai-gateway-and-vercel-sandbox-now-available-on-hermes-agent) — 官方文件

## 中文摘要

Vercel Developers 整合 Hermes Agent 與 AI Gateway、Sandbox，接入 200 多個模型並隔離執行指令。

**核心整合** Vercel AI Gateway 可作為 Hermes Agent 的 inference layer，讓使用者透過同一組 key 存取 200 多個模型，token 不加價；每次請求的使用量與花費也會出現在 AI Gateway dashboard。Vercel Sandbox 則讓每個 Agent command 在獨立的 cloud microVM 中執行，避免直接操作本機環境。

![](https://pub-75d4fe1e4e80421b9ecb1245a7ae0d1a.r2.dev/curated/697c426b70630318.jpg)
> 純黑色背景中央並排呈現白色幾何圖形與一側帶有長髮與耳機線條的黑白動漫風格側臉圖像，兩者之間以加號相連。

**設定方式** 來源提供以下步驟；其中 `curl | bash` 會下載並直接執行遠端內容，屬需人工核對的高風險來源指令，不應未審查就直接執行。

```bash
# Install Hermes
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash

# In the setup wizard: pick Vercel AI Gateway, paste your key
# Pick Vercel Sandbox to run each agent command in a microVM

# Already have Hermes? Update first, then switch either one:
hermes update
hermes setup model      # pick Vercel AI Gateway
hermes setup terminal   # pick Vercel Sandbox

# Verify
hermes doctor
```

**執行環境** Vercel Sandbox backend 預設為選擇性啟用；完成設定前，指令仍會在本機執行。啟用 `terminal.backend` 的 `vercel_sandbox` 後，Agent command 會改在雲端 microVM 執行，workspace 根目錄也會從本機改為 `/vercel/sandbox`。目前支援 `node24`（預設）、`node22` 與 `python3.13` runtime。

**開發注意** 本機開發可使用 `VERCEL_OIDC_TOKEN`；來源建議執行 `vercel link` 與 `vercel env pull` 取得 development token。設定精靈會從 AI Gateway 取得即時模型可用性與目前定價，完整說明可參考 [Configuring Hermes](https://vercel.com/changelog/vercel-ai-gateway-and-vercel-sandbox-now-available-on-hermes-agent)。

## 標籤

Hermes Agent, Agent, 新產品, Vercel
