chore: 添加 GPT-5.4 模型定义

This commit is contained in:
2026-03-06 10:25:16 +08:00
parent 9c5bfe4c86
commit edb4d1504f

View File

@@ -43,6 +43,12 @@
"apiKey": "{env:LITELLM_API_KEY}"
},
"models": {
"gpt-5.4": {
"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,