WP Manifestindependent plugin directory
manifest / ai / ai-connector-openrouter-wordpress

AI Connector for OpenRouter

WordPress plugin that adds an OpenRouter AI provider connector via the WordPress 7.0 Connectors API, enabling native admin setup and secure API key configuration.

by aiiddqd · github.com/aiiddqd/ai-connector-openrouter-wordpress · website

3stars
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/aiiddqd/ai-connector-openrouter-wordpress/archive/refs/heads/main.zip

Declares an update source (aiiddqd/ai-connector-openrouter-wordpress), so updates arrive through the plugin's own updater.

From the readme

OpenRouter Connector for WordPress OpenRouter Connector for WordPress adds an AI provider connector via the WordPress 7.0 Connectors API, so site owners can configure OpenRouter as an AI backend from a native admin screen. The plugin registers an aiprovider connector with apikey authentication, exposes a credentials link, and integrates with the WP AI Client for automatic provider discovery. WordPress AI API — Documentation WP Plugin and PHP AI Client SDK - WordPress AI plugin — the official AI plugin, built on top of the PHP SDK; primary consumer of provider connectors; source of truth for AI features and experiments in WP Admin - wordpress/php-ai-client on GitHub — provider-agnostic PHP SDK bundled in WP 7.0 core; AiClient, PromptBuilder, provider registry - wp-ai-client WordPress plugin (deprecated in 7.0+) — the predecessor plugin; REST API endpoints and JS API still active Core Announcements (WordPress 7.0) - Introducing the AI Client in WordPress 7.0 — wpaiclientprompt(), builder methods, feature detection, REST integration - Introducing the Connectors API in WordPress 7.0 — connector registration, API key management, admin UI, wpconnectorsinit - WordPress 7.0 Beta 1 ann

Read the full README on GitHub →