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
+40-23Lines changed: 40 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,17 @@ You can also use the OpenAI text to speech voices via Azure AI Speech. To learn
85
85
86
86
## Model summary table and region availability
87
87
88
+
> [!NOTE]
89
+
> This article only covers model/region availability that applies to all Azure OpenAI customers with deployment types of **Standard**. Some select customers have access to model/region combinations that are not listed in the unified table below. These tables also do not apply to customers using only **Provisioned** deployment types which have their own unique model/region availability matrix. For more information on **Provisioned** deployments refer to our [Provisioned guidance](./provisioned-throughput.md).
GPT-4, GPT-4-32k, and GPT-4 Turbo with Vision 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.
@@ -128,13 +139,16 @@ GPT-4 version 0125-preview is an updated version of the GPT-4 Turbo preview prev
128
139
129
140
#### Public cloud regions
130
141
131
-
| 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 |
132
-
|---|:---|:---|
133
-
| gpt-4 (0314) || East US <br> France Central <br> South Central US <br> UK South |
134
-
| 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 |
135
-
| 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 ||
136
-
| gpt-4 (0125-Preview) | East US <br> North Central US <br> South Central US <br> |
137
-
| gpt-4 (vision-preview) | Sweden Central <br> West US <br> Japan East <br> Switzerland North <br> Australia East||
In addition to the regions above which are available to all Azure OpenAI customers, some select pre-existing customers have been granted access to versions of GPT-4 in additional regions:
147
+
148
+
| Model | Region |
149
+
|---|:---|
150
+
|`gpt-4` (0314) | East US <br> France Central <br> South Central US <br> UK South |
151
+
|`gpt-4` (0613) | East US <br> East US 2 <br> Japan East <br> UK South |
138
152
139
153
#### Azure Government regions
140
154
@@ -144,7 +158,6 @@ The following GPT-4 models are available with [Azure Government](/azure/azure-go
144
158
|--|--|
145
159
|`gpt-4` (1106-Preview) | US Gov Virginia<br>US Gov Arizona |
146
160
147
-
148
161
### GPT-3.5 models
149
162
150
163
> [!IMPORTANT]
@@ -159,19 +172,20 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
159
172
> [!NOTE]
160
173
> Version `0613` of `gpt-35-turbo` and `gpt-35-turbo-16k` will be retired no earlier than June 13, 2024. Version `0301` of `gpt-35-turbo` will be retired no earlier than July 5, 2024. See [model updates](../how-to/working-with-models.md#model-updates) for model upgrade behavior.
161
174
162
-
### GPT-3.5-Turbo model availability
175
+
| Model ID | 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 |
170
-
|`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 | 4,096 | Sep 2021 |
171
-
|`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 |
172
-
|`gpt-35-turbo-instruct` (0914) | East US <br> Sweden Central | 4,097 |Sep 2021 |
173
-
|`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|
174
-
|`gpt-35-turbo` (0125) **NEW**| Canada East <br> North Central US <br> South Central US | 16,385 | Sep 2021 |
**<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.
177
191
@@ -182,16 +196,20 @@ These models can only be used with Embedding API requests.
182
196
> [!NOTE]
183
197
> `text-embedding-3-large` is the latest and most capable embedding model. Upgrading between embedding models is not possible. In order to migrate from using `text-embedding-ada-002` to `text-embedding-3-large` you would need to generate new embeddings.
184
198
185
-
| Model ID | Model Availability | Max Request (tokens) | Output Dimensions |Training Data (up-to)
199
+
| Model ID | Max Request (tokens) | Output Dimensions |Training Data (up-to)
186
200
|---|---| :---:|:---:|:---:|
187
-
|`text-embedding-ada-002` (version 2) | Australia East <br> Canada East <br> East US <br> East US2 <br> France Central <br> Japan East <br> North Central US <br> Norway East <br> South Central US <br> Sweden Central <br> Switzerland North <br> UK South <br> West Europe <br> West US |8,191 | 1,536 | Sep 2021 |
188
-
|`text-embedding-ada-002` (version 1) | East US <br> South Central US <br> West Europe |2,046 | 1,536 | Sep 2021 |
189
-
|`text-embedding-3-large`|Canada East, East US, East US 2 |8,191 | 3,072 |Sep 2021 |
190
-
|`text-embedding-3-small`|Canada East, East US, East US 2 |8,191| 1,536 | Sep 2021 |
0 commit comments