From c3b177ed7a233fa3c768535f9f2cc85c7d5de0ec Mon Sep 17 00:00:00 2001 From: User Date: Mon, 19 Jan 2026 12:45:35 +0000 Subject: [PATCH] feat: add Ollama GLM-4.7 model configuration file --- .../ollama-cloud/models/glm-4.7:cloud.toml | 18 ++++++++++++++++++ 1 file changed, 18 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 00000000..0fbebbae --- /dev/null +++ b/providers/ollama-cloud/models/glm-4.7:cloud.toml @@ -0,0 +1,18 @@ +name = "GLM-4.7" +family = "glm" +release_date = "2025-12-22" +last_updated = "2025-12-22" +attachment = false +reasoning = false +tool_call = true +structured_output = true +temperature = true +open_weights = true + +[limit] +context = 200_000 +output = 8_192 + +[modalities] +input = ["text"] +output = ["text"]