diff --git a/models/zhipuai/glm-5.2.toml b/models/zhipuai/glm-5.2.toml new file mode 100644 index 0000000000..82c36e20b0 --- /dev/null +++ b/models/zhipuai/glm-5.2.toml @@ -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"] diff --git a/providers/fireworks-ai/models/accounts/fireworks/models/kimi-k2p7-code.toml b/providers/fireworks-ai/models/accounts/fireworks/models/kimi-k2p7-code.toml index 3759d1a249..34d675c59f 100644 --- a/providers/fireworks-ai/models/accounts/fireworks/models/kimi-k2p7-code.toml +++ b/providers/fireworks-ai/models/accounts/fireworks/models/kimi-k2p7-code.toml @@ -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" diff --git a/providers/fireworks-ai/models/accounts/fireworks/routers/kimi-k2p7-code-fast.toml b/providers/fireworks-ai/models/accounts/fireworks/routers/kimi-k2p7-code-fast.toml index 7cd9d41d0a..ffdd3d3203 100644 --- a/providers/fireworks-ai/models/accounts/fireworks/routers/kimi-k2p7-code-fast.toml +++ b/providers/fireworks-ai/models/accounts/fireworks/routers/kimi-k2p7-code-fast.toml @@ -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" diff --git a/providers/ollama-cloud/models/kimi-k2.7-code.toml b/providers/ollama-cloud/models/kimi-k2.7-code.toml index c0b2b570e1..e5ddc85c64 100644 --- a/providers/ollama-cloud/models/kimi-k2.7-code.toml +++ b/providers/ollama-cloud/models/kimi-k2.7-code.toml @@ -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"] diff --git a/providers/zai-coding-plan/models/glm-5.2.toml b/providers/zai-coding-plan/models/glm-5.2.toml index 3aefcef77e..64ae3c242e 100644 --- a/providers/zai-coding-plan/models/glm-5.2.toml +++ b/providers/zai-coding-plan/models/glm-5.2.toml @@ -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" @@ -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"]