mirror of
https://github.com/cline/cline.git
synced 2026-09-14 19:39:22 +08:00
Add gpt-4.5-preview
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user