Title: BirbWhale AI Connector with DeepSeek
Author: Wasseem Khayrattee
Published: <strong>July 17, 2026</strong>
Last modified: July 17, 2026

---

Search plugins

![](https://ps.w.org/birbwhale/assets/banner-772x250.png?rev=3611584)

![](https://ps.w.org/birbwhale/assets/icon.svg?rev=3611584)

# BirbWhale AI Connector with DeepSeek

 By [Wasseem Khayrattee](https://profiles.wordpress.org/wkhayrattee/)

[Download](https://downloads.wordpress.org/plugin/birbwhale.1.0.2.zip)

 * [Details](https://wordpress.org/plugins/birbwhale/#description)
 * [Reviews](https://wordpress.org/plugins/birbwhale/#reviews)
 *  [Installation](https://wordpress.org/plugins/birbwhale/#installation)
 * [Development](https://wordpress.org/plugins/birbwhale/#developers)

 [Support](https://wordpress.org/support/plugin/birbwhale/)

## Description

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.

 * **What it does:** registers the DeepSeek provider so the AI Client can send prompts
   to DeepSeek and receive generated text.
 * **Data sent:** the prompt/messages, model configuration (such as temperature 
   and max tokens), and your DeepSeek API key, sent to DeepSeek’s API endpoints (`
   https://api.deepseek.com/chat/completions` and `https://api.deepseek.com/models`).
   Requests are only made when you have entered a DeepSeek API key and an AI Client
   request targets a DeepSeek model.
 * **When:** only on requests that use a DeepSeek model. The plugin makes no calls
   on its own.
 * **Service:** DeepSeek
 * **Terms of Use:** https://platform.deepseek.com/downloads/DeepSeek%20Open%20Platform%
   20Terms%20of%20Service.html
 * **Privacy Policy:** https://platform.deepseek.com/downloads/DeepSeek%20Privacy%
   20Policy.html

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.

### Support

Need a hand? Reach out through either channel — you’ll also find these on the **
BirbWhale  Get Help** screen in your dashboard:

 * **GitHub issues:** https://github.com/wkhayrattee/wp-plugin-birbwhale/issues —
   best for bugs and feature requests.
 * **Email:** birbwhale@id.captainbirb.com

## Installation

 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.

## FAQ

### 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.)

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“BirbWhale AI Connector with DeepSeek” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ Wasseem Khayrattee ](https://profiles.wordpress.org/wkhayrattee/)

[Translate “BirbWhale AI Connector with DeepSeek” into your language.](https://translate.wordpress.org/projects/wp-plugins/birbwhale)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/birbwhale/), check 
out the [SVN repository](https://plugins.svn.wordpress.org/birbwhale/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/birbwhale/) by [RSS](https://plugins.trac.wordpress.org/log/birbwhale/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.2

 * Lowered the minimum PHP requirement from 8.4 to 8.0, per the wordpress.org plugin
   directory review — the codebase has no PHP 8.1+ syntax and was verified working
   on PHP 8.0.

#### 1.0.1

 * Plugin-owned files (the error log) now live under the uploads directory instead
   of wp-content, per the plugin directory review.
 * The connector status check now goes through the AI Client API instead of reading
   the core-managed API key option directly.

#### 1.0.0

 * DeepSeek connector for the WordPress AI Client — DeepSeek appears automatically
   on Settings  Connectors with a core-managed API key; available models are discovered
   live from the DeepSeek API.
 * Branded single-menu app-shell UI (CaptainBirb navy/teal) with Dashboard, Settings,
   and Log sections.
 * Enable/disable toggle, a live status panel, and a nonce-protected error log.
 * Original plugin icon (CaptainBirb owl + whale-tail motif) and banner.
 * Full uninstall cleanup and birbwhale_* extensibility hooks.

For a detailed, structured history see CHANGELOG.md in the source repository.

## Meta

 *  Version **1.0.2**
 *  Last updated **21 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 7.0 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 8.0 or higher **
 * Tags
 * [AI](https://wordpress.org/plugins/tags/ai/)[ai client](https://wordpress.org/plugins/tags/ai-client/)
   [connector](https://wordpress.org/plugins/tags/connector/)[deepseek](https://wordpress.org/plugins/tags/deepseek/)
 *  [Advanced View](https://wordpress.org/plugins/birbwhale/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/birbwhale/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/birbwhale/reviews/)

## Contributors

 *   [ Wasseem Khayrattee ](https://profiles.wordpress.org/wkhayrattee/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/birbwhale/)