chore: 添加 GPT-5.5 模型配置
This commit is contained in:
@@ -39,6 +39,12 @@
|
||||
"apiKey": "{env:AI_GATEWAY_API_KEY}"
|
||||
},
|
||||
"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": {
|
||||
"name": "GPT-5.4",
|
||||
"reasoning": true,
|
||||
|
||||
Reference in New Issue
Block a user