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"]