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

View File

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