DuetG AI Connector allows WordPress AI Client to connect to any AI service that provides an OpenAI-compatible API, such as:
When installed together with the official WordPress AI plugin, you can use your custom API provider with WordPress’s built-in AI features:
All Models (text generation endpoint):
* Content Classification
* Content Summarization
* Excerpt Generation
* Image Prompt Generation
* Meta Description Generation
* Review Notes
* Title Generation
Vision-Language Models (VLM) additionally support:
* Alt Text Generation (analyzes image content)
Image Generation Endpoint:
* Image Generation (featured images and inline images)
Note: Only Alt Text Generation requires a VLM. All other features work with a standard text-only model.
This plugin connects to user-configured, third-party AI API services
(any OpenAI-compatible API endpoint). It is needed to provide AI text
generation and image generation features.
Data is sent to the configured API endpoint when:
* A user submits a text generation request via the Test AI page or
the WordPress AI features (Alt Text, Summarization, Review Notes, etc.)
* A user submits an image generation request
The data sent includes: the user’s prompt text, model configuration,
and for vision features, image data.
Since this plugin connects to user-configured endpoints, users should
review the terms of service and privacy policy of their chosen provider:
* OpenAI: Terms of Service,
Privacy Policy
* Other providers: Please consult your provider’s documentation