What problem does it solve? Managing multiple AI providers means juggling separate SDKs, API keys, and billing dashboards, with no built-in failover when a provider goes down. This Skill provides expert guidance for routing all model calls through the Vercel AI Gateway, a single unified API with authentication, failover, and cost controls. ## Core Features & Use Cases - Unified Model Routing: Call 100+ models from OpenAI, Anthropic, Google, and others using simple provider/model slugs through one endpoint. - Failover and Provider Ordering: Configure order, only, and fallback models so requests automatically reroute when a provider is unavailable. - Cost Controls and Observability: Apply per-user rate limits, tag-based budget attribution, cache-control headers, and audit logging for production workloads. - Use Case: You are building a multi-tenant SaaS chat feature. Use this Skill to set up OIDC authentication via vercel env pull, route anthropic/claude-sonnet-4.6 with an OpenAI fallback, tag requests per feature, and enforce per-user rate limits. ## Quick Start Ask the AI to set up Vercel AI Gateway in your project with OIDC authentication and a generateText call using the openai/gpt-5.4 model slug.