From 18e1bbf00d0e1f2b6cfec13b72ab080c56d2b45a Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Sat, 1 Feb 2025 12:06:54 +0200 Subject: [PATCH] fix: Update pricing for OpenAI o1-mini Together with o3-mini release, OpenAI reduced the price of o1-mini to match it. --- src/shared/api.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/api.ts b/src/shared/api.ts index 6e655de..451c365 100644 --- a/src/shared/api.ts +++ b/src/shared/api.ts @@ -559,8 +559,8 @@ export const openAiNativeModels = { contextWindow: 128_000, supportsImages: true, supportsPromptCache: false, - inputPrice: 3, - outputPrice: 12, + inputPrice: 1.1, + outputPrice: 4.4, }, "gpt-4o": { maxTokens: 4_096,