chore: 添加 GPT-5.5 模型配置

This commit is contained in:
2026-04-24 14:26:28 +08:00
parent 3facc31494
commit ff94c77eb1
+6
View File
@@ -39,6 +39,12 @@
"apiKey": "{env:AI_GATEWAY_API_KEY}" "apiKey": "{env:AI_GATEWAY_API_KEY}"
}, },
"models": { "models": {
"gpt-5.5": {
"name": "GPT-5.5",
"reasoning": true,
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 1050000, "input": 920000, "output": 130000 }
},
"gpt-5.4": { "gpt-5.4": {
"name": "GPT-5.4", "name": "GPT-5.4",
"reasoning": true, "reasoning": true,