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-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
29
29
30
30
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).
31
31
32
-
Due to high demand, access to this model series is currently only available by request. To request access, existing Azure OpenAI customers can [apply by filling out this form](https://aka.ms/oai/get-gpt4)
32
+
To request access to GPT-4, Azure OpenAI customers can [apply by filling out this form](https://aka.ms/oai/get-gpt4)
33
33
34
34
-`gpt-4`
35
35
-`gpt-4-32k`
@@ -71,7 +71,7 @@ The DALL-E models, currently in preview, generate images from text prompts that
71
71
> Due to high demand:
72
72
>
73
73
> - South Central US is temporarily unavailable for creating new resources and deployments.
74
-
> - East US is temporarily unavailable for new deployments of GPT-4 version 0314 models.
74
+
> - East US and France Central are temporarily unavailable for new deployments of GPT-4 version 0314 models.
75
75
76
76
### GPT-4 models
77
77
@@ -81,8 +81,8 @@ These models can only be used with the Chat Completion API.
81
81
| --- | --- | --- | --- | --- |
82
82
|`gpt-4` <sup>1,</sup><sup>2</sup> (0314) | East US, France Central | N/A | 8,192 | September 2021 |
83
83
|`gpt-4-32k` <sup>1,</sup><sup>2</sup> (0314) | East US, France Central | N/A | 32,768 | September 2021 |
84
-
|`gpt-4` <sup>1</sup> (0613) | EastUS, France Central | N/A | 8,192 | September 2021 |
85
-
|`gpt-4-32k` <sup>1</sup> (0613) | EastUS, France Central | N/A | 32,768 | September 2021 |
84
+
|`gpt-4` <sup>1</sup> (0613) |Canada East, East US, East US 2, France Central, Japan East, UK South| N/A | 8,192 | September 2021 |
85
+
|`gpt-4-32k` <sup>1</sup> (0613) |Canada East, East US, East US 2, France Central, Japan East, UK South| N/A | 32,768 | September 2021 |
86
86
87
87
<sup>1</sup> The model is [only available by request](https://aka.ms/oai/get-gpt4).<br>
88
88
<sup>2</sup> Version `0314` of gpt-4 and gpt-4-32k will be retired no earlier than July 5, 2024. See [model updates](#model-updates) for model upgrade behavior.
0 commit comments