diff --git a/dot_config/crush/crush.json b/dot_config/crush/crush.json index 0e6e858476468019710e3dd565bd7b4a71af7612..8aa286b233d9fd432dc2f397401ea12ff3aaa94d 100644 --- a/dot_config/crush/crush.json +++ b/dot_config/crush/crush.json @@ -45,7 +45,7 @@ "supports_attachments": true }, { - "id": "deepseek-v4-proh", + "id": "deepseek-v4-pro-h", "name": "DeepSeek V4 Pro H", "context_window": 600000, "default_max_tokens": 120000, @@ -60,14 +60,6 @@ "can_reason": true, "supports_attachments": true }, - { - "id": "gemini-3.1-pro-preview", - "name": "Gemini 3.1 Pro Preview", - "context_window": 1000000, - "default_max_tokens": 200000, - "can_reason": true, - "supports_attachments": true - }, { "id": "gemma-4-26b-a4b", "name": "Gemma 4 26B A4B", @@ -199,10 +191,18 @@ { "id": "qwen3.6-35b-a3b", "name": "Qwen 3.6 35B", - "context_window": 65536, - "default_max_tokens": 13107, + "context_window": 131072, + "default_max_tokens": 26214, "can_reason": true, "supports_attachments": true + }, + { + "id": "qwen3.6-35b-fast", + "name": "Qwen 3.6 35B Fast", + "context_window": 131072, + "default_max_tokens": 26214, + "can_reason": false, + "supports_attachments": true } ] } diff --git a/dot_config/pi/models.json b/dot_config/pi/models.json index 691c2938c6d5e83ce79f66cc82999ef826a979b5..dfadb3f2e89d5155fc328f12903fe1e8259055d2 100644 --- a/dot_config/pi/models.json +++ b/dot_config/pi/models.json @@ -42,7 +42,7 @@ } }, { - "id": "deepseek-v4-proh", + "id": "deepseek-v4-pro-h", "name": "DeepSeek V4 Pro H", "reasoning": true, "input": ["text"], @@ -77,24 +77,6 @@ "supportsDeveloperRole": false } }, - { - "id": "gemini-3.1-pro-preview", - "name": "Gemini 3.1 Pro Preview", - "reasoning": true, - "input": ["text", "image"], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 1000000, - "maxTokens": 200000, - "compat": { - "supportsReasoningEffort": true, - "supportsDeveloperRole": false - } - }, { "id": "gemma-4-26b-a4b", "name": "Gemma 4 26B A4B", @@ -394,12 +376,30 @@ "cacheRead": 0, "cacheWrite": 0 }, - "contextWindow": 65536, - "maxTokens": 13107, + "contextWindow": 131072, + "maxTokens": 26214, "compat": { "supportsReasoningEffort": true, "supportsDeveloperRole": false } + }, + { + "id": "qwen3.6-35b-fast", + "name": "Qwen 3.6 35B Fast", + "reasoning": false, + "input": ["text", "image"], + "cost": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "contextWindow": 131072, + "maxTokens": 26214, + "compat": { + "supportsReasoningEffort": false, + "supportsDeveloperRole": false + } } ] },