mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[Feature Request] Add support for GLM-5 Language Model #970
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?
Originally created by @nguyendinhduybigtreetc on GitHub (Feb 11, 2026).
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Is your feature request related to a problem? Please describe.
I would like to request the addition of the GLM-5 model series (by Zhipu AI) to the Dify Official Plugins. Currently, Dify supports earlier versions or requires custom model additions, but native plugin support for the latest GLM-5 models would greatly benefit users looking for state-of-the-art bilingual (Chinese/English) reasoning and coding capabilities.
Describe the solution you'd like
I would like to see a dedicated integration for GLM-5 within the official plugins repository. Specifically, the implementation should include:
Model Support: Support for the glm-5 model series (and specific variants like glm-5-744b, glm-5-plus, etc., if applicable via API).
API Compatibility: Implementation compatible with the Zhipu AI SDK or OpenAI-compatible API endpoints provided by Zhipu.
Streaming Support: Ensure that streaming output (stream=True) works correctly with the Dify UI.
Function Calling: If GLM-5 supports Tool/Function calling, ensure this is mapped correctly to Dify's Agent strategy.
Describe alternatives you've considered
Currently, users can use the "Custom Model" feature in Dify to connect to OpenAI-compatible endpoints, but this lacks the stability and feature completeness of a native plugin (e.g., proper model parameter mapping, official icons, and specific prompt handling).
Additional context
GLM-5 offers significant improvements in reasoning, long-context handling, and coding compared to its predecessors. Adding this officially will enhance the experience for the Chinese AI community using Dify.
API Documentation Reference:
Zhipu AI Open Platform
GLM-5 Model Card/Documentation
2. Additional context or comments
No response
3. Can you help us with this feature?