pi: update model list

Amolith created

Change summary

dot_config/pi/models.json | 26 ++++++++++++++++++++++----
1 file changed, 22 insertions(+), 4 deletions(-)

Detailed changes

dot_config/pi/models.json 🔗

@@ -186,8 +186,8 @@
 					}
 				},
 				{
-					"id": "gpt-5.4",
-					"name": "GPT 5.4",
+					"id": "gpt-5.5",
+					"name": "GPT 5.5",
 					"reasoning": true,
 					"input": ["text", "image"],
 					"cost": {
@@ -275,6 +275,24 @@
 						"supportsDeveloperRole": false
 					}
 				},
+				{
+					"id": "kimi-k2.6-fast",
+					"name": "Kimi K2.6 Fast",
+					"reasoning": false,
+					"input": ["text", "image"],
+					"cost": {
+						"input": 0,
+						"output": 0,
+						"cacheRead": 0,
+						"cacheWrite": 0
+					},
+					"contextWindow": 262144,
+					"maxTokens": 52428,
+					"compat": {
+						"supportsReasoningEffort": false,
+						"supportsDeveloperRole": false
+					}
+				},
 				{
 					"id": "kimi-k2.6h",
 					"name": "Kimi K2.6h",
@@ -376,8 +394,8 @@
 						"cacheRead": 0,
 						"cacheWrite": 0
 					},
-					"contextWindow": 131072,
-					"maxTokens": 26214,
+					"contextWindow": 65536,
+					"maxTokens": 13107,
 					"compat": {
 						"supportsReasoningEffort": true,
 						"supportsDeveloperRole": false