From a0b6593f662ce72282bd77412152586049cbb357 Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 13 Feb 2026 09:42:42 -0700 Subject: [PATCH] feat(crush): add GLM-5 and MiniMax M2.5 models --- dot_config/crush/crush.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dot_config/crush/crush.json b/dot_config/crush/crush.json index 020c19b4e78ffb86de3eb0714d8a303a3119370c..d2c8698a46520e38ed1fb92d1b8e2291816c9638 100644 --- a/dot_config/crush/crush.json +++ b/dot_config/crush/crush.json @@ -88,6 +88,16 @@ "default_reasoning_effort": "high", "supports_attachments": true }, + { + "id": "glm-5", + "name": "GLM 5", + "context_window": 202752, + "default_max_tokens": 20275, + "can_reason": true, + "reasoning_levels": ["low", "medium", "high"], + "default_reasoning_effort": "high", + "supports_attachments": false + }, { "id": "glm-4.7", "name": "GLM 4.7", @@ -118,6 +128,16 @@ "default_reasoning_effort": "high", "supports_attachments": false }, + { + "id": "minimax-m2.5", + "name": "MiniMax M2.5", + "context_window": 196608, + "default_max_tokens": 19660, + "can_reason": true, + "reasoning_levels": ["low", "medium", "high"], + "default_reasoning_effort": "high", + "supports_attachments": false + }, { "id": "minimax-m2.1", "name": "MiniMax M2.1",