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/cognitive-services/openai/concepts/models.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,28 +157,30 @@ When using our embeddings models, keep in mind their limitations and risks.
157
157
### GPT-3 Models
158
158
| Model ID | Supports Completions | Supports Embeddings | Base model Regions | Fine-Tuning Regions |
159
159
| --- | --- | --- | --- | --- |
160
-
| ada | Yes | No | N/A | East US, South Central US, West Europe |
161
-
| text-ada-001 | Yes | No | East US, South Central US, West Europe | N/A |
162
-
| babbage | Yes | No | N/A | East US, South Central US, West Europe |
163
-
| text-babbage-001 | Yes | No | East US, South Central US, West Europe | N/A |
164
-
| curie | Yes | No | N/A | East US, South Central US, West Europe |
165
-
| text-curie-001 | Yes | No | East US, South Central US, West Europe | N/A |
166
-
| davinci<sup>1</sup> | Yes | No | N/A | East US, South Central US, West Europe |
160
+
| ada | Yes | No | N/A | East US<sup>2</sup>, South Central US, West Europe |
161
+
| text-ada-001 | Yes | No | East US<sup>2</sup>, South Central US, West Europe | N/A |
162
+
| babbage | Yes | No | N/A | East US<sup>2</sup>, South Central US, West Europe |
163
+
| text-babbage-001 | Yes | No | East US<sup>2</sup>, South Central US, West Europe | N/A |
164
+
| curie | Yes | No | N/A | East US<sup>2</sup>, South Central US, West Europe |
165
+
| text-curie-001 | Yes | No | East US<sup>2</sup>, South Central US, West Europe | N/A |
166
+
| davinci<sup>1</sup> | Yes | No | N/A | East US<sup>2</sup>, South Central US, West Europe |
167
167
| text-davinci-001 | Yes | No | South Central US, West Europe | N/A |
168
168
| text-davinci-002 | Yes | No | East US, South Central US, West Europe | N/A |
169
169
| text-davinci-003 | Yes | No | East US | N/A |
170
170
| text-davinci-fine-tune-002<sup>1</sup> | Yes | No | N/A | East US, West Europe |
171
171
172
172
<sup>1</sup> The model is available by request only. Currently we aren't accepting new requests to use the model.
173
+
<br><sup>2</sup> East US is currently unavailable for new customers to fine-tune due to high demand. Please use US South Central region for US based training.
173
174
174
175
### Codex Models
175
176
| Model ID | Supports Completions | Supports Embeddings | Base model Regions | Fine-Tuning Regions |
176
177
| --- | --- | --- | --- | --- |
177
-
| code-cushman-001<sup>2</sup> | Yes | No | South Central US, West Europe | East US, South Central US, West Europe |
178
+
| code-cushman-001<sup>1</sup> | Yes | No | South Central US, West Europe | East US<sup>2</sup> , South Central US, West Europe |
178
179
| code-davinci-002 | Yes | No | East US, West Europe | N/A |
179
-
| code-davinci-fine-tune-002<sup>2</sup> | Yes | No | N/A | East US, West Europe |
180
+
| code-davinci-fine-tune-002<sup>1</sup> | Yes | No | N/A | East US<sup>2</sup> , West Europe |
180
181
181
-
<sup>2</sup> The model is available for fine-tuning by request only. Currently we aren't accepting new requests to fine-tune the model.
182
+
<sup>1</sup> The model is available for fine-tuning by request only. Currently we aren't accepting new requests to fine-tune the model.
183
+
<br><sup>2</sup> East US is currently unavailable for new customers to fine-tune due to high demand. Please use US South Central region for US based training.
182
184
183
185
### Embeddings Models
184
186
| Model ID | Supports Completions | Supports Embeddings | Base model Regions | Fine-Tuning Regions |
Copy file name to clipboardExpand all lines: articles/cognitive-services/openai/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ Azure OpenAI Service provides REST API access to OpenAI's powerful language mode
23
23
| Feature | Azure OpenAI |
24
24
| --- | --- |
25
25
| Models available | GPT-3 base series <br> Codex series <br> Embeddings series <br> Learn more in our [Models](./concepts/models.md) page.|
26
-
| Fine-tuning | Ada <br> Babbage <br> Curie <br> Cushman* <br> Davinci* <br> \* Currently unavailable.|
26
+
| Fine-tuning | Ada <br> Babbage <br> Curie <br> Cushman* <br> Davinci* <br> \* Currently unavailable.\*\*East US Fine-tuning is currently unavailable to new customers. Please use US South Central for US based training|
0 commit comments