Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
18 changes: 18 additions & 0 deletions models/zhipuai/glm-5.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name = "GLM-5.2"
family = "glm"
release_date = "2026-06-13"
last_updated = "2026-06-13"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = false

[limit]
context = 1_000_000
output = 131_072

[modalities]
input = ["text"]
output = ["text"]
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
name = "Kimi K2.7 Code"
family = "kimi-thinking"
release_date = "2026-06-12"
last_updated = "2026-06-12"
attachment = true
reasoning = true
base_model = "moonshotai/kimi-k2.7-code"
temperature = true
tool_call = true
open_weights = true

[[reasoning_options]]
type = "toggle"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
base_model = "moonshotai/kimi-k2.7-code"
name = "Kimi K2.7 Code Fast"
family = "kimi-thinking"
release_date = "2026-06-12"
last_updated = "2026-06-12"
attachment = true
reasoning = true
temperature = true
tool_call = true
open_weights = true

[[reasoning_options]]
type = "toggle"
Expand Down
12 changes: 1 addition & 11 deletions providers/ollama-cloud/models/kimi-k2.7-code.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
base_model = "moonshotai/kimi-k2.7-code"
name = "kimi-k2.7-code"
family = "kimi-k2"
attachment = true
reasoning = true
reasoning_options = [{ type = "toggle" }]
tool_call = true
release_date = "2026-06-12"
last_updated = "2026-06-12"
open_weights = true

[limit]
context = 262144
output = 262144

[modalities]
input = ["text", "image"]
Expand Down
19 changes: 1 addition & 18 deletions providers/zai-coding-plan/models/glm-5.2.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
name = "GLM-5.2"
family = "glm"
release_date = "2026-06-13"
last_updated = "2026-06-13"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = false
base_model = "zhipuai/glm-5.2"

[[reasoning_options]]
type = "effort"
Expand All @@ -21,11 +12,3 @@ input = 0
output = 0
cache_read = 0
cache_write = 0

[limit]
context = 1_000_000
output = 131_072

[modalities]
input = ["text"]
output = ["text"]
Loading