chore: add model gpt-5.5

This commit is contained in:
shaw
2026-04-23 17:28:01 +08:00
parent 827a4498e0
commit 3fe4fd4c35
5 changed files with 37 additions and 1 deletions

View File

@@ -633,6 +633,22 @@ function generateOpenCodeConfig(platform: string, baseUrl: string, apiKey: strin
xhigh: {}
}
},
'gpt-5.5': {
name: 'GPT-5.5',
limit: {
context: 1050000,
output: 128000
},
options: {
store: false
},
variants: {
low: {},
medium: {},
high: {},
xhigh: {}
}
},
'gpt-5.4': {
name: 'GPT-5.4',
limit: {