feat: 优化模型分层并新增 gpt-5.1-codex-mini

This commit is contained in:
2026-02-15 02:07:05 +08:00
parent 294451814e
commit f4cc4c6f29
2 changed files with 20 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
"name": "GPT-5.3-Codex",
"reasoning": true,
"modalities": {
"input": ["text", "image", "pdf"],
"input": ["text", "image"],
"output": ["text"]
},
"limit": { "context": 400000, "input": 272000, "output": 128000 }
@@ -33,6 +33,15 @@
"output": ["text"]
},
"limit": { "context": 400000, "input": 272000, "output": 128000 }
},
"gpt-5.1-codex-mini": {
"name": "GPT-5.1-Codex-Mini",
"reasoning": true,
"modalities": {
"input": ["text", "image"],
"output": ["text"]
},
"limit": { "context": 400000, "input": 272000, "output": 128000 }
}
}
},