Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions providers/digitalocean/models/glm-5.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
base_model = "zhipuai/glm-5.1"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "max"] }]

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i dont think reasoning options work at all for glm 5.1 but they do for 5.2 afaik

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.


[interleaved]
field = "reasoning_content"

[cost]
input = 0.975
output = 4.30
cache_read = 0.26
10 changes: 10 additions & 0 deletions providers/digitalocean/models/glm-5.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
base_model = "zhipuai/glm-5.2"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "max"] }]

[interleaved]
field = "reasoning_content"

[cost]
input = 1.05
output = 4.40
cache_read = 0.21
Loading