@@ -7,6 +7,20 @@
"default_large_model_id": "gpt-5.4",
"default_small_model_id": "gpt-5.4-nano",
"models": [
+ {
+ "id": "gpt-5.5",
+ "name": "GPT-5.5",
+ "cost_per_1m_in": 5,
+ "cost_per_1m_out": 30,
+ "cost_per_1m_in_cached": 0.5,
+ "cost_per_1m_out_cached": 0,
+ "context_window": 1050000,
+ "default_max_tokens": 128000,
+ "can_reason": true,
+ "reasoning_levels": ["low", "medium", "high", "xhigh"],
+ "default_reasoning_effort": "medium",
+ "supports_attachments": true
+ },
{
"id": "gpt-5.4",
"name": "GPT-5.4",