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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,16 +48,16 @@ You can see the token context length supported by each model in the [model summa
48
48
49
49
See [model versions](../concepts/model-versions.md) to learn about how Azure OpenAI Service handles model version upgrades, and [working with models](../how-to/working-with-models.md) to learn how to view and configure the model version settings of your GPT-4 deployments.
50
50
51
-
| Model ID | Max Request (tokens) | Training Data (up to) |
|`gpt-4` (turbo-2024-04-09) 🆕 <br>**GPT-4 Turbo with Vision GA**| Input: 128,000 <br> Output: 4,096 | Dec 2023|
51
+
| Model ID |Description |Max Request (tokens) | Training Data (up to) |
52
+
| --- | :--- |:--- |:---: |
53
+
|`gpt-4` (turbo-2024-04-09) 🆕 <br>**GPT-4 Turbo with Vision GA**|**Latest GA model** <br> - Replacement for all GPT-4 preview models (`vision-preview`, `1106-Preview`, `0125-Preview`). <br> - [**Feature availability**](../includes/gpt-4-turbo.md#) is currently different depending on method of input, and deployment type. <br> - Does **not support** enhancements. | Input: 128,000 <br> Output: 4,096 | Dec 2023|
|`gpt-4-32k` (0613) |**Older GA model**<br> - Basic function calling with tools | 32,768 |Sep 2021|
58
+
|`gpt-4` (0613) |**Older GA model**<br> - Basic function calling with tools | 8,192 | Sep 2021|
59
+
|`gpt-4-32k`(0314) |**Older GA model**<br> - Deprecated function calling | 32,768 | Sep 2021 |
60
+
|`gpt-4` (0314) |**Older GA model**<br> - Deprecated function calling | 8,192 | Sep 2021 |
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).
0 commit comments