Skip to content

Commit d9c01a6

Browse files
committed
chore(models): remove deprecated GPT-5.x models from codex-free catalog
1 parent 94c1b25 commit d9c01a6

1 file changed

Lines changed: 0 additions & 70 deletions

File tree

internal/registry/models/models.json

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,76 +1314,6 @@
13141314
}
13151315
],
13161316
"codex-free": [
1317-
{
1318-
"id": "gpt-5.2",
1319-
"object": "model",
1320-
"created": 1765440000,
1321-
"owned_by": "openai",
1322-
"type": "openai",
1323-
"display_name": "GPT 5.2",
1324-
"version": "gpt-5.2",
1325-
"description": "Stable version of GPT 5.2",
1326-
"context_length": 400000,
1327-
"max_completion_tokens": 128000,
1328-
"supported_parameters": [
1329-
"tools"
1330-
],
1331-
"thinking": {
1332-
"levels": [
1333-
"none",
1334-
"low",
1335-
"medium",
1336-
"high",
1337-
"xhigh"
1338-
]
1339-
}
1340-
},
1341-
{
1342-
"id": "gpt-5.3-codex",
1343-
"object": "model",
1344-
"created": 1770307200,
1345-
"owned_by": "openai",
1346-
"type": "openai",
1347-
"display_name": "GPT 5.3 Codex",
1348-
"version": "gpt-5.3",
1349-
"description": "Stable version of GPT 5.3 Codex, The best model for coding and agentic tasks across domains.",
1350-
"context_length": 400000,
1351-
"max_completion_tokens": 128000,
1352-
"supported_parameters": [
1353-
"tools"
1354-
],
1355-
"thinking": {
1356-
"levels": [
1357-
"low",
1358-
"medium",
1359-
"high",
1360-
"xhigh"
1361-
]
1362-
}
1363-
},
1364-
{
1365-
"id": "gpt-5.4",
1366-
"object": "model",
1367-
"created": 1772668800,
1368-
"owned_by": "openai",
1369-
"type": "openai",
1370-
"display_name": "GPT 5.4",
1371-
"version": "gpt-5.4",
1372-
"description": "Stable version of GPT 5.4",
1373-
"context_length": 1050000,
1374-
"max_completion_tokens": 128000,
1375-
"supported_parameters": [
1376-
"tools"
1377-
],
1378-
"thinking": {
1379-
"levels": [
1380-
"low",
1381-
"medium",
1382-
"high",
1383-
"xhigh"
1384-
]
1385-
}
1386-
},
13871317
{
13881318
"id": "gpt-5.4-mini",
13891319
"object": "model",

0 commit comments

Comments
 (0)