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