Browse Source

gpt 4o price update

Marvin Thobejane 1 year ago
parent
commit
a7c842fd9d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/shared/api.ts

+ 2 - 2
src/shared/api.ts

@@ -622,8 +622,8 @@ export const openAiNativeModels = {
 		contextWindow: 128_000,
 		supportsImages: true,
 		supportsPromptCache: false,
-		inputPrice: 5,
-		outputPrice: 15,
+		inputPrice: 2.5,
+		outputPrice: 10,
 	},
 	"gpt-4o-mini": {
 		maxTokens: 16_384,