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
+1-1Lines changed: 1 addition & 1 deletion
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.
0 commit comments