feat(digitalocean): add GLM 5.1 and GLM 5.2#3022
Merged
rekram1-node merged 5 commits intoJul 4, 2026
Merged
Conversation
rekram1-node
reviewed
Jul 4, 2026
| @@ -0,0 +1,10 @@ | |||
| base_model = "zhipuai/glm-5.1" | |||
| reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "max"] }] | |||
Collaborator
There was a problem hiding this comment.
i dont think reasoning options work at all for glm 5.1 but they do for 5.2 afaik
Contributor
Author
There was a problem hiding this comment.
Good catch — updated GLM 5.1 to reasoning_options = [] (reasons but exposes no verified control, per AGENTS.md). GLM 5.2 keeps the effort scale.
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
glm-5.1andglm-5.2to the DigitalOcean providerbase_modelto inherit fromzhipuai/glm-5.1andzhipuai/glm-5.2respectivelynone|low|medium|high|max) consistent with other reasoning models on this providerPricing sources
Test plan
bun validatepasses (verified locally — no errors)