AI Provider for Alibaba Cloud

説明

This plugin provides a third-party Alibaba Cloud Model Studio (DashScope) integration for the WordPress AI Client. It enables WordPress sites to use Alibaba’s powerful Qwen models for text generation and related AI capabilities.
It is not affiliated with, endorsed by, or sponsored by Alibaba Cloud.

Features:

  • Text generation with Qwen models
  • Chat history support for conversational AI experiences
  • Function calling (tool use) support for compatible models
  • JSON output mode for structured responses
  • Streaming response support
  • Automatic provider registration

Available models are dynamically discovered from the DashScope API, including qwen-turbo, qwen-plus, qwen-max, qwen-long, qwen-vl-plus, and qwen-coder-plus.

Requirements:

  • PHP 7.4 or higher
  • WordPress 7.0 or above
  • Alibaba Cloud DashScope API key

External Services

This plugin connects to the Alibaba Cloud Model Studio API to provide AI text generation capabilities.

Data is sent to the Model Studio API when your application code makes AI generation requests through the WordPress AI Client. The data sent includes your prompts, model configuration, and API key. No data is sent automatically — requests only occur when explicitly triggered by code using the WordPress AI Client.

スクリーンショット

インストール

  1. Upload the plugin files to /wp-content/plugins/ai-provider-for-alibaba-cloud/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure your Alibaba Cloud API key via the DASHSCOPE_API_KEY environment variable or constant, or through the AI Credentials settings page

FAQ

How do I get an Alibaba Cloud DashScope API key?

  1. Visit the Alibaba Cloud Model Studio Console
  2. Create an account or log in with your Alibaba Cloud account
  3. Navigate to API-KEY Management
  4. Create a new API key
  5. Copy and securely store your API key

Does this plugin work without the WordPress AI Client?

No, this plugin requires the WordPress AI Client (built into WordPress 7.0+) to be available. It provides the Alibaba Cloud-specific implementation that the WordPress AI Client uses.

Which Qwen model should I use?

Available models include qwen-turbo, qwen-plus, qwen-max, qwen-long, qwen-vl-plus, and qwen-coder-plus. For a complete list of available models, see the Model Studio Models page.

Is there a free tier?

Alibaba Cloud offers free trial quota for new users. Check the pricing information in the Model Studio Console for current rates and free tier availability.

What is the difference between DashScope and Qwen?

DashScope is Alibaba Cloud’s Model Studio platform — the service that hosts and provides access to AI models via API.

Qwen is the family of large language models developed by Alibaba’s research team, available through the DashScope platform.

This plugin connects your WordPress site to the DashScope API to use Qwen models.

Where can I report bugs or request features?

This plugin is open source and hosted on GitHub.

評価

このプラグインにはレビューがありません。

貢献者と開発者

AI Provider for Alibaba Cloud はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“AI Provider for Alibaba Cloud” は2ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“AI Provider for Alibaba Cloud” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

0.1.0

  • Initial release
  • Support for Qwen text generation models
  • Chat history support
  • Function calling support
  • JSON output support
  • Streaming response support
  • Dynamic model discovery from DashScope API
  • Admin settings page for API key configuration