Skip to content

Commit edd0ac8

Browse files
authored
Merge pull request RooCodeInc#711 from hesara/fix-o1-mini-price
fix: Update pricing for OpenAI o1-mini
2 parents ce34dcd + 18e1bbf commit edd0ac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,8 @@ export const openAiNativeModels = {
559559
contextWindow: 128_000,
560560
supportsImages: true,
561561
supportsPromptCache: false,
562-
inputPrice: 3,
563-
outputPrice: 12,
562+
inputPrice: 1.1,
563+
outputPrice: 4.4,
564564
},
565565
"gpt-4o": {
566566
maxTokens: 4_096,

0 commit comments

Comments
 (0)