Skip to content

Commit 7d30144

Browse files
Merge pull request #265125 from PatrickFarley/openai-updates
add az gov sections
2 parents 9b41d3b + a879329 commit 7d30144

File tree

1 file changed

+29
-1
lines changed
  • articles/ai-services/openai/concepts

1 file changed

+29
-1
lines changed

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

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,24 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
107107
108108
### GPT-4 and GPT-4 Turbo Preview model availability
109109

110-
110+
#### Public cloud regions
111+
111112
| 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 |
112113
|---|:---|:---|
113114
| gpt-4 (0314) | | East US <br> France Central <br> South Central US <br> UK South |
114115
| 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 |
115116
| 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 | |
116117
| gpt-4 (vision-preview) | Sweden Central <br> West US <br> Japan East| Switzerland North <br> Australia East |
117118

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+
118128
### GPT-3.5 models
119129

120130
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
128138
129139
### GPT-3.5-Turbo model availability
130140

141+
#### Public cloud regions
142+
131143
| Model ID | Model Availability | Max Request (tokens) | Training Data (up to) |
132144
| --------- | -------------------- |:------:|:----:|
133145
| `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
138150

139151
**<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.
140152

153+
#### Azure Government regions
154+
155+
The following GPT-3 models are available with [Azure Government](/azure/azure-government/documentation-government-welcome):
156+
157+
|Model ID | Model Availability |
158+
|--|--|
159+
|`gpt-35-turbo` (1106) |US Gov Virginia<br>US Gov Arizona |
160+
141161
### Embeddings models
142162

143163
These models can only be used with Embedding API requests.
@@ -153,6 +173,14 @@ These models can only be used with Embedding API requests.
153173
> [!NOTE]
154174
> When sending an array of inputs for embedding, the max number of input items in the array per call to the embedding endpoint is 2048.
155175
176+
#### Azure Government regions
177+
178+
The following Embeddings models are available with [Azure Government](/azure/azure-government/documentation-government-welcome):
179+
180+
|Model ID | Model Availability |
181+
|--|--|
182+
|`text-embedding-ada-002` (version 2) |US Gov Virginia<br>US Gov Arizona |
183+
156184
### DALL-E models (Preview)
157185

158186
| Model ID | Feature Availability | Max Request (characters) |

0 commit comments

Comments
 (0)