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

fix: Update pricing for OpenAI o1-mini
This commit is contained in:
Matt Rubens 2025-02-01 09:49:37 -05:00 committed by GitHub
commit edd0ac8eb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,