From 4f8fa41e1c5d900a2c096dfc6dbf56d74b5f2837 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Sun, 15 Mar 2026 13:14:50 -0400 Subject: [PATCH] feat(zai): add GLM-5-Turbo (#213) --- 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 76da1e0c1e8d4746df7bea9b327cf1d2d7f527b8..7370b6280506ed79a6e0a84da6730fb8938bb5ff 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-turbo", + "name": "GLM-5-Turbo", + "cost_per_1m_in": 1.2, + "cost_per_1m_out": 4.0, + "cost_per_1m_in_cached": 0.24, + "context_window": 200000, + "default_max_tokens": 128000, + "can_reason": true, + "supports_attachments": false + }, { "id": "glm-5", "name": "GLM-5",