plugin-icon

Vercel AI Gateway Provider

لصاحبه Vercel·
The Vercel AI Gateway connector offers access to hundreds of text, image, and video AI models through 1 API key.
تقييمات
5
النسخة
1.0.0
التنصيبات النشطة
40
آخر تحديث
May 20, 2026
Vercel AI Gateway Provider

This plugin allows your WordPress site to connect to the Vercel AI Gateway. It enables your WordPress site to use hundreds of generative AI models from over 40 different providers, to generate text, images, video, and more.

The Vercel AI Gateway connector is built on top of WordPress’s built-in AI client and integrates seamlessly with its connector API. This way it unlocks using AI powered plugins on your site.

Features

  • Access hundreds of models from over 40 providers with 1 API key
  • Generate text, images, video, and more, including multi-turn conversations
  • Unified billing and observability across your entire AI stack, with text, image, and video models
  • Automatic fallbacks during provider outages so your app stays up even when a model goes down
  • Pay exactly what providers charge with no platform fees

Available models are dynamically discovered from the AI Gateway API – you get access to new models as soon as they’re available.

Providers and Models

The AI Gateway gives you access to more than 100 models from over 40 providers, including:

  • Amazon (Nova models)
  • Anthropic (Claude models)
  • Black Forest Labs (Flux models)
  • Google (Gemini, Imagen, and Veo models)
  • KlingAI (Kling models)
  • MiniMax (MiniMax models)
  • Mistral (Mistral and Devstral models)
  • Moonshot AI (Kimi models)
  • OpenAI (GPT and Dall-E models)
  • Perplexity (Sonar models)
  • xAI (Grok models)
  • Z.ai (GLM models)

You can access all of these and many more directly through the AI Gateway, drastically simplifying your setup. For a full list of models, browse the official AI Gateway models list.

Usage

Once you install the Vercel AI Gateway Provider plugin on your WordPress site, any AI feature that uses the WordPress built-in AI client can use it, typically through other plugins.

If you want to write your own plugin that uses it, you can do so through the WordPress built-in AI client as well. Here’s a code example:

$result = wp_ai_client_prompt( 'Hello, world!' ) ->using_provider( 'ai_gateway' ) ->generate_text_result();

Note however, that the usage of using_provider will make the prompt only work if the individual WordPress site has the Vercel AI Gateway Provider plugin active and configured. You should therefore only use it if you want to enforce usage of the AI Gateway.

Otherwise, for broader ecosystem compatibility, it is recommended that you don’t specify a provider. You can optionally specify model preferences, for example like this:

$result = wp_ai_client_prompt( 'Hello, world!' ) ->using_model_preference( 'claude-opus-4.7', 'gemini-3.1-pro-preview', 'gpt-5.4' ) ->generate_text_result();

In this case, the first relevant model encountered on the site will be used, and if the site has the Vercel AI Gateway Provider plugin active and configured, it will rely on the AI Gateway.

See the official docs for more examples.

External Services

This plugin connects to the AI Gateway API for inference.

See the Vercel AI Product Terms and the Vercel Privacy Policy.

Contributing

Contributions to the plugin are welcome in the project’s GitHub repository.

مجانيعلى الخطط المدفوعة
إذا أتممت بالتثبيت، فإنك توافق على شروط خدمة ووردبريس.كوم ووشروط إضافات الأطراف الثالثة.
تم اختباره حتى
WordPress 7.0
تتوفّر هذه الإضافة للتنزيل لتُستخدم في عملية التثبيت لديك.