diff --git a/src/shared/api.ts b/src/shared/api.ts index fc3d3a7a1f..565ee5dfa8 100644 --- a/src/shared/api.ts +++ b/src/shared/api.ts @@ -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 // Azure OpenAI