Skip to content

Commit f6ee980

Browse files
committed
Revert "Add GPT-5.5 OpenAI models"
This reverts commit c2feba1.
1 parent f2710f0 commit f6ee980

1 file changed

Lines changed: 0 additions & 39 deletions

File tree

packages/opencode/test/tool/fixtures/models-api.json

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -845,23 +845,6 @@
845845
"cost": { "input": 30, "output": 180, "context_over_200k": { "input": 60, "output": 270 } },
846846
"limit": { "context": 1050000, "input": 922000, "output": 128000 }
847847
},
848-
"gpt-5.5-pro": {
849-
"id": "gpt-5.5-pro",
850-
"name": "GPT-5.5 Pro",
851-
"family": "gpt-pro",
852-
"attachment": true,
853-
"reasoning": true,
854-
"tool_call": true,
855-
"structured_output": false,
856-
"temperature": false,
857-
"knowledge": "2025-08-31",
858-
"release_date": "2026-04-23",
859-
"last_updated": "2026-04-23",
860-
"modalities": { "input": ["text", "image"], "output": ["text"] },
861-
"open_weights": false,
862-
"cost": { "input": 30, "output": 180, "context_over_200k": { "input": 60, "output": 270 } },
863-
"limit": { "context": 1050000, "input": 922000, "output": 128000 }
864-
},
865848
"o3-mini": {
866849
"id": "o3-mini",
867850
"name": "o3-mini",
@@ -1139,28 +1122,6 @@
11391122
},
11401123
"limit": { "context": 1050000, "input": 922000, "output": 128000 }
11411124
},
1142-
"gpt-5.5": {
1143-
"id": "gpt-5.5",
1144-
"name": "GPT-5.5",
1145-
"family": "gpt",
1146-
"attachment": true,
1147-
"reasoning": true,
1148-
"tool_call": true,
1149-
"structured_output": true,
1150-
"temperature": false,
1151-
"knowledge": "2025-08-31",
1152-
"release_date": "2026-04-23",
1153-
"last_updated": "2026-04-23",
1154-
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
1155-
"open_weights": false,
1156-
"cost": {
1157-
"input": 2.5,
1158-
"output": 15,
1159-
"cache_read": 0.25,
1160-
"context_over_200k": { "input": 5, "output": 22.5, "cache_read": 0.5 }
1161-
},
1162-
"limit": { "context": 1050000, "input": 922000, "output": 128000 }
1163-
},
11641125
"o1": {
11651126
"id": "o1",
11661127
"name": "o1",

0 commit comments

Comments
 (0)