chore: 更新模型定义参数并移除 GPT-5.2
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
"name": "Claude Opus 4.6",
|
"name": "Claude Opus 4.6",
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
|
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
|
||||||
"limit": { "context": 200000, "output": 128000 }
|
"limit": { "context": 1000000, "output": 128000 }
|
||||||
},
|
},
|
||||||
"claude-sonnet-4-6": {
|
"claude-sonnet-4-6": {
|
||||||
"name": "Claude Sonnet 4.6",
|
"name": "Claude Sonnet 4.6",
|
||||||
@@ -46,13 +46,7 @@
|
|||||||
"name": "GPT-5.4",
|
"name": "GPT-5.4",
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
"modalities": { "input": ["text", "image"], "output": ["text"] },
|
"modalities": { "input": ["text", "image"], "output": ["text"] },
|
||||||
"limit": { "context": 1050000, "input": 272000, "output": 128000 }
|
"limit": { "context": 1050000, "input": 922000, "output": 128000 }
|
||||||
},
|
|
||||||
"gpt-5.2": {
|
|
||||||
"name": "GPT-5.2",
|
|
||||||
"reasoning": true,
|
|
||||||
"modalities": { "input": ["text", "image"], "output": ["text"] },
|
|
||||||
"limit": { "context": 400000, "input": 272000, "output": 128000 }
|
|
||||||
},
|
},
|
||||||
"gpt-5.3-codex": {
|
"gpt-5.3-codex": {
|
||||||
"name": "GPT-5.3-Codex",
|
"name": "GPT-5.3-Codex",
|
||||||
|
|||||||
Reference in New Issue
Block a user