jazzsequence / ai-connector-priority
Admin settings page to choose which AI provider to use for each task type (text, image, vision). Requires the WordPress AI plugin.
Package info
github.com/jazzsequence/ai-connector-priority
Type:wordpress-plugin
pkg:composer/jazzsequence/ai-connector-priority
Requires
- php: >=8.2
Requires (Dev)
This package is auto-updated.
Last update: 2026-06-01 22:04:12 UTC
README
A WordPress plugin that adds an admin settings page to configure which AI provider is used for each task type — text generation, image generation, and vision — when multiple providers are connected.
Requirements
- WordPress 7.0+
- PHP 8.2+
- The AI plugin (wordpress.org/plugins/ai)
- At least one active AI provider plugin
Installation
Install from the WordPress plugin directory, or install manually:
- Upload the plugin folder to
/wp-content/plugins/ - Activate through the Plugins screen
Alternatively, install via Composer:
composer require jazzsequence/ai-connector-priority
Or drop ai-connector-priority.php into your mu-plugins directory. Note that mu-plugins do not receive automatic updates through the WordPress admin.
Usage
Once activated, go to Settings → AI Priority to choose your preferred provider for each task type.
Task types
| Task | Used for |
|---|---|
| Text generation | Title generation, excerpt, summarization, content resizing, editorial notes, meta descriptions, comment moderation |
| Image generation | Featured image generation, inline image generation |
| Vision | Alt text generation, image analysis |
Provider selection
For each task type, choose which provider you want to use. Only providers whose plugin is active and which support that task type are shown.
Provider capabilities are detected automatically from the AI plugin's registry. Providers without credentials configured show for text and vision tasks only, since image generation is a specialized capability that requires confirmation.
How provider selection works
The AI plugin selects a provider from a preference list. This plugin moves your chosen provider's models to the front of that list.
Interaction with Developer Mode
Developer Mode (Settings → AI → Developer Mode) configures a specific provider and model for individual AI features (e.g. Title Generation, Alt Text Generation). This plugin sets a preferred provider per task type (text, image, vision), each of which covers several features.
The two settings layer. Developer Mode takes precedence for any feature it explicitly configures; this plugin governs the rest. When Developer Mode has a provider and model set for a specific feature, that feature bypasses this plugin's preference entirely. Features without a Developer Mode override use this plugin's selection as normal.
The settings page shows a notice next to any task type that has at least one feature with an active Developer Mode override, so it is clear where this plugin's selections may not apply.
Option key
Settings are stored in wp_options under ai_connector_priority.
License
MIT