feat(pi): add gpt 5.4

Amolith created

Change summary

dot_config/pi/models.json | 11 +++++++++++
1 file changed, 11 insertions(+)

Detailed changes

dot_config/pi/models.json 🔗

@@ -31,6 +31,17 @@
 						"supportsDeveloperRole": false
 					}
 				},
+				{
+					"id": "gpt-5.4",
+					"name": "GPT 5.4",
+					"reasoning": true,
+					"supportsReasoningEffort": true,
+					"supportsDeveloperRole": false,
+					"input": ["text", "image"],
+					"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
+					"contextWindow": 400000,
+					"maxTokens": 128000
+				},
 				{
 					"id": "gpt-5.3-codex",
 					"name": "GPT 5.3 Codex",