1
0
forked from agents/opencode

chore: 移除 GPT-5.3-Codex 模型定义并升级 deep 类别至 GPT-5.4

This commit is contained in:
2026-04-02 21:45:37 +08:00
parent cf5f6470ab
commit 092acf0659
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -45,12 +45,6 @@
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 1050000, "input": 922000, "output": 128000 }
},
"gpt-5.3-codex": {
"name": "GPT-5.3-Codex",
"reasoning": true,
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 400000, "input": 272000, "output": 128000 }
},
"gpt-5.4-mini": {
"name": "GPT-5.4 mini",
"reasoning": true,