HeadsUpAI

Vercel Brings AI Gateway to WordPress for Unified Multi-Model Access

Vercel, a frontend cloud platform and creator of the AI SDK, launched a dedicated AI Gateway plugin for WordPress to coincide with today's release of WordPress 7.0. The plugin acts as a connector for the new native WordPress AI Client, a standardized interface for handling generative AI requests across the CMS.
WordPress version
7.0 or higher
Supported providers
40+ (OpenAI, Anthropic, Google, and more)
Model modalities
Text, image, and video
Configuration
Single API key via Vercel AI Gateway
Core features
Automatic fallbacks and unified observability

This integration centralizes AI infrastructure, allowing developers to call text, image, and video models without managing separate credentials for every provider. By routing through a single gateway, sites gain automated provider selection and fallbacks to keep features online during outages across models from OpenAI, Anthropic, and Google.

You can install the plugin from the WordPress directory and configure your gateway key under Connectors settings. Once active, any plugin built on the native AI Client inherits the gateway's capabilities, including video generation support and dynamic model discovery without requiring manual code updates or additional provider accounts.

Vercel Developers
Vercel Developers
@vercel_dev
X

The AI Gateway plugin for WordPress is here. Install it and any plugin using the WordPress AI Client can call text, image, and video models with one API key. https://t.co/SbeNlrFKsK

2retweets26likes
View on X

Still wondering? A few quick answers below.

This plugin is a connector that links WordPress sites to Vercel's AI infrastructure. It allows site owners to access hundreds of different AI models for text, image, and video generation from over 40 providers using a single API key. It integrates directly with the native AI Client introduced in WordPress 7.0.

The plugin provides access to a wide range of industry-leading providers through a single integration. Supported companies include OpenAI, Anthropic, Google, xAI, DeepSeek, MiniMax, and Moonshot AI. Because it uses Vercel's gateway architecture, new models from these providers become available to WordPress users automatically without needing to update the plugin.

To use this plugin, your site must be running WordPress 7.0 or higher, which includes the necessary built-in AI Client. You also need a Vercel account to generate an AI Gateway API key. Once installed, the key is configured within the WordPress admin dashboard under the Connectors settings menu.

The gateway includes automatic fallback capabilities to ensure that AI features on a WordPress site remain functional even if a specific model provider experiences an outage. By routing requests through a centralized infrastructure layer, Vercel can maintain service continuity by switching to alternative providers or models without requiring manual intervention from the user.

Yes, developers can use the standardized WordPress AI Client functions to interact with the gateway. By using the wp_ai_client_prompt function and specifying the gateway as the provider, developers can generate text, structured JSON, or multimodal content like images and video. This allows for custom AI implementations that remain decoupled from specific model provider APIs.

Share this update