Skip to content

Commit 77506fa

Browse files
author
Jill Grant
authored
Merge pull request #273993 from mrbullwinkle/mrb_05_01_2024_ga_launch
[Azure OpenAI] [Release branch] Updates
2 parents b0637d0 + 8f30c63 commit 77506fa

File tree

4 files changed

+31
-37
lines changed

4 files changed

+31
-37
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GPT-4 Turbo is a large multimodal model (accepting text or image inputs and gene
3434

3535
## GPT-4
3636

37-
GPT-4 is the predecessor to GPT-4 Turbo. Both the GPT-4 and GPT-4 Turbo models have a base model name of `gpt-4`. You can distinguish between legacy GPT-4 and Turbo by examining the model version.
37+
GPT-4 is the predecessor to GPT-4 Turbo. Both the GPT-4 and GPT-4 Turbo models have a base model name of `gpt-4`. You can distinguish between the GPT-4 and Turbo models by examining the model version.
3838

3939
- `gpt-4` **Version** `0314`
4040
- `gpt-4` **Version** `0613`
@@ -57,7 +57,7 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
5757
| `gpt-4` (1106-Preview)**<sup>1</sup>**<br>**GPT-4 Turbo Preview** | Input: 128,000 <br> Output: 4,096 | Apr 2023 |
5858
| `gpt-4` (0125-Preview)**<sup>1</sup>**<br>**GPT-4 Turbo Preview** | Input: 128,000 <br> Output: 4,096 | Dec 2023 |
5959
| `gpt-4` (vision-preview)**<sup>2</sup>**<br>**GPT-4 Turbo with Vision Preview** | Input: 128,000 <br> Output: 4,096 | Apr 2023 |
60-
| `gpt-4` (turbo-2024-04-09) 🆕 | Input: 128,000 <br> Output: 4,096 | Dec 2023 |
60+
| `gpt-4` (turbo-2024-04-09) 🆕 <br>**GPT-4 Turbo with Vision GA** | Input: 128,000 <br> Output: 4,096 | Dec 2023 |
6161

6262
**<sup>1</sup>** GPT-4 Turbo Preview = `gpt-4` (0125-Preview) or `gpt-4` (1106-Preview). To deploy this model, under **Deployments** select model **gpt-4**. Under version select (0125-Preview) or (1106-Preview).
6363

@@ -142,9 +142,6 @@ This table doesn't include fine-tuning regional availability, consult the dedica
142142

143143
[!INCLUDE [Provisioned](../includes/model-matrix/provisioned-models.md)]
144144

145-
> [!NOTE]
146-
> The provisioned version of `gpt-4` **Version:** `turbo-2024-04-09` is currently limited to text only.
147-
148145
### How do I get access to Provisioned?
149146

150147
You need to speak with your Microsoft sales/account team to acquire provisioned throughput. If you don't have a sales/account team, unfortunately at this time, you cannot purchase provisioned throughput.

articles/ai-services/openai/concepts/provisioned-throughput.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ You need to speak with your Microsoft sales/account team to acquire provisioned
4444

4545
[!INCLUDE [Provisioned](../includes/model-matrix/provisioned-models.md)]
4646

47-
> [!NOTE]
48-
> The provisioned version of `gpt-4` **Version:** `turbo-2024-04-09` is currently limited to text only.
49-
5047
## Key concepts
5148

5249
### Provisioned throughput units

articles/ai-services/openai/includes/gpt-4-turbo.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is the replacement for the following preview models:
1818
- `gpt-4` **Version:** `0125-Preview`
1919
- `gpt-4` **Version:** `vision-preview`
2020

21-
### Differences between OpenAI and Azure OpenAI GPT-4 Turbo GA models
21+
### Differences between OpenAI and Azure OpenAI GPT-4 Turbo with Vision GA model
2222

2323
- OpenAI's version of the latest `0409` turbo model supports JSON mode and function calling for all inference requests.
2424
- Azure OpenAI's version of the latest `turbo-2024-04-09` currently doesn't support the use of JSON mode and function calling when making inference requests with image (vision) input. Text based input requests do support JSON mode and function calling.
@@ -27,10 +27,10 @@ This is the replacement for the following preview models:
2727

2828
- Azure AI specific Vision enhancements integration with GPT-4 Turbo with Vision aren't supported for `gpt-4` **Version:** `turbo-2024-04-09`. This includes Optical Character Recognition (OCR), object grounding, video prompts, and improved handling of your data with images.
2929

30-
### GPT-4 Turbo provisioned managed availability
30+
### Region availability
3131

32-
- `gpt-4` **Version:** `turbo-2024-04-09` is available for both standard and provisioned deployments. Currently the provisioned version of this model **doesn't support image/vision inference requests**. Provisioned deployments of this model only accept text input. Standard model deployments accept both text and image/vision inference requests.
32+
For information on model regional availability consult the [model matrix](../concepts/models.md#gpt-4-and-gpt-4-turbo-model-availability).
3333

34-
### Region availability
34+
### Deploying GPT-4 Turbo with Vision GA
3535

36-
For information on model regional availability consult the model matrix for [standard](../concepts/models.md#gpt-4-and-gpt-4-turbo-model-availability), and [provisioned deployments](../concepts/models.md#provisioned-deployment-model-availability).
36+
To deploy the GA model from the Studio UI, select `GPT-4` and then choose the `turbo-2024-04-09` version from the dropdown menu. The default quota for the `gpt-4-turbo-2024-04-09` model will be the same as current quota for GPT-4-Turbo. See the [regional quota limits.](../concepts/models.md#standard-deployment-model-quota)

articles/ai-services/openai/includes/model-matrix/provisioned-models.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@ ms.topic: include
88
ms.date: 04/29/2024
99
---
1010

11-
| **Region** | **gpt-4**, **0613** | **gpt-4**, **1106-Preview** | **gpt-4**, **0125-Preview** | **gpt-4**, **turbo-2024-04-09** | **gpt-4-32k**, **0613** | **gpt-35-turbo**, **1106** | **gpt-35-turbo**, **0125** |
12-
|:-------------------|:-------------------:|:---------------------------:|:---------------------------:|:-----------------------:|:-----------------------:|:--------------------------:|:--------------------------:|
13-
| australiaeast ||| | - | |||
14-
| brazilsouth ||| - | - | || - |
15-
| canadacentral || - | - | - | | - ||
16-
| canadaeast ||| - | - | - || - |
17-
| eastus ||| | - | |||
18-
| eastus2 ||| | - | |||
19-
| francecentral ||| | - | | - ||
20-
| germanywestcentral ||| | - | || - |
21-
| japaneast | - || | - | - | - ||
22-
| koreacentral || - | - | - | || - |
23-
| northcentralus ||| | - | |||
24-
| norwayeast || - | | - | | - | - |
25-
| polandcentral ||| | - | |||
26-
| southafricanorth ||| - | - | || - |
27-
| southcentralus ||| | | |||
28-
| southindia ||| | - | |||
29-
| swedencentral ||| | | |||
30-
| switzerlandnorth ||| | - | |||
31-
| switzerlandwest | - | - | - | - | - | - ||
32-
| uksouth ||| | - | |||
33-
| westus ||| | - | |||
34-
| westus3 ||| | - | |||
11+
| **Region** | **gpt-4**, **0613** | **gpt-4**, **1106-Preview** | **gpt-4**, **0125-Preview** | **gpt-4-32k**, **0613** | **gpt-35-turbo**, **1106** | **gpt-35-turbo**, **0125** |
12+
|:-------------------|:-------------------:|:---------------------------:|:---------------------------:|:-----------------------:|:--------------------------:|:--------------------------:|
13+
| australiaeast |||| |||
14+
| brazilsouth ||| - | || - |
15+
| canadacentral || - | - | | - ||
16+
| canadaeast ||| - | - || - |
17+
| eastus |||| |||
18+
| eastus2 |||| |||
19+
| francecentral |||| | - ||
20+
| germanywestcentral |||| || - |
21+
| japaneast | - ||| - | - ||
22+
| koreacentral || - | - | || - |
23+
| northcentralus |||| |||
24+
| norwayeast || - || | - | - |
25+
| polandcentral |||| |||
26+
| southafricanorth ||| - | || - |
27+
| southcentralus |||||||
28+
| southindia |||| |||
29+
| swedencentral |||||||
30+
| switzerlandnorth |||| |||
31+
| switzerlandwest | - | - | - | - | - ||
32+
| uksouth |||| |||
33+
| westus |||| |||
34+
| westus3 |||| |||

0 commit comments

Comments
 (0)