Skip to content

Commit 79e5f56

Browse files
authored
Merge pull request RooCodeInc#1098 from marvijo-code/feature/gpt-4o-price-update
gpt 4o price update
2 parents de1519a + a7c842f commit 79e5f56

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
@@ -622,8 +622,8 @@ export const openAiNativeModels = {
622622
contextWindow: 128_000,
623623
supportsImages: true,
624624
supportsPromptCache: false,
625-
inputPrice: 5,
626-
outputPrice: 15,
625+
inputPrice: 2.5,
626+
outputPrice: 10,
627627
},
628628
"gpt-4o-mini": {
629629
maxTokens: 16_384,

0 commit comments

Comments
 (0)