feat: add GLM-5 model support (#14352)#15867
Merged
steipete merged 2 commits intoopenclaw:mainfrom Feb 14, 2026
Merged
Conversation
Contributor
|
Checked against current main: this exact change is not merged yet (GLM-5 synthetic model entry is still missing in src/agents/synthetic-models.ts), so leaving this PR open. |
78ef5b5 to
a641ec8
Compare
Add GLM-5 to synthetic models catalog with reasoning and vision support. - Model ID: hf:zai-org/GLM-5 - Capabilities: reasoning (true), vision (image support) - Context window: 256k tokens - Max output: 128k tokens GLM-5 is now discoverable via the model catalog and can be used with ZhipuAI provider.
a641ec8 to
0e3289a
Compare
Contributor
|
Merged via squash. Thanks @battman21! |
steipete
added a commit
to azade-c/openclaw
that referenced
this pull request
Feb 14, 2026
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: 0e3289a Co-authored-by: battman21 <[email protected]> Co-authored-by: steipete <[email protected]> Reviewed-by: @steipete
4 tasks
mverrilli
pushed a commit
to mverrilli/openclaw
that referenced
this pull request
Feb 14, 2026
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: 0e3289a Co-authored-by: battman21 <[email protected]> Co-authored-by: steipete <[email protected]> Reviewed-by: @steipete
Moufdibrm
pushed a commit
to Moufdibrm/openclaw
that referenced
this pull request
Feb 14, 2026
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: 0e3289a Co-authored-by: battman21 <[email protected]> Co-authored-by: steipete <[email protected]> Reviewed-by: @steipete
GwonHyeok
pushed a commit
to learners-superpumped/openclaw
that referenced
this pull request
Feb 15, 2026
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: 0e3289a Co-authored-by: battman21 <[email protected]> Co-authored-by: steipete <[email protected]> Reviewed-by: @steipete
cloud-neutral
pushed a commit
to cloud-neutral-toolkit/openclawbot.svc.plus
that referenced
this pull request
Feb 15, 2026
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: 0e3289a Co-authored-by: battman21 <[email protected]> Co-authored-by: steipete <[email protected]> Reviewed-by: @steipete
jiulingyun
added a commit
to jiulingyun/openclaw-cn
that referenced
this pull request
Feb 15, 2026
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
See commit history for details.
Test plan
pnpm testpasses🤖 Generated with Claude Code
Greptile Overview
Greptile Summary
This PR adds a new entry (
hf:zai-org/GLM-5) to the synthetic model catalog (src/agents/synthetic-models.ts). The synthetic provider configuration is assembled by mappingSYNTHETIC_MODEL_CATALOGthroughbuildSyntheticModelDefinition, so this change makes GLM-5 available anywhere synthetic models are enumerated (e.g., implicit provider construction and onboarding config merge paths).Confidence Score: 5/5
Last reviewed commit: b8ccbfb