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
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 +136,7 @@ GPT-4 version 0125-preview is an updated version of the GPT-4 Turbo preview prev
128
136
129
137
#### Public cloud regions
130
138
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||
@@ -144,7 +146,6 @@ The following GPT-4 models are available with [Azure Government](/azure/azure-go
144
146
|--|--|
145
147
|`gpt-4` (1106-Preview) | US Gov Virginia<br>US Gov Arizona |
146
148
147
-
148
149
### GPT-3.5 models
149
150
150
151
> [!IMPORTANT]
@@ -159,19 +160,20 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
159
160
> [!NOTE]
160
161
> 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
162
162
-
### GPT-3.5-Turbo model availability
163
+
| 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
179
@@ -182,16 +184,20 @@ These models can only be used with Embedding API requests.
182
184
> [!NOTE]
183
185
> `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
186
185
-
| Model ID | Model Availability | Max Request (tokens) | Output Dimensions |Training Data (up-to)
187
+
| Model ID | Max Request (tokens) | Output Dimensions |Training Data (up-to)
186
188
|---|---| :---:|:---:|:---:|
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