mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1831] [MERGED] Add new model plugin: gmicloud #2106
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/1831
Author: @Alas129
Created: 10/10/2025
Status: ✅ Merged
Merged: 11/5/2025
Merged by: @crazywoola
Base:
main← Head:feat/gmicloud📝 Commits (6)
1b3b59eInitiate adding GMI Cloud as Dify providereb10975Revert "Initiate adding GMI Cloud as Dify provider"4cb2b87Merge branch 'langgenius:main' into mainbf8065cAdd gmicloud model plugin5488b6dUpdate model configurations and add privacy documentation000b4b0Update README built-in models📊 Changes
23 files changed (+855 additions, -0 deletions)
View changed files
➕
models/gmicloud/PRIVACY.md(+116 -0)➕
models/gmicloud/README.md(+32 -0)➕
models/gmicloud/_assets/icon_gmi_black.svg(+6 -0)➕
models/gmicloud/_assets/icon_gmi_small.svg(+3 -0)➕
models/gmicloud/_assets/icon_gmi_white.svg(+1 -0)➕
models/gmicloud/main.py(+6 -0)➕
models/gmicloud/manifest.yaml(+42 -0)➕
models/gmicloud/models/llm/__init__.py(+0 -0)➕
models/gmicloud/models/llm/_position.yaml(+19 -0)➕
models/gmicloud/models/llm/deepseek-v3-0324.yaml(+36 -0)➕
models/gmicloud/models/llm/deepseek-v31.yaml(+37 -0)➕
models/gmicloud/models/llm/deepseek-v32-exp.yaml(+37 -0)➕
models/gmicloud/models/llm/llama4-scout-17b-16e-instruct.yaml(+36 -0)➕
models/gmicloud/models/llm/llm.py(+129 -0)➕
models/gmicloud/models/llm/openai-gpt-oss-120b.yaml(+37 -0)➕
models/gmicloud/models/llm/qwen3-235b-a22b-thinking-2507-fp8.yaml(+37 -0)➕
models/gmicloud/models/llm/qwen3-32b-fp8.yaml(+37 -0)➕
models/gmicloud/models/llm/qwen3-coder-480b-a35b-instruct-fp8.yaml(+36 -0)➕
models/gmicloud/models/llm/qwen3-next-80b-a3b-instruct.yaml(+36 -0)➕
models/gmicloud/models/llm/zai-glm46.yaml(+37 -0)...and 3 more files
📄 Description
GMI Cloud Model Plugin
GMI Cloud model reference: link
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.