merge upstream

This commit is contained in:
2026-04-24 20:05:06 +08:00
5 changed files with 19 additions and 29 deletions
+10 -10
View File
@@ -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,
@@ -88,11 +94,11 @@
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 204800, "output": 131072 }
},
"glm-5": {
"name": "GLM-5",
"kimi-k2.6": {
"name": "Kimi K2.6",
"reasoning": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 204800, "output": 131072 }
"modalities": { "input": ["text", "image", "video"], "output": ["text"] },
"limit": { "context": 262144, "output": 65536 }
},
"kimi-k2p5-turbo": {
"name": "Kimi K2.5 Turbo",
@@ -100,12 +106,6 @@
"modalities": { "input": ["text", "image"], "output": ["text"] },
"limit": { "context": 256000, "output": 256000 }
},
"kimi-k2.5": {
"name": "Kimi K2.5",
"reasoning": true,
"modalities": { "input": ["text", "image", "video"], "output": ["text"] },
"limit": { "context": 262144, "output": 262144 }
},
"minimax-m2.7": {
"name": "MiniMax M2.7",
"reasoning": true,