Skip to content

Commit 2c362af

Browse files
Merge pull request #258909 from mrbullwinkle/mrb_11_16_2023_final_changes
[Azure OpenAI] Final update
2 parents 611aeb4 + c913172 commit 2c362af

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/ai-services/openai/concepts/models.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
1919

2020
| Models | Description |
2121
|--|--|
22-
| [GPT-4](#gpt-4) | A set of models that improve on GPT-3.5 and can understand and generate natural language and code. |
22+
| [GPT-4](#gpt-4-and-gpt-4-turbo-preview) | A set of models that improve on GPT-3.5 and can understand and generate natural language and code. |
2323
| [GPT-3.5](#gpt-35) | A set of models that improve on GPT-3 and can understand and generate natural language and code. |
2424
| [Embeddings](#embeddings-models) | A set of models that can convert text into numerical vector form to facilitate text similarity. |
2525
| [DALL-E](#dall-e-models-preview) (Preview) | A series of models in preview that can generate original images from natural language. |
2626
| [Whisper](#whisper-models-preview) (Preview) | A series of models in preview that can transcribe and translate speech to text. |
2727

28-
## GPT-4
28+
## GPT-4 and GPT-4 Turbo Preview
2929

3030
GPT-4 can solve difficult problems with greater accuracy than any of OpenAI's previous models. Like GPT-3.5 Turbo, GPT-4 is optimized for chat and works well for traditional completions tasks. Use the Chat Completions API to use GPT-4. To learn more about how to interact with GPT-4 and the Chat Completions API check out our [in-depth how-to](../how-to/chatgpt.md).
3131

@@ -72,7 +72,7 @@ You can also use the Whisper model via Azure AI Speech [batch transcription](../
7272
>
7373
> - South Central US is temporarily unavailable for creating new resources and deployments.
7474
75-
### GPT-4 models
75+
### GPT-4 and GPT-4 Turbo Preview models
7676

7777
GPT-4 and GPT-4-32k models are now available to all Azure OpenAI Service customers. Availability varies by region. If you don't see GPT-4 in your region, please check back later.
7878

@@ -98,11 +98,11 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
9898
> [!NOTE]
9999
> Regions where GPT-4 (0314) & (0613) are listed as available have access to both the 8K and 32K versions of the model
100100
101-
### GPT-4 model availability
101+
### GPT-4 and GPT-4 Turbo Preview model availability
102102

103103
| Model Availability | gpt-4 (0314) | gpt-4 (0613) | gpt-4 (1106-preview) |
104104
|---|:---|:---|:---|
105-
| 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 |
105+
| 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> Sweden Central <br> UK South |
106106
| 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 |
107107

108108
### GPT-3.5 models
@@ -124,7 +124,7 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
124124
| `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 |
125125
| `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 |
126126
| `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|
127+
| `gpt-35-turbo` (1106) | Australia East <br> Canada East <br> France Central <br> Sweden Central<br> UK South | Input: 16,385<br> Output: 4,096 | Sep 2021|
128128

129129
**<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.
130130

articles/ai-services/openai/whats-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ keywords:
1818

1919
## November 2023
2020

21-
### GPT-4-1106-preview & GPT-3.5-Turbo-1106 released
21+
### GPT-4 Turbo Preview & GPT-3.5-Turbo-1106 released
2222

2323
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.
2424

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.
25+
- **GPT-4 Turbo Preview** 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.
2626

2727
- **GPT-3.5-Turbo-1106** has a max context window of 16,385 tokens and can generate 4,096 output tokens.
2828

0 commit comments

Comments
 (0)