mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2107] feat: add Z.Ai model provider #2264
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/2107
Author: @ous50
Created: 11/20/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (4)
7df6feefeat: add Z.Ai model provider3ea8b6ffix: Z.AI manifest and class description typoc74538ffix:change api client endpoint and remove glm-4v-plus specific code0d33548feat: add text embedding after testing📊 Changes
29 files changed (+1724 additions, -0 deletions)
View changed files
➕
models/z_ai/.env.example(+4 -0)➕
models/z_ai/README.md(+7 -0)➕
models/z_ai/_assets/icon_l_en.svg(+6 -0)➕
models/z_ai/_assets/icon_l_zh.svg(+8 -0)➕
models/z_ai/_assets/icon_s_en.svg(+219 -0)➕
models/z_ai/_assets/z.ai.png(+0 -0)➕
models/z_ai/main.py(+6 -0)➕
models/z_ai/manifest.yaml(+33 -0)➕
models/z_ai/models/_common.py(+38 -0)➕
models/z_ai/models/llm/__init__.py(+0 -0)➕
models/z_ai/models/llm/_position.yaml(+8 -0)➕
models/z_ai/models/llm/glm-4-32b-0414-128k.yaml(+78 -0)➕
models/z_ai/models/llm/glm-4.5-air.yaml(+78 -0)➕
models/z_ai/models/llm/glm-4.5-airx.yaml(+78 -0)➕
models/z_ai/models/llm/glm-4.5-flash.yaml(+79 -0)➕
models/z_ai/models/llm/glm-4.5-x.yaml(+78 -0)➕
models/z_ai/models/llm/glm-4.5.yaml(+78 -0)➕
models/z_ai/models/llm/glm-4.5v.yaml(+68 -0)➕
models/z_ai/models/llm/glm-4.6.yaml(+78 -0)➕
models/z_ai/models/llm/llm.py(+560 -0)...and 9 more files
📄 Description
Related Issues or Context
This PR contains Changes to Model-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.