WP Manifestindependent plugin directory
manifest / ai / wordpress-custom-ai-provider

AI Provider for Any OpenAI-Compatible Provider

WordPress AI Client provider for OpenAI-compatible Responses and Chat Completions endpoints.

by Linger0 · github.com/linger0/wordpress-custom-ai-provider

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/linger0/wordpress-custom-ai-provider/archive/refs/heads/main.zip

Readme

AI Provider for Any OpenAI-Compatible Provider

AI Provider for Any OpenAI-Compatible Provider is a WordPress AI Client provider plugin for text generation services that expose OpenAI-compatible endpoints.

The plugin registers a configurable AI provider that supports both Responses-compatible and Chat Completions-compatible endpoints. It is designed for sites that need to connect the WordPress AI Client to an administrator-configured service with custom model and base URL settings.

Features

  • Custom WordPress AI Client provider registration.
  • API key integration through WordPress Connectors.
  • Configurable API base URL.
  • Multiple text generation model entries.
  • Per-model endpoint selection for /v1/responses and /v1/chat/completions.
  • Conversion of chat-style prompt payloads into Responses API input payloads.
  • Localhost-compatible endpoint support for local gateways.

Scope

This plugin focuses on text generation provider integration. It does not implement a standalone AI interface, chat UI, or content generation workflow.

Community

LINUX DO

License

GPL-2.0

Read the full README on GitHub →