From d7087c3eb8fcfc13522778efed9bc1d8bc5ac931 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 11 Jun 2025 23:30:22 -0400 Subject: [PATCH] Update o3 prices (#4580) --- packages/types/src/providers/openai.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/types/src/providers/openai.ts b/packages/types/src/providers/openai.ts index e303c179fc..0afdd46feb 100644 --- a/packages/types/src/providers/openai.ts +++ b/packages/types/src/providers/openai.ts @@ -38,9 +38,9 @@ export const openAiNativeModels = { contextWindow: 200_000, supportsImages: true, supportsPromptCache: true, - inputPrice: 10.0, - outputPrice: 40.0, - cacheReadsPrice: 2.5, + inputPrice: 2.0, + outputPrice: 8.0, + cacheReadsPrice: 0.5, supportsReasoningEffort: true, reasoningEffort: "medium", }, @@ -49,9 +49,9 @@ export const openAiNativeModels = { contextWindow: 200_000, supportsImages: true, supportsPromptCache: true, - inputPrice: 10.0, - outputPrice: 40.0, - cacheReadsPrice: 2.5, + inputPrice: 2.0, + outputPrice: 8.0, + cacheReadsPrice: 0.5, reasoningEffort: "high", }, "o3-low": { @@ -59,9 +59,9 @@ export const openAiNativeModels = { contextWindow: 200_000, supportsImages: true, supportsPromptCache: true, - inputPrice: 10.0, - outputPrice: 40.0, - cacheReadsPrice: 2.5, + inputPrice: 2.0, + outputPrice: 8.0, + cacheReadsPrice: 0.5, reasoningEffort: "low", }, "o4-mini": {