mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2082] [MERGED] feat(huaweicloud_maas_hk): add huawei cloud maas in hk region #2248
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/2082
Author: @ddling
Created: 11/17/2025
Status: ✅ Merged
Merged: 11/17/2025
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (2)
f05a718add huawei cloud maas in hk region42b2de1update manifest📊 Changes
17 files changed (+455 additions, -0 deletions)
View changed files
➕
models/huaweicloud_maas_hk/.env.example(+4 -0)➕
models/huaweicloud_maas_hk/README.md(+44 -0)➕
models/huaweicloud_maas_hk/_assets/1.png(+0 -0)➕
models/huaweicloud_maas_hk/_assets/2.png(+0 -0)➕
models/huaweicloud_maas_hk/_assets/maas_square.svg(+14 -0)➕
models/huaweicloud_maas_hk/main.py(+6 -0)➕
models/huaweicloud_maas_hk/manifest.yaml(+30 -0)➕
models/huaweicloud_maas_hk/models/llm/_position.yaml(+5 -0)➕
models/huaweicloud_maas_hk/models/llm/deepseek-r1.yaml(+27 -0)➕
models/huaweicloud_maas_hk/models/llm/deepseek-v3.1.yaml(+39 -0)➕
models/huaweicloud_maas_hk/models/llm/deepseek-v3.2.yaml(+39 -0)➕
models/huaweicloud_maas_hk/models/llm/deepseek-v3.yaml(+42 -0)➕
models/huaweicloud_maas_hk/models/llm/llm.py(+61 -0)➕
models/huaweicloud_maas_hk/models/llm/qwen3-32b.yaml(+27 -0)➕
models/huaweicloud_maas_hk/provider/maas.py(+11 -0)➕
models/huaweicloud_maas_hk/provider/maas.yaml(+103 -0)➕
models/huaweicloud_maas_hk/requirements.txt(+3 -0)📄 Description
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.3.0,<0.6.0is in 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.