Update model list

Amolith created

Change summary

dot_config/pi/models.json | 87 +++++++++++++++++++++++++++++-----------
1 file changed, 63 insertions(+), 24 deletions(-)

Detailed changes

dot_config/pi/models.json 🔗

@@ -6,44 +6,57 @@
 			"api": "openai-completions",
 			"models": [
 				{
-					"id": "deepseek-v3.2",
-					"name": "DeepSeek V3.2",
+					"id": "claude-opus-4.6",
+					"name": "Claude Opus 4.6",
 					"reasoning": true,
-					"input": ["text"],
+					"input": ["text", "image"],
 					"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
-					"contextWindow": 162816,
-					"maxTokens": 32563,
+					"contextWindow": 1000000,
+					"maxTokens": 200000,
 					"compat": {
 						"supportsReasoningEffort": true,
 						"supportsDeveloperRole": false
 					}
 				},
 				{
-					"id": "gpt-oss-120b",
-					"name": "GPT OSS 120B",
+					"id": "claude-sonnet-4.6",
+					"name": "Claude Sonnet 4.6",
 					"reasoning": true,
-					"input": ["text"],
+					"input": ["text", "image"],
 					"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
-					"contextWindow": 128000,
-					"maxTokens": 25600,
+					"contextWindow": 1000000,
+					"maxTokens": 200000,
 					"compat": {
 						"supportsReasoningEffort": true,
 						"supportsDeveloperRole": false
 					}
 				},
 				{
-					"id": "gpt-5.4",
-					"name": "GPT 5.4",
+					"id": "deepseek-v3.2",
+					"name": "DeepSeek V3.2",
 					"reasoning": true,
-					"input": ["text", "image"],
+					"input": ["text"],
 					"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
-					"contextWindow": 1050000,
-					"maxTokens": 210000,
+					"contextWindow": 162816,
+					"maxTokens": 32563,
 					"compat": {
 						"supportsReasoningEffort": true,
 						"supportsDeveloperRole": false
 					}
 				},
+				{
+					"id": "devstral-small-2-24b",
+					"name": "Devstral Small 2 24B",
+					"reasoning": false,
+					"input": ["text", "image"],
+					"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
+					"contextWindow": 262144,
+					"maxTokens": 52428,
+					"compat": {
+						"supportsReasoningEffort": false,
+						"supportsDeveloperRole": false
+					}
+				},
 				{
 					"id": "gemini-3.1-flash-lite",
 					"name": "Gemini 3.1 Flash Lite Preview",
@@ -123,26 +136,26 @@
 					}
 				},
 				{
-					"id": "claude-opus-4.6",
-					"name": "Claude Opus 4.6",
+					"id": "gpt-5.4",
+					"name": "GPT 5.4",
 					"reasoning": true,
 					"input": ["text", "image"],
 					"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
-					"contextWindow": 1000000,
-					"maxTokens": 200000,
+					"contextWindow": 1050000,
+					"maxTokens": 210000,
 					"compat": {
 						"supportsReasoningEffort": true,
 						"supportsDeveloperRole": false
 					}
 				},
 				{
-					"id": "claude-sonnet-4.6",
-					"name": "Claude Sonnet 4.6",
+					"id": "gpt-oss-120b",
+					"name": "GPT OSS 120B",
 					"reasoning": true,
-					"input": ["text", "image"],
+					"input": ["text"],
 					"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
-					"contextWindow": 1000000,
-					"maxTokens": 200000,
+					"contextWindow": 128000,
+					"maxTokens": 25600,
 					"compat": {
 						"supportsReasoningEffort": true,
 						"supportsDeveloperRole": false
@@ -174,6 +187,19 @@
 						"supportsDeveloperRole": false
 					}
 				},
+				{
+					"id": "kimi-k2.6",
+					"name": "Kimi K2.6",
+					"reasoning": true,
+					"input": ["text", "image"],
+					"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
+					"contextWindow": 262144,
+					"maxTokens": 52428,
+					"compat": {
+						"supportsReasoningEffort": true,
+						"supportsDeveloperRole": false
+					}
+				},
 				{
 					"id": "kimi-k2.6h",
 					"name": "Kimi K2.6h",
@@ -238,6 +264,19 @@
 						"supportsReasoningEffort": true,
 						"supportsDeveloperRole": false
 					}
+				},
+				{
+					"id": "qwen3.6-35b-a3b",
+					"name": "Qwen 3.6 35B A3B",
+					"reasoning": true,
+					"input": ["text"],
+					"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
+					"contextWindow": 131072,
+					"maxTokens": 26214,
+					"compat": {
+						"supportsReasoningEffort": true,
+						"supportsDeveloperRole": false
+					}
 				}
 			]
 		}