chore: 移除 gpt-5.3-codex 配置并切换 deep 分类模型至 gpt-5.4

This commit is contained in:
2026-04-02 21:47:56 +08:00
parent b759c48def
commit 58e2f2e765
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -18,12 +18,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,