Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit f66fbff

Browse files
committed
feat(azure): change default model to gpt-5.2
Update default Azure model from gpt-4o to gpt-5.2 and ensure reasoning effort defaults are properly configured.
1 parent 179ab88 commit f66fbff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/types/src/providers/azure.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,6 @@ export const azureModels = {
376376

377377
export type AzureModelId = keyof typeof azureModels
378378

379-
export const azureDefaultModelId: AzureModelId = "gpt-4o"
379+
export const azureDefaultModelId: AzureModelId = "gpt-5.2"
380380

381381
export const azureDefaultModelInfo: ModelInfo = azureModels[azureDefaultModelId]

0 commit comments

Comments
 (0)