mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 10:05:23 -04:00
[PR #1396] [MERGED] feat: add glm4.5 models and implement it's core features #1870
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/1396
Author: @wellenzheng
Created: 7/31/2025
Status: ✅ Merged
Merged: 8/8/2025
Merged by: @crazywoola
Base:
main← Head:feature-glm4-5📝 Commits (10+)
7bf474cchore: update zhipuai version to 0.0.11 and modify requirements77378cb增加4.1v两个模型,增加4.5五个模型,修改原有模型设置3871159修复小问题190c794add 4.1v image support5cabe9dMerge branch 'main' into feature-glm4-5d0d597dremove json_schemaa20da3fUpdate zhipuai model configurations and dependencies2f16bebMerge branch 'main' into feature-glm4-582be5f3remove log884c139remove main.py outside📊 Changes
30 files changed (+318 additions, -71 deletions)
View changed files
📝
models/zhipuai/manifest.yaml(+6 -6)📝
models/zhipuai/models/llm/_position.yaml(+24 -13)📝
models/zhipuai/models/llm/chatglm_lite.yaml(+1 -1)📝
models/zhipuai/models/llm/chatglm_lite_32k.yaml(+1 -1)📝
models/zhipuai/models/llm/chatglm_pro.yaml(+1 -1)📝
models/zhipuai/models/llm/chatglm_std.yaml(+1 -1)📝
models/zhipuai/models/llm/glm-3-turbo.yaml(+0 -0)📝
models/zhipuai/models/llm/glm-4-air-250414.yaml(+1 -1)📝
models/zhipuai/models/llm/glm-4-air.yaml(+2 -2)📝
models/zhipuai/models/llm/glm-4-flashx-250414.yaml(+2 -2)📝
models/zhipuai/models/llm/glm-4-long.yaml(+0 -0)📝
models/zhipuai/models/llm/glm-4-plus.yaml(+2 -2)➕
models/zhipuai/models/llm/glm-4.1v-thinking-flash.yaml(+67 -0)➕
models/zhipuai/models/llm/glm-4.1v-thinking-flashx.yaml(+67 -0)📝
models/zhipuai/models/llm/glm-4.5-air.yaml(+3 -3)📝
models/zhipuai/models/llm/glm-4.5-airx.yaml(+2 -2)📝
models/zhipuai/models/llm/glm-4.5-flash.yaml(+3 -2)📝
models/zhipuai/models/llm/glm-4.5-x.yaml(+2 -2)📝
models/zhipuai/models/llm/glm-4.5.yaml(+2 -2)📝
models/zhipuai/models/llm/glm-4.yaml(+0 -0)...and 10 more files
📄 Description
agent-thoughtfeatures to glm-4.5 and glm-4.1v series model YAML files for enhanced functionality.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.5.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.