Add gpt-4.5-preview

This commit is contained in:
Andrei Edell
2025-02-27 13:56:41 -10:00
parent db4f6a72c3
commit 559bd9d5f8
+8
View File
@@ -453,6 +453,14 @@ export const openAiNativeModels = {
inputPrice: 0.15,
outputPrice: 0.6,
},
"gpt-4.5-preview": {
maxTokens: 16_384,
contextWindow: 128_000,
supportsImages: true,
supportsPromptCache: false,
inputPrice: 75,
outputPrice: 150,
}
} as const satisfies Record<string, ModelInfo>
// Azure OpenAI