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
> The provisioned version of `gpt-4`**Version:**`turbo-2024-04-09` is currently limited to text only.
147
+
145
148
### How do I get access to Provisioned?
146
149
147
150
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
+6-2Lines changed: 6 additions & 2 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 with Vision GA model
21
+
### Differences between OpenAI and Azure OpenAI GPT-4 Turbo GA Models
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 (requests without `image_url` and inline images) do support JSON mode and function calling.
@@ -27,9 +27,13 @@ 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
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.
33
+
30
34
### Region availability
31
35
32
-
For information on model regional availability consult the [model matrix](../concepts/models.md#gpt-4-and-gpt-4-turbo-model-availability).
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).
0 commit comments