Add GPT-4.5

This commit is contained in:
Saoud Rizwan 2025-02-27 18:48:00 -08:00
parent eef04542d2
commit aa714f28e1

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