chore: 更新模型定义参数并移除 GPT-5.2

This commit is contained in:
2026-03-16 00:06:50 +08:00
parent a6f01430ce
commit b228445039

View File

@@ -19,7 +19,7 @@
"name": "Claude Opus 4.6",
"reasoning": true,
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 200000, "output": 128000 }
"limit": { "context": 1000000, "output": 128000 }
},
"claude-sonnet-4-6": {
"name": "Claude Sonnet 4.6",
@@ -46,13 +46,7 @@
"name": "GPT-5.4",
"reasoning": true,
"modalities": { "input": ["text", "image"], "output": ["text"] },
"limit": { "context": 1050000, "input": 272000, "output": 128000 }
},
"gpt-5.2": {
"name": "GPT-5.2",
"reasoning": true,
"modalities": { "input": ["text", "image"], "output": ["text"] },
"limit": { "context": 400000, "input": 272000, "output": 128000 }
"limit": { "context": 1050000, "input": 922000, "output": 128000 }
},
"gpt-5.3-codex": {
"name": "GPT-5.3-Codex",