Skip to content

Commit d7087c3

Browse files
authored
Update o3 prices (#4580)
1 parent 6449f8a commit d7087c3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

packages/types/src/providers/openai.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ export const openAiNativeModels = {
3838
contextWindow: 200_000,
3939
supportsImages: true,
4040
supportsPromptCache: true,
41-
inputPrice: 10.0,
42-
outputPrice: 40.0,
43-
cacheReadsPrice: 2.5,
41+
inputPrice: 2.0,
42+
outputPrice: 8.0,
43+
cacheReadsPrice: 0.5,
4444
supportsReasoningEffort: true,
4545
reasoningEffort: "medium",
4646
},
@@ -49,19 +49,19 @@ export const openAiNativeModels = {
4949
contextWindow: 200_000,
5050
supportsImages: true,
5151
supportsPromptCache: true,
52-
inputPrice: 10.0,
53-
outputPrice: 40.0,
54-
cacheReadsPrice: 2.5,
52+
inputPrice: 2.0,
53+
outputPrice: 8.0,
54+
cacheReadsPrice: 0.5,
5555
reasoningEffort: "high",
5656
},
5757
"o3-low": {
5858
maxTokens: 100_000,
5959
contextWindow: 200_000,
6060
supportsImages: true,
6161
supportsPromptCache: true,
62-
inputPrice: 10.0,
63-
outputPrice: 40.0,
64-
cacheReadsPrice: 2.5,
62+
inputPrice: 2.0,
63+
outputPrice: 8.0,
64+
cacheReadsPrice: 0.5,
6565
reasoningEffort: "low",
6666
},
6767
"o4-mini": {

0 commit comments

Comments
 (0)