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
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,14 +107,24 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
107
107
108
108
### GPT-4 and GPT-4 Turbo Preview model availability
109
109
110
-
110
+
#### Public cloud regions
111
+
111
112
| Model | Regions where model is available to all subscriptions with Azure OpenAI access | Regions where model is available only to subscriptions with previous access to that model/region |
112
113
|---|:---|:---|
113
114
| gpt-4 (0314) || East US <br> France Central <br> South Central US <br> UK South |
114
115
| gpt-4 (0613) | Australia East <br> Canada East <br> France Central <br> Sweden Central <br> Switzerland North | East US <br> East US 2 <br> Japan East <br> UK South |
115
116
| gpt-4 (1106-preview) | 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 ||
116
117
| gpt-4 (vision-preview) | Sweden Central <br> West US <br> Japan East| Switzerland North <br> Australia East |
117
118
119
+
#### Azure Government regions
120
+
121
+
The following GPT-4 models are available with [Azure Government](/azure/azure-government/documentation-government-welcome):
122
+
123
+
|Model ID | Model Availability |
124
+
|--|--|
125
+
|`gpt-4` (1106-preview) | US Gov Virginia<br>US Gov Arizona |
126
+
127
+
118
128
### GPT-3.5 models
119
129
120
130
GPT-3.5 Turbo is used with the Chat Completion API. GPT-3.5 Turbo version 0301 can also be used with the Completions API. GPT-3.5 Turbo versions 0613 and 1106 only support the Chat Completions API.
@@ -128,6 +138,8 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
128
138
129
139
### GPT-3.5-Turbo model availability
130
140
141
+
#### Public cloud regions
142
+
131
143
| 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 | 4,096 | Sep 2021 |
@@ -138,6 +150,14 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
138
150
139
151
**<sup>1</sup>** This model will accept requests > 4,096 tokens. It is not recommended to exceed the 4,096 input token limit as the newer version of the model are capped at 4,096 tokens. If you encounter issues when exceeding 4,096 input tokens with this model this configuration is not officially supported.
140
152
153
+
#### Azure Government regions
154
+
155
+
The following GPT-3 models are available with [Azure Government](/azure/azure-government/documentation-government-welcome):
0 commit comments