mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
fix: Update pricing for OpenAI o1-mini
Together with o3-mini release, OpenAI reduced the price of o1-mini to match it.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user