You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/concepts/models.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ GPT-4 Turbo is a large multimodal model (accepting text or image inputs and gene
34
34
35
35
## GPT-4
36
36
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.
38
38
39
39
-`gpt-4`**Version**`0314`
40
40
-`gpt-4`**Version**`0613`
@@ -57,7 +57,7 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
|`gpt-4` (turbo-2024-04-09) 🆕 <br>**GPT-4 Turbo with Vision GA**| Input: 128,000 <br> Output: 4,096 | Dec 2023 |
61
61
62
62
**<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).
63
63
@@ -142,9 +142,6 @@ This table doesn't include fine-tuning regional availability, consult the dedica
> The provisioned version of `gpt-4`**Version:**`turbo-2024-04-09` is currently limited to text only.
147
-
148
145
### How do I get access to Provisioned?
149
146
150
147
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.
Copy file name to clipboardExpand all lines: articles/ai-services/openai/includes/gpt-4-turbo.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This is the replacement for the following preview models:
18
18
-`gpt-4`**Version:**`0125-Preview`
19
19
-`gpt-4`**Version:**`vision-preview`
20
20
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
22
22
23
23
- OpenAI's version of the latest `0409` turbo model supports JSON mode and function calling for all inference requests.
24
24
- 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:
27
27
28
28
- 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.
29
29
30
-
### GPT-4 Turbo provisioned managed availability
30
+
### Region availability
31
31
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).
33
33
34
-
### Region availability
34
+
### Deploying GPT-4 Turbo with Vision GA
35
35
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)
0 commit comments