From c8ce0db2b19f0c60153838efccbe13e926f7c4b5 Mon Sep 17 00:00:00 2001 From: Seb Duerr Date: Mon, 19 Jan 2026 07:13:10 -0800 Subject: [PATCH] Re-add zai-glm-4.6 temporarily until Jan 20, 2026 Thanks for the incredibly fast merge! We appreciate the efficiency, though we need to temporarily re-add GLM 4.6. The model will be officially deprecated on January 20, 2026. Our apologies for any confusion - we should have been clearer about the timeline in the original PR. --- providers/cerebras/models/zai-glm-4.6.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 providers/cerebras/models/zai-glm-4.6.toml diff --git a/providers/cerebras/models/zai-glm-4.6.toml b/providers/cerebras/models/zai-glm-4.6.toml new file mode 100644 index 00000000..0c75aa83 --- /dev/null +++ b/providers/cerebras/models/zai-glm-4.6.toml @@ -0,0 +1,22 @@ +name = "Z.AI GLM-4.6" +release_date = "2025-11-05" +last_updated = "2026-01-19" +attachment = false +reasoning = false +temperature = true +tool_call = true +open_weights = true + +[cost] +input = 0 +output = 0 +cache_read = 0 +cache_write = 0 + +[limit] +context = 131_072 +output = 40_960 + +[modalities] +input = ["text"] +output = ["text"]