Apraksts
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 package must be installed
- For WordPress 7.0 and above, no additional changes are required
- Google Gemini API key
Uzstādīšana
- Upload the plugin files to
/wp-content/plugins/ai-provider-for-google/ - Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure your Google API key via the
GOOGLE_API_KEYenvironment variable or constant
BUJ
-
How do I get a Google API key?
-
Visit the Google AI Studio 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.
Atsauksmes
Par šo spraudni nav atsauksmju.
Autori un izstrādātāji
“AI Provider for Google” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši šādi cilvēki.
Līdzdalībnieki“AI Provider for Google” ir tulkots lokalizācijās 17. Paldies tulkotājiem par ieguldījumu.
Tulkot “AI Provider for Google” savā valodā.
Vai jūs interesē attīstība?
Pārlūkojiet kodu, apmeklējiet SVN krātuvi vai abonējiet attīstības žurnālu, ko izveidojis RSS.
Izmaiņu žurnāls
1.1.0
- Add support for aspect ratios with Gemini (multimodal) image generation (#13).
- Add a provider logo to the metadata if the ai client version > 1.3.0 (#20).
- Fix text and image multimodal support so that it properly works regardless of capability chosen (#14).
- Remove
additionalPropertiesfrom the JSON response schema (#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
