| 开发者 | shihela |
|---|---|
| 更新时间 | 2026年8月20日 01:12 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
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:
wp_ai_providers, wp_ai_client_generate) to register Google Gemini as an active provider for core and third-party plugins.wp-config.php constants (YUKDICONFO_API_KEY, GOOGLE_API_KEY) and passive WordPress Connectors key resolution.yukdiconfo_generate(), filter hooks, and REST API endpoint (/wp-json/yukdiconfo/v1/generate).yukdigitalz-connector-for-google-ai plugin folder to the /wp-content/plugins/ directory, or install via the WordPress Plugins menu.YUKDICONFO_API_KEY in wp-config.php, or use the official Connectors plugin).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.
Simply call the global function yukdiconfo_generate( 'Your prompt here' ). The engine will automatically manage model selection and failover.
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.