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
@@ -86,20 +86,23 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
86
86
> Version `0314` of `gpt-4` and `gpt-4-32k` will be retired no earlier than July 5, 2024. See [model updates](../how-to/working-with-models.md#model-updates) for model upgrade behavior.
87
87
88
88
| Model ID | Max Request (tokens) | Training Data (up to) |
**<sup>1</sup>** We don't recommend using this model in production. We will upgrade all deployments of this model to a future stable version. Models designated preview do not follow the standard Azure OpenAI model lifecycle.
94
97
95
98
> [!NOTE]
96
-
> Regions where GPT-4 is listed as available have access to both the 8K and 32K versions of the model
99
+
> Regions where GPT-4 (0314) & (0613) are listed as available have access to both the 8K and 32K versions of the model
97
100
98
101
### GPT-4 model availability
99
102
100
-
| Model Availability | gpt-4 (0314) | gpt-4 (0613) |
101
-
|---|:---|:---|
102
-
| Available to all subscriptions with Azure OpenAI access || Australia East <br> Canada East <br> France Central <br> Sweden Central <br> Switzerland North |
| Available to all subscriptions with Azure OpenAI access || Australia East <br> Canada East <br> France Central <br> Sweden Central <br> Switzerland North | Australia East <br> Canada East <br> East US 2 <br> France Central <br> Norway East <br> South India <br> Sweden Central <br> UK South <br> West US |
103
106
| Available to subscriptions with current access to the model version in the region | East US <br> France Central <br> South Central US <br> UK South | East US <br> East US 2 <br> Japan East <br> UK South |
104
107
105
108
### GPT-3.5 models
@@ -117,12 +120,13 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
117
120
118
121
| Model ID | Model Availability | Max Request (tokens) | Training Data (up to) |
|`gpt-35-turbo`<sup>1</sup> (0301) | East US <br> France Central <br> South Central US <br> UK South <br> West Europe | 4096 | Sep 2021 |
123
+
|`gpt-35-turbo`**<sup>1</sup>** (0301) | East US <br> France Central <br> South Central US <br> UK South <br> West Europe | 4096 | Sep 2021 |
121
124
|`gpt-35-turbo` (0613) | Australia East <br> Canada East <br> East US <br> East US 2 <br> France Central <br> Japan East <br> North Central US <br> Sweden Central <br> Switzerland North <br> UK South | 4096 | Sep 2021 |
122
125
|`gpt-35-turbo-16k` (0613) | Australia East <br> Canada East <br> East US <br> East US 2 <br> France Central <br> Japan East <br> North Central US <br> Sweden Central <br> Switzerland North<br> UK South | 16,384 | Sep 2021 |
123
126
|`gpt-35-turbo-instruct` (0914) | East US <br> Sweden Central | 4097 |Sep 2021 |
127
+
|`gpt-35-turbo` (1106) | Australia East <br> Canada East <br> France Central <br> South India <br> Sweden Central<br> UK South<br> West US | Input: 16,385<br> Output: 4,096 | Sep 2021|
124
128
125
-
<sup>1</sup> This model will accept requests > 4096 tokens. It is not recommended to exceed the 4096 input token limit as the newer version of the model are capped at 4096 tokens. If you encounter issues when exceeding 4096 input tokens with this model this configuration is not officially supported.
129
+
**<sup>1</sup>** This model will accept requests > 4096 tokens. It is not recommended to exceed the 4096 input token limit as the newer version of the model are capped at 4096 tokens. If you encounter issues when exceeding 4096 input tokens with this model this configuration is not officially supported.
Copy file name to clipboardExpand all lines: articles/ai-services/openai/whats-new.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.service: azure-ai-openai
9
9
ms.custom:
10
10
- ignite-2023
11
11
ms.topic: whats-new
12
-
ms.date: 10/16/2023
12
+
ms.date: 10/17/2023
13
13
recommendations: false
14
14
keywords:
15
15
---
@@ -18,6 +18,16 @@ keywords:
18
18
19
19
## November 2023
20
20
21
+
### GPT-4-1106-preview & GPT-3.5-Turbo-1106 released
22
+
23
+
Both models are the latest release from OpenAI with improved instruction following, [JSON mode](./how-to/json-mode.md), [reproducible output](./how-to/reproducible-output.md), and parallel function calling.
24
+
25
+
-**GPT-4-1106-preview (also known as GPT-4 Turbo)** has a max context window of 128,000 tokens and can generate 4,096 output tokens. It has the latest training data with knowledge up to April 2023. This model is in preview and is not recommended for production use. All deployments of this preview model will be automatically updated in place once the stable release becomes available.
26
+
27
+
-**GPT-3.5-Turbo-1106** has a max context window of 16,385 tokens and can generate 4,096 output tokens.
28
+
29
+
For information on model regional availability consult the [models page](./concepts/models.md).
30
+
21
31
### DALL-E 3 public preview
22
32
23
33
DALL-E 3 is the latest image generation model from OpenAI. It features enhanced image quality, more complex scenes, and improved performance when rendering text in images. It also comes with more aspect ratio options. DALL-E 3 is available through OpenAI Studio and through the REST API. Your OpenAI resource must be in the `SwedenCentral` Azure region.
0 commit comments