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
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,20 +51,16 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
51
51
| Model ID | Description | Max Request (tokens) | Training Data (up to) |
52
52
| --- | :--- |:--- |:---: |
53
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
58
|`gpt-4` (0613) |**Older GA model** <br> - Basic function calling with tools | 8,192 | Sep 2021 |
59
59
|`gpt-4-32k`(0314) |**Older GA model** <br> - Deprecated function calling | 32,768 | Sep 2021 |
60
60
|`gpt-4` (0314) |**Older GA model** <br> - Deprecated function calling | 8,192 | Sep 2021 |
61
61
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
-
64
-
**<sup>2</sup>** GPT-4 Turbo with Vision Preview = `gpt-4` (vision-preview). To deploy this model, under **Deployments** select model **gpt-4**. For **Model version** select **vision-preview**.
65
-
66
62
> [!CAUTION]
67
-
> We don't recommend using preview models in production. We will upgrade all deployments of preview models to future preview versions and a stable version. Models designated preview do not follow the standard Azure OpenAI model lifecycle.
63
+
> We don't recommend using preview models in production. We will upgrade all deployments of preview models to either future preview versions or to the latest stable/GA version. Models designated preview do not follow the standard Azure OpenAI model lifecycle.
68
64
69
65
> [!NOTE]
70
66
> Version `0314` of `gpt-4` and `gpt-4-32k` will be retired no earlier than July 5, 2024. Version `0613` of `gpt-4` and `gpt-4-32k` will be retired no earlier than September 30, 2024. See [model updates](../how-to/working-with-models.md#model-updates) for model upgrade behavior.
0 commit comments