Skip to content

Commit 59be3ca

Browse files
Merge pull request #248992 from mrbullwinkle/mrb_08_22_2023_fix_models
[Azure AI] [Azure OpenAI] Update models
2 parents 22d18a0 + 4bfb3d5 commit 59be3ca

File tree

1 file changed

+6
-6
lines changed
  • articles/ai-services/openai/concepts

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about the different model capabilities that are available wit
55
ms.service: cognitive-services
66
ms.subservice: openai
77
ms.topic: conceptual
8-
ms.date: 08/18/2023
8+
ms.date: 08/22/2023
99
ms.custom: event-tier1-build-2022, references_regions, build-2023, build-2023-dataai
1010
manager: nitinme
1111
author: mrbullwinkle #ChrisHMSFT
@@ -80,8 +80,8 @@ These models can only be used with the Chat Completion API.
8080
| --- | --- | --- | --- | --- |
8181
| `gpt-4` <sup>1,</sup><sup>2</sup> (0314) | | N/A | 8,192 | September 2021 |
8282
| `gpt-4-32k` <sup>1,</sup><sup>2</sup> (0314) | | N/A | 32,768 | September 2021 |
83-
| `gpt-4` <sup>1</sup><sup>3</sup> (0613) | Australia East, Canada East, East US, East US 2, France Central, Japan East, North Central US, Switzerland North, UK South | N/A | 8,192 | September 2021 |
84-
| `gpt-4-32k` <sup>1</sup><sup>3</sup> (0613) | Australia East, Canada East, East US, East US 2, France Central, Japan East, North Central US, Switzerland North, UK South | N/A | 32,768 | September 2021 |
83+
| `gpt-4` <sup>1</sup><sup>3</sup> (0613) | Australia East, Canada East, East US, East US 2, France Central, Japan East, North Central US, UK South | N/A | 8,192 | September 2021 |
84+
| `gpt-4-32k` <sup>1</sup><sup>3</sup> (0613) | Australia East, Canada East, East US, East US 2, France Central, Japan East, North Central US, UK South | N/A | 32,768 | September 2021 |
8585

8686
<sup>1</sup> The model is [only available by request](https://aka.ms/oai/get-gpt4).<br>
8787
<sup>2</sup> Version `0314` of gpt-4 and gpt-4-32k will be retired no earlier than July 5, 2024. See [model updates](#model-updates) for model upgrade behavior.<br>
@@ -94,8 +94,8 @@ GPT-3.5 Turbo is used with the Chat Completion API. GPT-3.5 Turbo (0301) can als
9494
| Model ID | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) |
9595
| --------- | --------------------- | ------------------- | -------------------- | ---------------------- |
9696
| `gpt-35-turbo`<sup>1</sup> (0301) | East US, France Central, South Central US, UK South, West Europe | N/A | 4,096 | Sep 2021 |
97-
| `gpt-35-turbo` (0613) | Australia East, Canada East, East US, East US 2, France Central, Japan East, North Central US, Switzerland North, UK South | N/A | 4,096 | Sep 2021 |
98-
| `gpt-35-turbo-16k` (0613) | Australia East, Canada East, East US, East US 2, France Central, Japan East, North Central US, Switzerland North, UK South | N/A | 16,384 | Sep 2021 |
97+
| `gpt-35-turbo` (0613) | Australia East, Canada East, East US, East US 2, France Central, Japan East, North Central US, UK South | N/A | 4,096 | Sep 2021 |
98+
| `gpt-35-turbo-16k` (0613) | Australia East, Canada East, East US, East US 2, France Central, Japan East, North Central US, UK South | N/A | 16,384 | Sep 2021 |
9999

100100
<sup>1</sup> Version `0301` of gpt-35-turbo will be retired no earlier than July 5, 2024. See [model updates](#model-updates) for model upgrade behavior.
101101

@@ -109,7 +109,7 @@ These models can only be used with Embedding API requests.
109109
110110
| Model ID | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) |
111111
| --- | --- | --- | --- | --- |
112-
| text-embedding-ada-002 (version 2) | Canada East, East US, France Central, Japan East, North Central US, South Central US, Switzerland North, UK South, West Europe | N/A |8,191 | Sep 2021 |
112+
| text-embedding-ada-002 (version 2) | Canada East, East US, France Central, Japan East, North Central US, South Central US, UK South, West Europe | N/A |8,191 | Sep 2021 |
113113
| text-embedding-ada-002 (version 1) | East US, South Central US, West Europe | N/A |2,046 | Sep 2021 |
114114

115115
### DALL-E models (Preview)

0 commit comments

Comments
 (0)