chore: reduse cost openai (#1629)

This commit is contained in:
watany 2025-02-05 02:41:39 +09:00 committed by GitHub
parent e41ff78770
commit 42924c971f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -352,16 +352,16 @@ 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,
contextWindow: 128_000,
supportsImages: true,
supportsPromptCache: false,
inputPrice: 5,
outputPrice: 15,
inputPrice: 2.5,
outputPrice: 10,
},
"gpt-4o-mini": {
maxTokens: 16_384,