Explorar o código

fix: Update pricing for OpenAI o1-mini

Together with o3-mini release, OpenAI reduced the price of o1-mini to match it.
Henri Sara hai 11 meses
pai
achega
18e1bbf00d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/shared/api.ts

+ 2 - 2
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,