crush,pi: update model lists

Amolith created

Change summary

dot_config/crush/crush.json | 22 ++++++++++----------
dot_config/pi/models.json   | 42 +++++++++++++++++++-------------------
2 files changed, 32 insertions(+), 32 deletions(-)

Detailed changes

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
 				}
 			]
 		}

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
+					}
 				}
 			]
 		},