Linux 软件免费装
Banner图

Koneek - AI Provider for OpenAI-Compatible

开发者 silversh
更新时间 2026年6月21日 17:33
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: AGPL-3.0-or-later
版权网址: 版权信息

标签

ai connector wordpress ai ai connector openai compatible

下载

2.0.0 2.1.0 2.2.0 1.0.0

详情介绍:

Koneek AI connects WordPress to OpenAI, Google Gemini, Anthropic Claude, and any OpenAI-compatible endpoint, all from a single plugin. It supports standard JSON and Server-Sent Events (SSE) responses from AI gateways such as OmniRoute and 9Router. No need to install separate provider plugins for each service. Built on top of the WordPress Connectors API, API keys are encrypted before being stored in the database. Add as many provider connections as you like, each with its own priority. When the WordPress AI Client makes a request, Koneek routes it to the lowest priority number first and automatically falls back to the next connection if that provider times out or returns an error — even falling back across different providers (for example, OpenAI first, then Anthropic, then Google). Features: Requirements:

安装:

  1. Upload the plugin files to /wp-content/plugins/koneek-multi-provider-ai-gateway/
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Navigate to Settings > Koneek, add one or more provider connections, set each connection's API key, model, and priority, then save.

屏幕截图:

  • AI Log when using OpenAI-Compatible API Key
  • Post title Generation using OpenAI-Compatible API Key
  • Post content replacements using OpenAI-Compatible API Key

升级注意事项:

2.2.0 Koneek now works as a standalone AI Connector without requiring a separate provider plugin. This release also improves AI feature detection, model discovery, fallback routing, and connection management from the Koneek settings page.

常见问题:

How do I configure different AI providers?

On the settings page, click "Add Provider" to create a connection. For each connection, select the provider (OpenAI, Google Gemini, Anthropic, or Custom OpenAI-compatible), enter the API key, choose a model, and set a priority number. Add more connections to build a fallback chain.

How does the priority fallback work?

Each connection has a priority number. When the WordPress AI Client makes a request, Koneek tries the connection with the lowest priority number first. If that provider times out or returns an error, it automatically retries the next connection in priority order. Because Koneek translates between the OpenAI, Anthropic, and Google request/response formats, fallback works even when the next connection uses a different provider.

How are multiple keys stored?

Each connection's API key is stored in its own encrypted option, named after the provider and the connection's name. A named connection uses koneek_api_key_{provider}_{name} (e.g. a custom_openai connection named nvidia is stored in koneek_api_key_custom_openai_nvidia), while an unnamed connection uses koneek_api_key_{provider} (e.g. koneek_api_key_openai). The name may only contain letters, numbers, and hyphens, and is lowercased in the option name. If two connections would resolve to the same option name, the later one is numbered: _2, _3, and so on.

Are my API keys stored securely?

Yes. All API keys are encrypted using AES-256-CBC before they are saved to the database. The encryption key is dynamically derived from your WordPress secret salts (defined in your wp-config.php), meaning your keys remain secure even if your database is compromised.

Does this plugin work without the PHP AI Client?

No, this plugin requires the PHP AI Client plugin to be installed and activated. It acts as a gateway that registers your credentials with the WordPress Connectors API.

更新日志:

2.2.0 2.1.0 2.0.0 1.1.0