Skip to content

Commit 0483b97

Browse files
authored
Merge pull request #3742 from MicrosoftDocs/main
3/26/2025 AM Publish
2 parents fab9277 + 7904c67 commit 0483b97

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/ai-services/openai/concepts/model-retirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Learn about the model deprecations and retirements in Azure OpenAI.
55
ms.service: azure-ai-openai
66
ms.topic: conceptual
7-
ms.date: 03/24/2025
7+
ms.date: 03/26/2025
88
ms.custom:
99
manager: nitinme
1010
author: mrbullwinkle
@@ -126,7 +126,7 @@ These models are currently available for use in Azure OpenAI Service.
126126
| Model | Current default version | New default version | Default upgrade date |
127127
|---|---|---|---|
128128
| `gpt-35-turbo` | 0301 | 0125 | Deployments of versions `0301`, `0613`, and `1106` set to [**Auto-update to default**](/azure/ai-services/openai/how-to/working-with-models?tabs=powershell#auto-update-to-default) will be automatically upgraded to version: `0125`, starting on January 21, 2025.|
129-
| `gpt-4o` | 2024-05-13 | 2024-08-06 | Deployments set to [**Auto-update to default**](/azure/ai-services/openai/how-to/working-with-models?tabs=powershell#auto-update-to-default) will be automatically upgraded to version: `2024-08-06`, starting on February 13, 2025. |
129+
| `gpt-4o` | 2024-05-13 | 2024-08-06 | Deployments set to [**Auto-update to default**](/azure/ai-services/openai/how-to/working-with-models?tabs=powershell#auto-update-to-default) will be automatically upgraded to version: `2024-08-06`, starting on March 26, 2025. |
130130

131131
## Deprecated models
132132

articles/ai-services/openai/how-to/computer-use.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ response_2 = client.responses.create(
222222
tools=[{
223223
"type": "computer-preview",
224224
"display_width": 1024,
225-
"display_height": 768
225+
"display_height": 768,
226226
"environment": "browser" # other possible values: "mac", "windows", "ubuntu"
227227
}],
228228
input=[
@@ -363,4 +363,4 @@ In all cases where `pending_safety_checks` are returned, actions should be hande
363363

364364
* [Responses API](./responses.md)
365365
* [Computer Use with playwright](./responses.md#computer-use)
366-
* [Computer Use Assistant sample on Github](https://github.com/Azure-Samples/computer-use-model)
366+
* [Computer Use Assistant sample on Github](https://github.com/Azure-Samples/computer-use-model)

0 commit comments

Comments
 (0)