mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-11 22:51:26 +00:00
Add o1-pro to api.ts (#2433)
Add the o1-pro model to the openai section. Sourced model info from: https://platform.openai.com/docs/models/o1-pro
This commit is contained in:
parent
75ba1db3ca
commit
16d8f14371
1 changed files with 8 additions and 0 deletions
|
|
@ -776,6 +776,14 @@ export const openAiNativeModels = {
|
|||
outputPrice: 4.4,
|
||||
reasoningEffort: "low",
|
||||
},
|
||||
"o1-pro": {
|
||||
maxTokens: 100_000,
|
||||
contextWindow: 200_000,
|
||||
supportsImages: true,
|
||||
supportsPromptCache: false,
|
||||
inputPrice: 150,
|
||||
outputPrice: 600,
|
||||
},
|
||||
o1: {
|
||||
maxTokens: 100_000,
|
||||
contextWindow: 200_000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue