From fa4e9f0b719f9b91e8326d9095268b42fc76a65d Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 9 May 2026 09:30:57 -0600 Subject: [PATCH] crush: update model list --- dot_config/crush/crush.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/dot_config/crush/crush.json b/dot_config/crush/crush.json index 2e251ac579766d8e0f41ea50e9d663d6633b5048..0e6e858476468019710e3dd565bd7b4a71af7612 100644 --- a/dot_config/crush/crush.json +++ b/dot_config/crush/crush.json @@ -109,8 +109,8 @@ "supports_attachments": false }, { - "id": "gpt-5.4", - "name": "GPT 5.4", + "id": "gpt-5.5", + "name": "GPT 5.5", "context_window": 1050000, "default_max_tokens": 210000, "can_reason": true, @@ -148,6 +148,14 @@ "can_reason": true, "supports_attachments": true }, + { + "id": "kimi-k2.6-fast", + "name": "Kimi K2.6 Fast", + "context_window": 262144, + "default_max_tokens": 52428, + "can_reason": false, + "supports_attachments": true + }, { "id": "kimi-k2.6h", "name": "Kimi K2.6h", @@ -191,8 +199,8 @@ { "id": "qwen3.6-35b-a3b", "name": "Qwen 3.6 35B", - "context_window": 131072, - "default_max_tokens": 26214, + "context_window": 65536, + "default_max_tokens": 13107, "can_reason": true, "supports_attachments": true }