Title: AI Provider for Google
Author: WordPress.org
Published: <strong>February 24, 2026</strong>
Last modified: May 13, 2026

---

Search plugins

![](https://ps.w.org/ai-provider-for-google/assets/banner-772x250.png?rev=3474660)

![](https://ps.w.org/ai-provider-for-google/assets/icon.svg?rev=3474660)

# AI Provider for Google

 By [WordPress.org](https://profiles.wordpress.org/wordpressdotorg/)

[Download](https://downloads.wordpress.org/plugin/ai-provider-for-google.1.1.0.zip)

 * [Details](https://vec.wordpress.org/plugins/ai-provider-for-google/#description)
 * [Reviews](https://vec.wordpress.org/plugins/ai-provider-for-google/#reviews)
 *  [Installation](https://vec.wordpress.org/plugins/ai-provider-for-google/#installation)
 * [Development](https://vec.wordpress.org/plugins/ai-provider-for-google/#developers)

 [Support](https://wordpress.org/support/plugin/ai-provider-for-google/)

## Description

This plugin provides Google AI (Gemini) integration for the PHP AI Client SDK. It
enables WordPress sites to use Google’s Gemini models for text generation, image
generation, and other AI capabilities.

**Features:**

 * Text generation with Gemini models
 * Image generation with Imagen models
 * Function calling support
 * Automatic provider registration

Available models are dynamically discovered from the Google AI API, including Gemini
models for text generation and Imagen models for image generation.

**Requirements:**

 * PHP 7.4 or higher
 * For WordPress 6.9, the [wordpress/php-ai-client](https://github.com/WordPress/php-ai-client)
   package must be installed
 * For WordPress 7.0 and above, no additional changes are required
 * Google Gemini API key

## Installation

 1. Upload the plugin files to `/wp-content/plugins/ai-provider-for-google/`
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Configure your Google API key via the `GOOGLE_API_KEY` environment variable or 
    constant

## FAQ

### How do I get a Google API key?

Visit the [Google AI Studio](https://aistudio.google.com/) to create an API key 
for the Gemini API.

### Does this plugin work without the PHP AI Client?

No, this plugin requires the PHP AI Client plugin to be installed and activated.
It provides the Google-specific implementation that the PHP AI Client uses.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“AI Provider for Google” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ WordPress.org ](https://profiles.wordpress.org/wordpressdotorg/)

“AI Provider for Google” has been translated into 10 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/ai-provider-for-google/contributors)
for their contributions.

[Translate “AI Provider for Google” into your language.](https://translate.wordpress.org/projects/wp-plugins/ai-provider-for-google)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/ai-provider-for-google/),
check out the [SVN repository](https://plugins.svn.wordpress.org/ai-provider-for-google/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/ai-provider-for-google/)
by [RSS](https://plugins.trac.wordpress.org/log/ai-provider-for-google/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.0

 * Add support for aspect ratios with Gemini (multimodal) image generation ([#13](https://github.com/WordPress/ai-provider-for-google/pull/13)).
 * Add a provider logo to the metadata if the ai client version > 1.3.0 ([#20](https://github.com/WordPress/ai-provider-for-google/pull/20)).
 * Fix text and image multimodal support so that it properly works regardless of
   capability chosen ([#14](https://github.com/WordPress/ai-provider-for-google/pull/14)).
 * Remove `additionalProperties` from the JSON response schema ([#18](https://github.com/WordPress/ai-provider-for-google/pull/18)).

#### 1.0.3

 * Fix critical bug that prevent use of Gemini image models because of lacking file
   type support annotation.

#### 1.0.2

 * Add plugin directory assets by @shaunandrews in https://github.com/WordPress/
   ai-provider-for-google/pull/7
 * Update tags in readme.txt by @jeffpaul in https://github.com/WordPress/ai-provider-
   for-google/pull/9
 * Fix missing input and output modality combinations, fixing usage of Nano Banana(
   among other problems) by @felixarntz in https://github.com/WordPress/ai-provider-
   for-google/pull/11
 * Add provider description by @felixarntz in https://github.com/WordPress/ai-provider-
   for-google/pull/12

#### 1.0.1

 * Initial release of the plugin
 * Support for Gemini text and image generation models
 * Support for Imagen image generation models
 * Function calling support

#### 1.0.0

 * Initial release of the Composer package

## Community plugin

This plugin is developed and supported by a community. [Contribute to this plugin](https://github.com/wordpress/ai-provider-for-google/)

## Meta

 *  Version **1.1.0**
 *  Last updated **4 weeks ago**
 *  Active installations **10.000+**
 *  WordPress version ** 6.9 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/ai-provider-for-google/),
   [Czech](https://cs.wordpress.org/plugins/ai-provider-for-google/), [English (US)](https://wordpress.org/plugins/ai-provider-for-google/),
   [Korean](https://ko.wordpress.org/plugins/ai-provider-for-google/), [Polish](https://pl.wordpress.org/plugins/ai-provider-for-google/),
   [Portuguese (Brazil)](https://br.wordpress.org/plugins/ai-provider-for-google/),
   [Portuguese (Portugal)](https://pt.wordpress.org/plugins/ai-provider-for-google/),
   [Russian](https://ru.wordpress.org/plugins/ai-provider-for-google/), [Turkish](https://tr.wordpress.org/plugins/ai-provider-for-google/),
   [Ukrainian](https://uk.wordpress.org/plugins/ai-provider-for-google/), and [Vietnamese](https://vi.wordpress.org/plugins/ai-provider-for-google/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/ai-provider-for-google)
 * Tags
 * [AI](https://vec.wordpress.org/plugins/tags/ai/)[artificial intelligence](https://vec.wordpress.org/plugins/tags/artificial-intelligence/)
   [connector](https://vec.wordpress.org/plugins/tags/connector/)[Gemini](https://vec.wordpress.org/plugins/tags/gemini/)
   [google](https://vec.wordpress.org/plugins/tags/google/)
 *  [Advanced View](https://vec.wordpress.org/plugins/ai-provider-for-google/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/ai-provider-for-google/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ai-provider-for-google/reviews/)

## Contributors

 *   [ WordPress.org ](https://profiles.wordpress.org/wordpressdotorg/)

## Support

Issues resolved in last two months:

     0 out of 1

 [View support forum](https://wordpress.org/support/plugin/ai-provider-for-google/)