feat(nvidia): replace GLM-5.1 with GLM-5.2#3018
Merged
Merged
Conversation
NVIDIA's NIM catalog (integrate.api.nvidia.com/v1/models) no longer serves z-ai/glm-5.1 and now lists z-ai/glm-5.2 in its place. https://docs.api.nvidia.com/nim/reference/z-ai-glm-5.2 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
rekram1-node
reviewed
Jul 3, 2026
Inherit shared facts from models/zhipuai/glm-5.2.toml instead of duplicating them inline, per review feedback.
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
integrate.api.nvidia.com/v1/models) no longer listsz-ai/glm-5.1; it now servesz-ai/glm-5.2in its place.providers/nvidia/models/z-ai/glm-5.1.tomltoglm-5.2.tomland updated name/description/dates, dropped thedeprecatedstatus, bumped context to 1,000,000, and added a sourced comment for thechat_template_kwargs.enable_thinkingreasoning toggle.Closes #3002
Sources:
curl https://integrate.api.nvidia.com/v1/models(confirmsz-ai/glm-5.1absent,z-ai/glm-5.2present)Test plan
tomllibto confirm it's well-formed and has all required schema fields (nobunavailable in this environment to runbun validate)