Skip to content

feat: add GLM-5 model support (#14352)#15867

Merged
steipete merged 2 commits intoopenclaw:mainfrom
battman21:feature/14352-glm5-model-support
Feb 14, 2026
Merged

feat: add GLM-5 model support (#14352)#15867
steipete merged 2 commits intoopenclaw:mainfrom
battman21:feature/14352-glm5-model-support

Conversation

@battman21
Copy link
Contributor

@battman21 battman21 commented Feb 14, 2026

Summary

See commit history for details.

Test plan

  • pnpm test passes
  • No regressions

🤖 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 mapping SYNTHETIC_MODEL_CATALOG through buildSyntheticModelDefinition, 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

  • This PR is safe to merge with minimal risk.
  • The change is a single, schema-conformant addition to a static model catalog. It does not alter control flow or provider normalization logic, and the new entry matches the existing catalog shape used throughout provider assembly.
  • No files require special attention

Last reviewed commit: b8ccbfb

@openclaw-barnacle openclaw-barnacle bot added agents Agent runtime and tooling size: XS labels Feb 14, 2026
@steipete
Copy link
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.

@steipete steipete force-pushed the feature/14352-glm5-model-support branch 2 times, most recently from 78ef5b5 to a641ec8 Compare February 14, 2026 01:12
battman21 and others added 2 commits February 14, 2026 02:13
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.
@steipete steipete force-pushed the feature/14352-glm5-model-support branch from a641ec8 to 0e3289a Compare February 14, 2026 01:13
@steipete steipete merged commit 87b31ac into openclaw:main Feb 14, 2026
9 checks passed
@steipete
Copy link
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agents Agent runtime and tooling size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments