Sign InOpen Brain
VercelEngineering PostOfficial Source

Vercel AI Gateway and Vercel Sandbox now available on Hermes Agent

Hermes can route inference through Vercel’s model gateway and move command execution into an opt-in cloud microVM, separating model access from the machine where the agent runs.

Vercel · Aug 7, 2026
Open Source Open MarkdownOpen JSON
Source Summary

Hermes now connects to Vercel AI Gateway for **200+ models** with live availability and pricing, no token markup, and centralized request tracking. Its optional Sandbox backend runs commands in an **isolated microVM**.

Practical Implication

Use the gateway when you want model choice and spend visibility in one place. Enable terminal.backend=vercel_sandbox when agent commands should run away from your workstation; available runtimes include **Node 24, Node 22, and Python 3.13**.

Agent-Ready Context
Hermes now connects to Vercel AI Gateway for **200+ models** with live availability and pricing, no token markup, and centralized request tracking. Its optional Sandbox backend runs commands in an **isolated microVM**.

Use the gateway when you want model choice and spend visibility in one place. Enable terminal.backend=vercel_sandbox when agent commands should run away from your workstation; available runtimes include **Node 24, Node 22, and Python 3.13**.

Commands remain local by default, so selecting the gateway alone does not isolate execution. Local development with the cloud backend also requires a **VERCEL_OIDC_TOKEN** and a linked Vercel project.
Connected Context · Feed7 Judgment

This combines centralized model access and spend visibility with an optional isolated execution backend for Hermes, but keeps the two controls independent: gateway selection does not move commands off the workstation. It turns sandboxing into an explicit deployment choice with runtime, project-linking, and OIDC prerequisites rather than an automatic property of using a managed model gateway.

Qwen 3.8 Max now available on Vercel AI GatewayQwen exemplifies the model routes Hermes can reach through the gateway, while the Hermes integration adds agent-wide tracking and optional execution isolation around such routes.AI Gateway adds unified fast mode supportUnified fast mode adds a latency-routing control within the gateway side of Hermes, but remains separate from whether commands execute locally or in Sandbox.chenyme/grok2apiThe managed Hermes route contrasts with Grok2API’s unofficial account pooling: it centralizes models and tracking without the candidate’s stated SSO, credential-renewal, and terms risks.Emulated: The Data for Fully Autonomous Software Engineers and Companies — Joseph WangHermes supplies an isolated microVM for command execution, but the evaluation candidate narrows what that proves: a sandbox alone does not cover deployments, incidents, traffic, or distributed failures.
Context Map
infracoding#gateways#sandboxing#coding-agents
Uncertainty
Commands remain local by default, so selecting the gateway alone does not isolate execution. Local development with the cloud backend also requires a **VERCEL_OIDC_TOKEN** and a linked Vercel project.