mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Hugelung/gpt 4.5 (#1999)
* Add gpt-4.5-preview * changeset --------- Co-authored-by: Andrei Edell <andrei@nugbase.com>
This commit is contained in:
parent
ff0eb8fa77
commit
43e939666d
2 changed files with 13 additions and 0 deletions
5
.changeset/rare-cougars-look.md
Normal file
5
.changeset/rare-cougars-look.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"claude-dev": minor
|
||||
---
|
||||
|
||||
GPT 4.5 Preview added
|
||||
|
|
@ -453,6 +453,14 @@ export const openAiNativeModels = {
|
|||
inputPrice: 0.15,
|
||||
outputPrice: 0.6,
|
||||
},
|
||||
"gpt-4.5-preview": {
|
||||
maxTokens: 16_384,
|
||||
contextWindow: 128_000,
|
||||
supportsImages: true,
|
||||
supportsPromptCache: false,
|
||||
inputPrice: 75,
|
||||
outputPrice: 150,
|
||||
}
|
||||
} as const satisfies Record<string, ModelInfo>
|
||||
|
||||
// Azure OpenAI
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue