| 开发者 | linger0er |
|---|---|
| 更新时间 | 2026年7月1日 10:42 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/v1/responses/v1/chat/completionsinput format, then adapts Responses API output back into the chat-style response shape expected by the WordPress AI Client.
External Services
This plugin sends text generation requests to the API endpoint configured by the site administrator. The plugin does not contact an AI service until an administrator enters an API base URL and configures credentials.
Data sent to the configured service can include prompt text, system instructions, model configuration, and any other request fields provided by the WordPress AI Client for text generation.
If the configured endpoint is OpenAI's API, usage is subject to OpenAI's terms and privacy policy:
/wp-content/plugins/linger-ai-bridge-for-openai-compatible-apis directory, or install the plugin ZIP through the WordPress Plugins screen.Plugins screen in WordPress.Settings > Connectors and set the API key for Linger AI Bridge for OpenAI-Compatible APIs.Settings > Linger AI Bridge for OpenAI-Compatible APIs.It requires an API key for the OpenAI-compatible service configured by the site administrator.
The API key is stored through the WordPress Connectors settings for this provider. For local development, the plugin can also read LINGER_AI_BRIDGE_FOR_OPENAI_COMPATIBLE_APIS_API_KEY.
That error means a Responses API request was sent without the required input field. This plugin adapts WordPress AI Client messages payloads into Responses API input payloads for models configured to use /v1/responses.
Yes. Configure the base URL as a full HTTP URL such as http://localhost:1234/v1.