mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-23 10:35:29 -04:00
[PR #1036] [MERGED] Add support for Huawei Cloud MaaS #1687
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/1036
Author: @ddling
Created: 6/4/2025
Status: ✅ Merged
Merged: 6/5/2025
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (2)
e2b3efcAdd support for Huawei Cloud MaaSd1e2cc4Update models/huaweicloud_maas/requirements.txt📊 Changes
17 files changed (+497 additions, -0 deletions)
View changed files
➕
models/huaweicloud_maas/.env.example(+4 -0)➕
models/huaweicloud_maas/README.md(+44 -0)➕
models/huaweicloud_maas/_assets/1.png(+0 -0)➕
models/huaweicloud_maas/_assets/2.png(+0 -0)➕
models/huaweicloud_maas/_assets/maas_square.svg(+14 -0)➕
models/huaweicloud_maas/main.py(+6 -0)➕
models/huaweicloud_maas/manifest.yaml(+29 -0)➕
models/huaweicloud_maas/models/llm/_position.yaml(+5 -0)➕
models/huaweicloud_maas/models/llm/deepseek-r1-0528.yaml(+27 -0)➕
models/huaweicloud_maas/models/llm/deepseek-r1.yaml(+27 -0)➕
models/huaweicloud_maas/models/llm/deepseek-v3.yaml(+27 -0)➕
models/huaweicloud_maas/models/llm/llm.py(+126 -0)➕
models/huaweicloud_maas/models/llm/qwen3-235b-a22b.yaml(+27 -0)➕
models/huaweicloud_maas/models/llm/qwen3-32b.yaml(+27 -0)➕
models/huaweicloud_maas/provider/maas.py(+28 -0)➕
models/huaweicloud_maas/provider/maas.yaml(+103 -0)➕
models/huaweicloud_maas/requirements.txt(+3 -0)📄 Description
Overview
This plugin PR provides access to the models supported by Huawei Cloud Maas API.
Configure
After installing the plugin, configure the API key and API base within the Model Provider settings. Obtain your API key from Huawei Cloud Maas. Save to use Huawei Cloud Maas. And remember to bind your Huawei Cloud account before using the API-Key.
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.2.0,<0.4.0in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.