From 88050065def8a8274a8853e1e0f23e69054f8532 Mon Sep 17 00:00:00 2001 From: tjandy98 <3953059+tjandy98@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:14:32 +0800 Subject: [PATCH 1/4] Create zai--glm-5.2.toml --- providers/sap-ai-core/models/zai--glm-5.2.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 providers/sap-ai-core/models/zai--glm-5.2.toml diff --git a/providers/sap-ai-core/models/zai--glm-5.2.toml b/providers/sap-ai-core/models/zai--glm-5.2.toml new file mode 100644 index 0000000000..79437cab08 --- /dev/null +++ b/providers/sap-ai-core/models/zai--glm-5.2.toml @@ -0,0 +1,12 @@ +base_model = "zhipuai/glm-5.2" + +name = "zai--glm-5.2" +description = "Open flagship GLM for long-horizon coding agents and million-token context work" +reasoning_options = [{ type = "effort", values = ["high", "max"] }] + +[interleaved] +field = "reasoning_content" + +[cost] +input = 0.00 +output = 0.00 From 29295c63714848186a96257a217845fdcdc1229f Mon Sep 17 00:00:00 2001 From: tjandy98 <3953059+tjandy98@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:18:03 +0800 Subject: [PATCH 2/4] Update zai--glm-5.2.toml --- providers/sap-ai-core/models/zai--glm-5.2.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/providers/sap-ai-core/models/zai--glm-5.2.toml b/providers/sap-ai-core/models/zai--glm-5.2.toml index 79437cab08..fedc153583 100644 --- a/providers/sap-ai-core/models/zai--glm-5.2.toml +++ b/providers/sap-ai-core/models/zai--glm-5.2.toml @@ -7,6 +7,10 @@ reasoning_options = [{ type = "effort", values = ["high", "max"] }] [interleaved] field = "reasoning_content" +[limit] +context = 128_000 +output = 128_000 + [cost] input = 0.00 output = 0.00 From c8009e0ebaadbe57315255761ece81c11dce7b17 Mon Sep 17 00:00:00 2001 From: tjandy98 <3953059+tjandy98@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:38:29 +0800 Subject: [PATCH 3/4] Update zai--glm-5.2.toml --- providers/sap-ai-core/models/zai--glm-5.2.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/sap-ai-core/models/zai--glm-5.2.toml b/providers/sap-ai-core/models/zai--glm-5.2.toml index fedc153583..2096a8f24f 100644 --- a/providers/sap-ai-core/models/zai--glm-5.2.toml +++ b/providers/sap-ai-core/models/zai--glm-5.2.toml @@ -1,7 +1,7 @@ base_model = "zhipuai/glm-5.2" name = "zai--glm-5.2" -description = "Open flagship GLM for long-horizon coding agents and million-token context work" +description = "Open flagship GLM for long-horizon coding agents" reasoning_options = [{ type = "effort", values = ["high", "max"] }] [interleaved] From 532bb59106d69e5dd7afcfe55d95fa170ea484ab Mon Sep 17 00:00:00 2001 From: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Date: Fri, 10 Jul 2026 10:12:43 -0500 Subject: [PATCH 4/4] Remove description from zai--glm-5.2 model Removed description field from the model configuration. --- providers/sap-ai-core/models/zai--glm-5.2.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/providers/sap-ai-core/models/zai--glm-5.2.toml b/providers/sap-ai-core/models/zai--glm-5.2.toml index 2096a8f24f..89972cccb2 100644 --- a/providers/sap-ai-core/models/zai--glm-5.2.toml +++ b/providers/sap-ai-core/models/zai--glm-5.2.toml @@ -1,7 +1,6 @@ base_model = "zhipuai/glm-5.2" name = "zai--glm-5.2" -description = "Open flagship GLM for long-horizon coding agents" reasoning_options = [{ type = "effort", values = ["high", "max"] }] [interleaved]