From b4b8c43ea94c709cd387e27d7c8fbe8ceaa49d75 Mon Sep 17 00:00:00 2001 From: iocron Date: Mon, 12 Jan 2026 00:40:43 +0100 Subject: [PATCH] feat: add ollama glm-4.7 --- .../ollama-cloud/models/glm-4.7:cloud.toml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 providers/ollama-cloud/models/glm-4.7:cloud.toml diff --git a/providers/ollama-cloud/models/glm-4.7:cloud.toml b/providers/ollama-cloud/models/glm-4.7:cloud.toml new file mode 100644 index 000000000..32c6bad01 --- /dev/null +++ b/providers/ollama-cloud/models/glm-4.7:cloud.toml @@ -0,0 +1,20 @@ +name = "GLM-4.7" +family = "glm-4.7" +release_date = "2025-12-22" +last_updated = "2025-12-29" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +temperature = true +knowledge = "2025-04" +open_weights = true + +[limit] +context = 200_000 +output = 16_384 + +[modalities] +input = ["text"] +output = ["text"]