Linux 软件免费装
Banner图

YukDigitalz Connector for Google AI

开发者 shihela
更新时间 2026年8月20日 01:12
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

gemini google ai ai connector gemini 3.7 failover

下载

1.0.0

详情介绍:

Solves the primary challenges faced by Google Gemini API users on WordPress: Error 503 (Service Unavailable - Capacity / High Demand) and Error 429 (Rate Limit / Quota Exceeded). As a pure, non-intrusive provider connector & failover engine, YukDigitalz Connector for Google AI extends Google AI Studio and Gemini models into WordPress and integrates seamlessly with the WordPress Core AI Client framework (wp_ai_providers, wp_ai_client_generate, wp_ai_client_default_model). It works alongside WordPress Connectors and 3rd-party BYOK AI plugins without taking over database options, altering prompts, or blocking API keys. When Google AI Studio experiences server capacity issues or rate limit limits, the engine intelligently performs retries with exponential backoff, rotates secondary API keys, and seamlessly routes requests to designated fallback models (such as Gemini 3.7 Flash, Gemini 2.5 Flash, Gemini 2.0 Flash, Gemini 1.5 Flash, Gemini 1.5 Pro, or custom fine-tuned model IDs). Key Features:

安装:

  1. Upload the yukdigitalz-connector-for-google-ai plugin folder to the /wp-content/plugins/ directory, or install via the WordPress Plugins menu.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Open the YukDigitalz Connector AI menu in the admin sidebar.
  4. Enter your Gemini API Key under the Gemini API & Models tab (or define YUKDICONFO_API_KEY in wp-config.php, or use the official Connectors plugin).
  5. Select your Primary Model and configure Fallback Models under the Auto-Failover & Cooldown tab.

常见问题:

How does this connector plugin interact with WordPress Connectors and BYOK plugins?

It operates as a pure companion connector. It never overwrites database options of other plugins or modifies prompt contents. It only swaps model IDs on outgoing cURL calls and handles failover retries seamlessly.

How do I use YukDigitalz Connector for Google AI in my theme or another plugin?

Simply call the global function yukdiconfo_generate( 'Your prompt here' ). The engine will automatically manage model selection and failover.

Is it safe to store API Keys in the database?

Yes, highly secure. All API keys are encrypted using AES-256 standards with WordPress unique salt keys. You can also define them in wp-config.php for enterprise-grade security.

更新日志:

1.0.0