Skip to content

Commit 1e06cf0

Browse files
authored
Update pricing for O3 family models (RooCodeInc#4143)
1 parent 980bddb commit 1e06cf0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/angry-terms-mate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"claude-dev": patch
3+
---
4+
5+
updating o3 model pricing

src/shared/api.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -917,9 +917,9 @@ export const openAiNativeModels = {
917917
contextWindow: 200_000,
918918
supportsImages: true,
919919
supportsPromptCache: true,
920-
inputPrice: 10.0,
921-
outputPrice: 40.0,
922-
cacheReadsPrice: 2.5,
920+
inputPrice: 2.0,
921+
outputPrice: 8.0,
922+
cacheReadsPrice: 0.5,
923923
},
924924
"o4-mini": {
925925
maxTokens: 100_000,

0 commit comments

Comments
 (0)