Àpèjúwe
This plugin extends the WordPress AI Client to support any AI service or server that uses the standard chat completions API format (/v1/chat/completions and /v1/models endpoints).
Supported services include:
- Ollama Ìtumọ̀ Yorùbá: – Run open-source models (Llama, Mistral, Gemma, etc.) locally on your own hardware.
- LM Studio Ìtumọ̀ Yorùbá: – Desktop application for local LLM inference with a one-click server.
- OpenRouter Ìtumọ̀ Yorùbá: – Unified API providing access to 100+ models from multiple providers.
- vLLM Ìtumọ̀ Yorùbá: – High-throughput inference server for production deployments.
- LocalAI Ìtumọ̀ Yorùbá: – Drop-in replacement for running models locally.
- text-generation-webui Ìtumọ̀ Yorùbá: – Popular web UI with API server mode.
- Any compatible endpoint Ìtumọ̀ Yorùbá: – Works with any server implementing the standard format.
Requirements by WordPress version:
- WordPress 7.0+ Ìtumọ̀ Yorùbá: – The AI Client SDK is included in core. This plugin works on its own without any additional dependencies.
- WordPress 6.9 Ìtumọ̀ Yorùbá: – The AI Client SDK is not in core. You must also install the AI Experiments plugin, which bundles the SDK.
Why it matters:
Other AI-powered plugins that use the WordPress AI Client (such as AI Experiments) can automatically discover and use any model you connect through this plugin. Configure your endpoint once and every AI feature on your site can use it.
How it works:
- Install and activate the plugin.
- Go to Settings > Connectors and configure the connector with your endpoint URL (e.g.
http://localhost:11434/v1for Ollama). - Optionally provide an API key for services that require authentication.
- The plugin registers a provider with the WordPress AI Client and dynamically discovers all available models from your endpoint.
The plugin also handles practical concerns like extended HTTP timeouts for slow local inference and non-standard port support.
Ìgbéwọlẹ̀
- Upload the plugin files to
/wp-content/plugins/ultimate-ai-connector-compatible-endpoints/. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- WordPress 6.9 only: Make sure the AI Experiments plugin is installed and active. It provides the AI Client SDK that this plugin requires.
- Go to Settings > Connectors and configure the connector.
- Optionally enter an API key if your endpoint requires one.
FAQ
-
What endpoints are compatible?
-
Any AI inference server that implements the standard
/v1/chat/completionsand/v1/modelsendpoints. This includes Ollama, LM Studio, vLLM, LocalAI, text-generation-webui, and many cloud services. -
Do I need an API key?
-
It depends on your endpoint. Local servers like Ollama and LM Studio typically do not require a key. Cloud services like OpenRouter require one. Leave the API Key field blank for servers that do not need authentication.
-
What models will be available?
-
The plugin automatically queries your endpointÌtumọ̀ Yorùbá: ’s
/modelsresource and registers every model it finds. Whatever models your server offers will appear in the WordPress AI Client. -
Does this work with WordPress 6.9?
-
Yes, but you must also install the AI Experiments plugin, which bundles the AI Client SDK. On WordPress 7.0 and later, the SDK is built into core and no additional plugin is needed.
-
Does this work on WordPress 7.0 without the AI Experiments plugin?
-
Yes. WordPress 7.0 ships the AI Client SDK in core, so this connector plugin works on its own. You only need the AI Experiments plugin if you want the experimental AI features it provides (excerpt generation, summarization, etc.).
Àwọn àgbéyẹ̀wò
Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.
Àwọn Olùkópa & Olùgbéejáde
“Ultimate AI Connector for Compatible Endpoints” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.
Àwọn OlùkópaTúmọ̀ “Ultimate AI Connector for Compatible Endpoints” sí èdè rẹ.
Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?
Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.
Àkọsílẹ̀ àwọn àyípadà
1.1.0 Ìtumọ̀ Yorùbá: – Released on 2026-04-01
- Improved: Renamed plugin to “Ultimate AI Connector for Compatible Endpoints” for clarity and trademark compliance.
- Fix: Resolved namespace declaration order that could cause fatal errors on activation.
- Fix: Corrected CI failures related to PHP 8.2 compatibility and SDK availability guard.
- Fix: Corrected plugin slug references in E2E tests.
- Improved: Added PHPUnit, Cypress E2E, and wp-env test infrastructure with GitHub Actions CI.
1.0.0
- Initial release.
- Provider registration with the WordPress AI Client.
- Settings page for endpoint URL and optional API key.
- Dynamic model discovery from any compatible endpoint.
- Extended HTTP timeout support for local inference servers.
- Non-standard port support (e.g. Ollama on 11434, LM Studio on 1234).