Skip to main content
reopt Handbook
reopt Handbook
Vercel Enterprise AI Platform

Platform Foundation

Platform ArchitectureAI SDK RuntimeAI Gateway Control Plane

Execution Runtime

Workflow Durable ExecutionSandbox Tool RuntimeMCP Enterprise DataQueues and Async Jobs

Prompt and Quality

Prompt Engineering and GuardrailsRAG and Retrieval-Augmented GenerationObservability and Evaluation

Operations

Security GovernanceCost and ReliabilityDeployment and AI CI/CD

Scenarios

Customer Support Agent ArchitectureInternal Research Agent ArchitectureApproval Backoffice AutomationCoding Orchestration

Orchestration Patterns

Graph-Centric OrchestrationPractical Orchestration PlaybookMulti-Agent Architecture

Appendix

Migration GuideReferencesVerificationUpdates
Handbook›Vercel Enterprise AI Platform›AI Gateway Control Plane
한국어English

AI Gateway Control Plane

Operate Vercel AI Gateway as the control plane for model routing, provider fallback, usage policy, credentials, custom reporting, and cost governance.

Key takeaways

  • Operate Vercel AI Gateway as the control plane for model routing, provider fallback, usage policy, credentials, custom reporting, and cost governance.
  • Use this chapter as a first-pass operating checklist before changing systems, data, permissions, or customer-facing workflows.
  • Validate platform-specific details against current official docs or internal policy before rollout.

AI Gateway is the control plane for model access. It lets teams avoid scattering provider keys, routing decisions, fallback behavior, and usage policy across every application.

Control Plane Jobs

JobWhy it matters
RoutingChoose models by task, latency, cost, and policy
FallbackKeep critical flows alive during provider failure
Key governanceReduce key sprawl and rotation risk
Usage trackingAttribute cost by project, team, or feature
Policy enforcementApply provider, region, and data rules centrally

Routing Policy

WorkloadRouting posture
Critical customer responseReliable model with fallback
Internal draftCost-efficient model
Security-sensitive analysisApproved provider and stricter logging
Batch summarizationLow-cost route with queue-based throttling

Review Checklist

  • Are provider keys isolated from app code?
  • Does every route have owner and cost attribution?
  • Is fallback tested?
  • Are prohibited providers or regions blocked by policy?

Related docs

Platform Architecture

Split enterprise AI systems into experience, control, runtime, async, and governance planes.

Ch5. agent.ts, Models, Compaction

Enterprise Eve Agent Development · Interpret defineAgent configuration as runtime policy for models, output schemas, compaction, and experimental flags.

Cost and Reliability

Manage AI cost, latency, error budgets, rate limits, fallback, and workload classes.

LLMOps and AgentOps in Production

A production operating system for turning experimental AI features into reliable services

Ch6. Cost and Latency Optimization

LLMOps and AgentOps in Production · Manage unit cost and response time without sacrificing quality

AI SDK Runtime

Use AI SDK as the application runtime layer for streaming, tools, agents, and telemetry.

Workflow Durable Execution

Use Workflow for long-running, resumable, and approval-oriented AI tasks.

On this page

Control Plane JobsRouting PolicyReview Checklist