feat(models): add Zhipu GLM model configuration examples#2959
Open
YuanyuanMa03 wants to merge 1 commit into
Open
feat(models): add Zhipu GLM model configuration examples#2959YuanyuanMa03 wants to merge 1 commit into
YuanyuanMa03 wants to merge 1 commit into
Conversation
Add configuration examples for Zhipu AI GLM series models: - glm-5.1: General flagship model with thinking support - glm-4.6v: Multimodal vision model - glm-4-long: Long context model (128K) - glm-5.1-coding: Coding-specific endpoint Uses OpenAI-compatible API via langchain_openai:ChatOpenAI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
config.example.yamlWhat
Added commented configuration examples for 4 Zhipu GLM models:
glm-5.1: General flagship model with deep thinking supportglm-4.6v: Multimodal vision model for image understandingglm-4-long: Long context model (128K tokens)glm-5.1-coding: Coding-specific endpointWhy
Zhipu AI is a leading Chinese LLM provider with OpenAI-compatible API. Users can now easily configure GLM models in DeerFlow without manually writing configuration.
How
langchain_openai:ChatOpenAI(OpenAI-compatible)https://open.bigmodel.cn/api/paas/v4(general) or/api/coding/paas/v4(coding)$ZHIPU_API_KEYTest plan
config.example.yamlChecklist