WordPress Releases AI Plugins For Anthropic Claude, Google Gemini, And OpenAI
New integrations aim to make AI features easier to add to WordPress websites
WordPress has introduced three official plugins that allow developers to connect their websites with major AI platforms. The new tools enable integration with models from OpenAI, Google’s Gemini, and Anthropic’s Claude.
The plugins are designed to work with the WordPress PHP AI Client SDK. It is a framework that helps developers add AI capabilities to WordPress sites without building complex integrations from scratch.
With these plugins, developers can enable features such as text generation, image creation, web search, and function calling.
For WordPress users and developers, the goal is simple- to make it much easier to bring AI tools into everyday website development.
A shared framework to work with multiple AI platforms
At the centre of the new plugins is the PHP AI Client SDK. This toolkit provides a common infrastructure that allows WordPress plugins and other PHP-based projects to connect with different AI services through a single system.
Instead of writing separate code for each AI provider, developers can use one interface that works across platforms.
Whether the task involves generating text, producing images, or handling more complex multimodal interactions, the SDK is built to manage it.
The system can also handle streaming responses and longer AI processes that take time to complete.
Another practical feature is how credentials are handled. Developers simply specify the AI features they want, while users manage their API keys in one place.
Once the keys are added, they automatically work across all compatible plugins installed on the site.
Requirements for using the plugins
To run new AI plugins, websites must use PHP version 7.4 or higher. You also need a valid API key from whichever AI provider you choose.
For websites currently running WordPress version 6.9, the PHP AI Client SDK must be installed separately.
Soon this step will disappear. WordPress version 7.0, expected to be released in early April, will include the SDK as part of the core system.
That change will make it even easier for developers to start experimenting with AI features on their sites.
What the OpenAI plugin can do
The plugin built for OpenAI offers several useful capabilities for developers who want to build AI-powered features.
These include automatic provider registration, function calling support, and tools for generating both text and images.
Developers can use GPT models for text generation and DALL-E models for image creation. This plugin also supports web search and text-to-speech functions.
Another feature shows how the plugin automatically detects available models from the OpenAI API. This means that when new models are available, developers access them without needing to update the plugin manually.
Features for Anthropic Claude plugin
The plugin designed for Anthropic focuses mainly on advanced text generation.
It includes automatic provider registration, function calling support, and text generation using Claude models. The plugin also supports what Anthropic calls “extended thinking,” which allows the AI to handle more complex prompts and multi-step reasoning tasks.
It’s useful for applications that require detailed responses or deeper analysis.
Google Gemini integration
The plugin created for Google’s Gemini ecosystem brings both text and image capabilities into WordPress.
Developers are generating text using Gemini models to create images using Google’s Imagen models. Like the other plugins, it also supports function calling and automatic provider registration.
This integration gives developers access to Google’s AI tools directly from their WordPress environment.
WordPress moves more into the AI era
The release of these plugins goes on to show how quickly artificial intelligence is becoming part of everyday web development.
WordPress moves a large share of the internet, and official AI integrations could open the door to new kinds of websites and applications.
From automated content tools to smarter search features, you can also have interactive user experiences. Developers now have more options to experiment with AI inside WordPress.
By offering a shared SDK and official plugins for multiple providers, WordPress is trying to keep the process flexible. Developers can choose the AI platform suiting their project while working within a single framework.
As WordPress 7.0 comes into being, these tools may soon become a standard part of the platform’s growing AI ecosystem.