Linux 软件免费装
Banner图

BirbWhale AI Connector with DeepSeek

开发者 wkhayrattee
更新时间 2026年7月17日 21:53
PHP版本: 8.0 及以上
WordPress版本: 7.0
版权: GPL-3.0-only
版权网址: 版权信息

标签

ai connector deepseek ai-client reasoning

下载

1.0.2

详情介绍:

BirbWhale adds DeepSeek as a provider for the WordPress AI Client introduced in WordPress 7.0. Once active, DeepSeek appears on Settings → Connectors alongside the providers shipped by WordPress (such as Anthropic, Google, and OpenAI), and any plugin built on the AI Client can use DeepSeek models. DeepSeek exposes an OpenAI-compatible API, so BirbWhale plugs straight into the same interface used by core and other connectors. Models BirbWhale does not hard-code model names. It lists whatever your DeepSeek account exposes via the API, so current and future DeepSeek models appear automatically on the Connectors screen. DeepSeek's reasoning ("thinking") output is surfaced as a separate "thought" part. How it works WordPress core owns the API key. BirbWhale registers the DeepSeek provider; WordPress then shows a DeepSeek card on Settings → Connectors, stores the key, and hands it to the AI Client at request time. BirbWhale adds a small status page (enable/disable the connector, see whether a key is set) and an error log for diagnostics. External Services This plugin enables WordPress to communicate with the DeepSeek API when a site administrator configures a DeepSeek API key and the WordPress AI Client (core or another plugin) requests a generation from a DeepSeek model. No data is sent until you provide an API key (opt-in). Trademarks & attribution "DeepSeek" and the DeepSeek logo are trademarks of their respective owner. BirbWhale shows DeepSeek's logo only on the Settings → Connectors card, to identify the provider this connector integrates with — the same way the official AI provider connectors display their providers' logos. That mark (assets/images/deepseek.svg) is the dolphin from DeepSeek's official logo (wordmark removed), sourced from: https://github.com/deepseek-ai/DeepSeek-Coder-V2/blob/main/figures/logo.svg The plugin's own branding — its directory icon, admin-menu icon, header mark, and banner — is original artwork by the plugin author (a CaptainBirb owl with an original whale-tail motif), not based on DeepSeek's logo. All rights to the DeepSeek name and logo remain with DeepSeek. BirbWhale is an independent, third-party plugin. It is not affiliated with, endorsed by, sponsored by, or otherwise associated with DeepSeek (or with OpenAI, Anthropic, Google, or any other provider mentioned). Any provider names and marks are the property of their respective owners. This plugin is provided "as is", without warranty of any kind, express or implied. To the fullest extent permitted by law, the authors and contributors accept no liability for any claim, damages, costs, or other losses arising from the use of this plugin, the use of any third-party AI provider through it, or the use of any provider name or logo. Your use of any AI provider is subject to that provider's own Terms of Use and Privacy Policy. See also the LICENSE file (GPL-3.0-only), which disclaims warranty and liability.

安装:

  1. Upload the plugin files to /wp-content/plugins/birbwhale/, or install through the WordPress Plugins screen.
  2. Activate the plugin through the 'Plugins' screen.
  3. Go to Settings → Connectors, find DeepSeek, and enter your DeepSeek API key.
  4. (Optional) Visit BirbWhale → Settings to confirm status or disable the connector without deactivating the plugin.

升级注意事项:

1.0.2 Minimum PHP requirement lowered to 8.0 (previously 8.4) — no code changes for existing sites. 1.0.1 Moves the error log to the uploads directory and reads connector status via the AI Client API. 1.0.0 Initial release.

常见问题:

Where do I enter my API key?

On Settings → Connectors. BirbWhale registers the provider; WordPress core renders the key field and stores the key securely.

Does this require WordPress 7.0?

Yes. BirbWhale relies on the WordPress AI Client that ships with WordPress 7.0. On older versions it will not register the provider.

Which DeepSeek models are supported?

All text models your DeepSeek account exposes — the list is fetched live from DeepSeek's API, so new models appear automatically. (DeepSeek is deprecating the legacy deepseek-chat / deepseek-reasoner aliases in favour of its newer models.)

更新日志:

1.0.2 1.0.1 1.0.0