Routes AI requests through Vercel's unified gateway so you can switch between 100+ models from different providers without changing code. The skill enforces current model naming (dots in versions, not hyphens) and pushes you toward OIDC auth instead of manual API keys. It's opinionated about outdated models, flagging gpt-4o and older Gemini versions with migration suggestions. Use this when you want provider failover, cost tracking, or the flexibility to swap OpenAI for Anthropic without rewriting integration code. The validation rules are aggressive but save you from deployment surprises with malformed model slugs.
npx skills add https://github.com/vercel-labs/vercel-plugin --skill ai-gateway