From 8f07cef0433ab20a1bcb6d7b00cb8859a90b8564 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 11 Feb 2026 15:01:49 -0300 Subject: [PATCH] chore: release glm-5 via z.ai (#176) --- internal/providers/configs/zai.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/internal/providers/configs/zai.json b/internal/providers/configs/zai.json index d4cd75ae8deb249b2b355485c7a9823e7c457d69..5aa9f7947149f272d9fcb75d4ff96ca1b01f8c84 100644 --- a/internal/providers/configs/zai.json +++ b/internal/providers/configs/zai.json @@ -7,6 +7,17 @@ "default_large_model_id": "glm-4.7", "default_small_model_id": "glm-4.7-flash", "models": [ + { + "id": "glm-5", + "name": "GLM-5", + "cost_per_1m_in": 1.0, + "cost_per_1m_out": 3.2, + "cost_per_1m_in_cached": 0.2, + "context_window": 131072, + "default_max_tokens": 65536, + "can_reason": true, + "supports_attachments": false + }, { "id": "glm-4.7", "name": "GLM-4.7",