Description
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.
- API Console: Alibaba Cloud Model Studio Console
- Available Models: Model Studio Models
- Terms of Service: Alibaba Cloud Terms of Service
Screenshots
Installation
- Upload the plugin files to
/wp-content/plugins/ai-provider-for-alibaba-cloud/ - Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure your Alibaba Cloud API key via the
DASHSCOPE_API_KEYenvironment variable or constant, or through the AI Credentials settings page
FAQ
-
How do I get an Alibaba Cloud DashScope API key?
-
- Visit the Alibaba Cloud Model Studio Console
- Create an account or log in with your Alibaba Cloud account
- Navigate to API-KEY Management
- Create a new API key
- 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.
- Report a bug: GitHub Issues
- Request a feature: GitHub Issues
- Contribute: Pull Requests
Reviews
There are no reviews for this plugin.
Contributors & Developers
“AI Provider for Alibaba Cloud” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “AI Provider for Alibaba Cloud” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
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




