Skip to content

Commit 7d4d00a

Browse files
authored
Merge pull request #103 from MicrosoftDocs/main
[Publishing] [Scheduled Publish] 9/03/2024 PM Publish
2 parents 7aa6b87 + 413694e commit 7d4d00a

File tree

12 files changed

+840
-68
lines changed

12 files changed

+840
-68
lines changed

articles/ai-services/content-safety/overview.md

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -140,25 +140,31 @@ For more information, see [Language support](/azure/ai-services/content-safety/l
140140

141141
To use the Content Safety APIs, you must create your Azure AI Content Safety resource in the supported regions. Currently, the Content Safety features are available in the following Azure regions:
142142

143-
|Region | Moderation APIs<br>(text and image) | Prompt Shields<br>(preview) | Protected material<br>detection (preview) | Groundedness<br>detection (preview) | Custom categories<br>(rapid) (preview) | Custom categories<br>(standard) | Blocklists |
144-
|---|---|---|---|---|---|---|--|
145-
| East US ||||||||
146-
| East US 2 || | ||| ||
147-
| West US | | | | || | |
148-
| West US 2 || | | || ||
149-
| Central US || | | | | ||
150-
| North Central US || | | || ||
151-
| South Central US || | | || ||
152-
| Canada East || | | || ||
153-
| Switzerland North || | | ||||
154-
| Sweden Central || | ||| ||
155-
| UK South || | | || ||
156-
| France Central || | | || ||
157-
| West Europe |||| || ||
158-
| Japan East || | | || ||
159-
| Australia East|| | | ||||
160-
| USGov Arizona || | | | | | |
161-
| USGov Virginia || | | | | | |
143+
| Region | Moderation APIs (text and image) | Prompt Shields | Protected material detection for Text | Groundedness detection (preview) | Custom categories (rapid) (preview) | Custom categories (standard) | Blocklists |
144+
|---------------------|----------------------------------|----------------|--------------------------------------|-----------------------------------|------------------------------------|-------------------------------|------------|
145+
| East US ||||||||
146+
| East US 2 || |||| ||
147+
| West US | ||| || | |
148+
| West US 2 |||| || ||
149+
| West US 3 |||| || ||
150+
| Poland Central |||| || ||
151+
| South East Asia || || || ||
152+
| Central US || || || ||
153+
| North Central US || || || ||
154+
| South Central US || || || ||
155+
| Canada East |||| || ||
156+
| Switzerland North |||| ||||
157+
| Sweden Central |||||| ||
158+
| UK South || || || ||
159+
| France Central |||| || ||
160+
| West Europe |||| || ||
161+
| Japan East |||| || ||
162+
| Australia East |||| || ||
163+
| South India || || ||||
164+
| USGov Arizona |||| | | | |
165+
| USGov Virginia |||| | | | |
166+
167+
162168

163169
Feel free to [contact us](mailto:[email protected]) if you need other regions for your business.
164170

articles/ai-services/language-service/conversational-language-understanding/service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The following limits are observed for the conversational language understanding.
5959

6060
|Item|Lower Limit| Upper Limit |
6161
| --- | --- | --- |
62-
|Number of utterances per project | 1 | 25,000|
62+
|Number of utterances per project | 1 | 50,000|
6363
|Utterance length in characters (authoring) | 1 | 500 |
6464
|Utterance length in characters (prediction) | 1 | 1000 |
6565
|Number of intents per project | 1 | 500|

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

Lines changed: 23 additions & 10 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: 08/22/2024
7+
ms.date: 09/03/2024
88
ms.custom:
99
manager: nitinme
1010
author: mrbullwinkle
@@ -89,17 +89,17 @@ For information on the model upgrade process, see [How to upgrade to a new model
8989
9090
These models are currently available for use in Azure OpenAI Service.
9191

92-
| Model | Version | Retirement date | Suggested replacement |
92+
| Model | Version | Retirement date | Suggested replacements |
9393
| ---- | ---- | ---- | --- |
94-
| `gpt-35-turbo` | 0301 | No earlier than November 1, 2024 | `gpt-4o-mini` |
95-
| `gpt-35-turbo`<br>`gpt-35-turbo-16k` | 0613 | November 1, 2024 | `gpt-4o-mini` |
96-
| `gpt-35-turbo` | 1106 | No earlier than Nov 17, 2024 | `gpt-4o-mini` |
94+
| `gpt-35-turbo` | 0301 | No earlier than November 1, 2024<br><br> 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: `0125`, starting on November 15, 2024. | `gpt-35-turbo` (0125) <br><br> `gpt-4o-mini` |
95+
| `gpt-35-turbo`<br>`gpt-35-turbo-16k` | 0613 | November 1, 2024 <br><br> 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: `0125`, starting on November 15, 2024. | `gpt-35-turbo` (0125) <br><br> `gpt-4o-mini`|
96+
| `gpt-35-turbo` | 1106 | No earlier than Nov 17, 2024 <br><br> 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: `0125`, starting on November 15, 2024. | `gpt-35-turbo` (0125) <br><br> `gpt-4o-mini` |
9797
| `gpt-35-turbo` | 0125 | No earlier than Feb 22, 2025 | `gpt-4o-mini` |
98-
| `gpt-4`<br>`gpt-4-32k` | 0314 | **Deprecation:** November 1, 2024 <br> **Retirement:** June 6, 2025 | `gpt-4o` |
99-
| `gpt-4`<br>`gpt-4-32k` | 0613 | **Deprecation:** November 1, 2024 <br> **Retirement:** June 6, 2025 | `gpt-4o` |
100-
| `gpt-4` | 1106-preview | To be upgraded to `gpt-4` Version: `turbo-2024-04-09`, starting on November 15, 2024, or later **<sup>1</sup>** | `gpt-4o`|
101-
| `gpt-4` | 0125-preview |To be upgraded to `gpt-4` Version: `turbo-2024-04-09`, starting on November 15, 2024, or later **<sup>1</sup>** | `gpt-4o` |
102-
| `gpt-4` | vision-preview | To be upgraded to `gpt-4` Version: `turbo-2024-04-09`, starting on November 15, 2024, or later **<sup>1</sup>** | `gpt-4o`|
98+
| `gpt-4`<br>`gpt-4-32k` | 0314 | **Deprecation:** November 15, 2024 <br> **Retirement:** June 6, 2025 | `gpt-4o` |
99+
| `gpt-4`<br>`gpt-4-32k` | 0613 | **Deprecation:** November 15, 2024 <br> **Retirement:** June 6, 2025 | `gpt-4o` |
100+
| `gpt-4` | 1106-preview | To be upgraded to `gpt-4` version: `turbo-2024-04-09`, starting on November 15, 2024, or later **<sup>1</sup>** | `gpt-4o`|
101+
| `gpt-4` | 0125-preview |To be upgraded to `gpt-4` version: `turbo-2024-04-09`, starting on November 15, 2024, or later **<sup>1</sup>** | `gpt-4o` |
102+
| `gpt-4` | vision-preview | To be upgraded to `gpt-4` version: `turbo-2024-04-09`, starting on November 15, 2024, or later **<sup>1</sup>** | `gpt-4o`|
103103
| `gpt-3.5-turbo-instruct` | 0914 | No earlier than Sep 14, 2025 | |
104104
| `text-embedding-ada-002` | 2 | No earlier than April 3, 2025 | `text-embedding-3-small` or `text-embedding-3-large` |
105105
| `text-embedding-ada-002` | 1 | No earlier than April 3, 2025 | `text-embedding-3-small` or `text-embedding-3-large` |
@@ -111,6 +111,14 @@ These models are currently available for use in Azure OpenAI Service.
111111
> [!IMPORTANT]
112112
> Vision enhancements preview features including Optical Character Recognition (OCR), object grounding, video prompts will be retired and no longer available once `gpt-4` Version: `vision-preview` is upgraded to `turbo-2024-04-09`. If you are currently relying on any of these preview features, this automatic model upgrade will be a breaking change.
113113
114+
## Default model versions
115+
116+
| Model | Current default version | New default version | Default upgrade date |
117+
|---|---|---|---|
118+
| `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 November 15, 2024.|
119+
120+
121+
114122
## Deprecated models
115123

116124
These models were deprecated on July 6, 2023 and were retired on June 14, 2024. These models are no longer available for new deployments. Deployments created before July 6, 2023 remain available to customers until June 14, 2024. We recommend customers migrate their applications to deployments of replacement models before the June 14, 2024 retirement.
@@ -147,8 +155,13 @@ If you're an existing customer looking for information about these models, see [
147155
| code-search-babbage-code-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
148156
| code-search-babbage-text-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
149157

158+
150159
## Retirement and deprecation history
151160

161+
## September 3, 2024
162+
163+
* Updated tables to include information on `gpt-35-turbo` default version upgrades. 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 November 15, 2024.|
164+
152165
### August 22, 2024
153166

154167
* Updated `gpt-35-turbo` (0301) retirement date to no earlier than November 1, 2024.

articles/ai-services/openai/concepts/models.md

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Learn about the different model capabilities that are available with Azure OpenAI.
55
ms.service: azure-ai-openai
66
ms.topic: conceptual
7-
ms.date: 08/14/2024
7+
ms.date: 08/28/2024
88
ms.custom: references_regions, build-2023, build-2023-dataai, refefences_regions
99
manager: nitinme
1010
author: mrbullwinkle #ChrisHMSFT
@@ -26,24 +26,6 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
2626
| [Whisper](#whisper-models) | A series of models in preview that can transcribe and translate speech to text. |
2727
| [Text to speech](#text-to-speech-models-preview) (Preview) | A series of models in preview that can synthesize text to speech. |
2828

29-
## Early access playground (preview)
30-
31-
On August 6, 2024, OpenAI [announced](https://openai.com/index/introducing-structured-outputs-in-the-api/) the latest version of their flagship GPT-4o model version `2024-08-06`. GPT-4o `2024-08-06` has all the capabilities of the previous version as well as:
32-
33-
* An enhanced ability to support complex structured outputs.
34-
* Max output tokens have been increased from 4,096 to 16,384.
35-
36-
Azure customers can test out GPT-4o `2024-08-06` today in the new AI Studio early access playground (preview).
37-
38-
Unlike the previous early access playground, the AI Studio early access playground (preview) does not require you to have a resource in a specific region.
39-
40-
> [!NOTE]
41-
> Prompts and completions made through the early access playground (preview) may be processed in any Azure OpenAI region, and are currently subject to a 10 request per minute per Azure subscription limit. This limit may change in the future.
42-
>
43-
> Azure OpenAI Service abuse monitoring is enabled for all early access playground users even if approved for modification; default content filters are enabled and cannot be modified.
44-
45-
To test out GPT-4o `2024-08-06`, sign-in to the Azure AI early access playground (preview) using this [link](https://aka.ms/oai/docs/earlyaccessplayground).
46-
4729
## GPT-4o and GPT-4 Turbo
4830

4931
GPT-4o integrates text and images in a single model, enabling it to handle multiple data types simultaneously. This multimodal approach enhances accuracy and responsiveness in human-computer interactions. GPT-4o matches GPT-4 Turbo in English text and coding tasks while offering superior performance in non-English languages and vision tasks, setting new benchmarks for AI capabilities.
@@ -56,6 +38,7 @@ You need to [create](../how-to/create-resource.md) or use an existing resource i
5638

5739
When your resource is created, you can [deploy](../how-to/create-resource.md#deploy-a-model) the GPT-4o models. If you are performing a programmatic deployment, the **model** names are:
5840

41+
- `gpt-4o` **Version** `2024-08-06`
5942
- `gpt-4o`, **Version** `2024-05-13`
6043
- `gpt-4o-mini` **Version** `2024-07-18`
6144

@@ -83,8 +66,9 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
8366

8467
| Model ID | Description | Max Request (tokens) | Training Data (up to) |
8568
| --- | :--- |:--- |:---: |
69+
|`gpt-4o` (2024-08-06) <br> **GPT-4o (Omni)** | **Latest large GA model** <br> - Structured outputs<br> - Text, image processing <br> - JSON Mode <br> - parallel function calling <br> - Enhanced accuracy and responsiveness <br> - Parity with English text and coding tasks compared to GPT-4 Turbo with Vision <br> - Superior performance in non-English languages and in vision tasks |Input: 128,000 <br> Output: 4,096| Oct 2023 |
8670
|`gpt-4o-mini` (2024-07-18) <br> **GPT-4o mini** | **Latest small GA model** <br> - Fast, inexpensive, capable model ideal for replacing GPT-3.5 Turbo series models. <br> - Text, image processing <br>- JSON Mode <br> - parallel function calling | Input: 128,000 <br> Output: 16,384 | Oct 2023 |
87-
|`gpt-4o` (2024-05-13) <br> **GPT-4o (Omni)** | **Latest large GA model** <br> - Text, image processing <br> - JSON Mode <br> - parallel function calling <br> - Enhanced accuracy and responsiveness <br> - Parity with English text and coding tasks compared to GPT-4 Turbo with Vision <br> - Superior performance in non-English languages and in vision tasks |Input: 128,000 <br> Output: 4,096| Oct 2023 |
71+
|`gpt-4o` (2024-05-13) <br> **GPT-4o (Omni)** | Text, image processing <br> - JSON Mode <br> - parallel function calling <br> - Enhanced accuracy and responsiveness <br> - Parity with English text and coding tasks compared to GPT-4 Turbo with Vision <br> - Superior performance in non-English languages and in vision tasks |Input: 128,000 <br> Output: 4,096| Oct 2023 |
8872
| `gpt-4` (turbo-2024-04-09) <br>**GPT-4 Turbo with Vision** | **New GA model** <br> - Replacement for all previous GPT-4 preview models (`vision-preview`, `1106-Preview`, `0125-Preview`). <br> - [**Feature availability**](#gpt-4o-and-gpt-4-turbo) is currently different depending on method of input, and deployment type. | Input: 128,000 <br> Output: 4,096 | Dec 2023 |
8973
| `gpt-4` (0125-Preview)*<br>**GPT-4 Turbo Preview** | **Preview Model** <br> -Replaces 1106-Preview <br>- Better code generation performance <br> - Reduces cases where the model doesn't complete a task <br> - JSON Mode <br> - parallel function calling <br> - reproducible output (preview) | Input: 128,000 <br> Output: 4,096 | Dec 2023 |
9074
| `gpt-4` (vision-preview)<br>**GPT-4 Turbo with Vision Preview** | **Preview model** <br> - Accepts text and image input. <br> - Supports enhancements <br> - JSON Mode <br> - parallel function calling <br> - reproducible output (preview) | Input: 128,000 <br> Output: 4,096 | Apr 2023 |
@@ -188,6 +172,17 @@ For more information on Provisioned deployments, see our [Provisioned guidance](
188172

189173
### Global standard model availability
190174

175+
`gpt-4o` **Version:** `2024-08-06`
176+
177+
**Supported regions:**
178+
- eastus
179+
- eastus2
180+
- northcentralus
181+
- southcentralus
182+
- swedencentral
183+
- westus
184+
- westus3
185+
191186
`gpt-4o` **Version:** `2024-05-13`
192187

193188
**Supported regions:**

0 commit comments

Comments
 (0)