chore: switch small models to gpt-5.4-mini

This commit is contained in:
2026-03-31 02:41:39 +08:00
parent 7da2dfe167
commit b759c48def
2 changed files with 5 additions and 20 deletions
+1 -17
View File
@@ -3,7 +3,7 @@
"plugin": ["oh-my-opencode@latest"],
"autoupdate": false,
"model": "openai/gpt-5.4",
"small_model": "ai-gateway/minimax-m2.5",
"small_model": "openai/gpt-5.4-mini",
"provider": {
"openai": {
"npm": "@ai-sdk/openai",
@@ -31,22 +31,6 @@
"limit": { "context": 400000, "input": 272000, "output": 128000 }
}
}
},
"ai-gateway": {
"name": "AI Gateway",
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "{env:AI_GATEWAY_BASE_URL}/v1",
"apiKey": "{env:AI_GATEWAY_API_KEY}"
},
"models": {
"minimax-m2.5": {
"name": "MiniMax M2.5",
"reasoning": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 204800, "output": 131072 }
}
}
}
},
"permission": {