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",