
外掛標籤
開發者團隊
② 後台搜尋「Ultimate AI Connector for Compatible Endpoints」→ 直接安裝(推薦)
原文外掛簡介
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 – Run open-source models (Llama, Mistral, Gemma, etc.) locally on your own hardware.
LM Studio – Desktop application for local LLM inference with a one-click server.
OpenRouter – Unified API providing access to 100+ models from multiple providers.
vLLM – High-throughput inference server for production deployments.
LocalAI – Drop-in replacement for running models locally.
text-generation-webui – Popular web UI with API server mode.
Any compatible endpoint – Works with any server implementing the standard format.
Requirements:
WordPress 7.0+ – The AI Client SDK is included in core. This plugin works on its own without any additional dependencies.
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/v1 for 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.
