From f6d82c43a73b65ec8f8e73318d39129bc6514ab8 Mon Sep 17 00:00:00 2001 From: WSQS <17792626+WSQS@users.noreply.github.com> Date: Tue, 20 Jan 2026 10:49:21 +0800 Subject: [PATCH] feat: add GLM-4.7-Flash for zhipuai --- providers/zhipuai/models/glm-4.7-flash.toml | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 providers/zhipuai/models/glm-4.7-flash.toml 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"]