Onmyodev Connector for DeepSeek

外掛說明

This plugin provides DeepSeek V4 integration for the PHP AI Client SDK. It enables WordPress sites to use DeepSeek V4 models for text generation.

Features:

  • Text generation with deepseek-v4-flash and deepseek-v4-pro models
  • Function calling support
  • JSON mode support (Read FAQ below)
  • Automatic provider registration

Requirements:

  • PHP 7.4 or higher
  • WordPress 7.0 and above
  • The plugin can work with WordPress 6.9 if wordpress/php-ai-client is installed.
  • DeepSeek API key

External Services

Because this plugin acts as an AI Connector for the newly introduced AI features in WordPress 7.0, it is essential that this plugin connects to api.deepseek.com (DeepSeek API service) to provide the required capabilities. See DeepSeek Privacy Policy and Terms of Service for more information.

The plugin itself will not actively send data to the said service, but other plugins and/or themes that use AI features may automatically use this plugin to send different types of data to it.

The actual data being sent is not controlled by this plugin, with the sole exception of JSON requests, which go through a fully offline preprocessing done by the plugin. You will need to refer to the corresponding plugins or themes to learn more.

常見問題集

How do I get a DeepSeek API key?

Visit the DeepSeek Platform to create an account and generate an API key.

Does this plugin work without the PHP AI Client?

No, this plugin requires the PHP AI Client plugin to be installed and activated. It provides the DeepSeek-specific implementation that the PHP AI Client uses.

Some of the abilities are failing!

Because the DeepSeek API doesn’t support the json_scheme response format, abilities that expects structral output, like Comment Analysis, Content Classification, Review Notes, can only be implemented via the weaker json_object and may fail, although unlikely. This cannot be fixed until DeepSeek updates their API. Image Generation are not supported at all. All preprocessing happens entirely offline.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Onmyodev Connector for DeepSeek〉的開發相關工作。

參與者

〈Onmyodev Connector for DeepSeek〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Onmyodev Connector for DeepSeek〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.2.0

  • Updated the plugin to support the latest deepseek-flash model which supports image recognition.
  • Adds WordPress 6.9 to the supported versions.

1.1.0

  • Tested and verified that the plugin works for WordPress 7.1. No new features are introduced.

1.0.0

  • Initial release