diff --git a/providers/zhipuai/models/glm-4.7-flash.toml b/providers/zhipuai/models/glm-4.7-flash.toml new file mode 100644 index 000000000..7af50a313 --- /dev/null +++ b/providers/zhipuai/models/glm-4.7-flash.toml @@ -0,0 +1,24 @@ +name = "GLM-4.7-Flash" +family = "glm-flash" +release_date = "2026-01-19" +last_updated = "2026-01-19" +attachment = false +reasoning = true +temperature = true +tool_call = true +knowledge = "2025-04" +open_weights = true + +[cost] +input = 0 +output = 0 +cache_read = 0 +cache_write = 0 + +[limit] +context = 200_000 +output = 131_072 + +[modalities] +input = ["text"] +output = ["text"]