Skip to content

Commit 18e1bbf

Browse files
committed
fix: Update pricing for OpenAI o1-mini
Together with o3-mini release, OpenAI reduced the price of o1-mini to match it.
1 parent 780b9e0 commit 18e1bbf

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)