Просмотр исходного кода

Merge pull request #711 from hesara/fix-o1-mini-price

fix: Update pricing for OpenAI o1-mini
Matt Rubens 11 месяцев назад
Родитель
Сommit
edd0ac8eb0
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/shared/api.ts

+ 2 - 2
src/shared/api.ts

@@ -559,8 +559,8 @@ export const openAiNativeModels = {
 		contextWindow: 128_000,
 		contextWindow: 128_000,
 		supportsImages: true,
 		supportsImages: true,
 		supportsPromptCache: false,
 		supportsPromptCache: false,
-		inputPrice: 3,
-		outputPrice: 12,
+		inputPrice: 1.1,
+		outputPrice: 4.4,
 	},
 	},
 	"gpt-4o": {
 	"gpt-4o": {
 		maxTokens: 4_096,
 		maxTokens: 4_096,