Skip to content

Commit 58eda85

Browse files
Merge pull request #228508 from mrbullwinkle/merge_conflict_fix_02_24
[Cognitive Services] [Azure OpenAI] Resolve merge conflict
2 parents 51ec57b + ee29627 commit 58eda85

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -157,28 +157,30 @@ When using our embeddings models, keep in mind their limitations and risks.
157157
### GPT-3 Models
158158
| Model ID | Supports Completions | Supports Embeddings | Base model Regions | Fine-Tuning Regions |
159159
| --- | --- | --- | --- | --- |
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 |
167167
| text-davinci-001 | Yes | No | South Central US, West Europe | N/A |
168168
| text-davinci-002 | Yes | No | East US, South Central US, West Europe | N/A |
169169
| text-davinci-003 | Yes | No | East US | N/A |
170170
| text-davinci-fine-tune-002<sup>1</sup> | Yes | No | N/A | East US, West Europe |
171171

172172
<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.
173174

174175
### Codex Models
175176
| Model ID | Supports Completions | Supports Embeddings | Base model Regions | Fine-Tuning Regions |
176177
| --- | --- | --- | --- | --- |
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 |
178179
| 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 |
180181

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.
182184

183185
### Embeddings Models
184186
| Model ID | Supports Completions | Supports Embeddings | Base model Regions | Fine-Tuning Regions |

articles/cognitive-services/openai/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Azure OpenAI Service provides REST API access to OpenAI's powerful language mode
2323
| Feature | Azure OpenAI |
2424
| --- | --- |
2525
| 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|
2727
| Price | [Available here](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) |
28-
| Virtual network support | Yes |
28+
| Virtual network support & private link support | Yes |
2929
| Managed Identity| Yes, via Azure Active Directory |
3030
| UI experience | **Azure Portal** for account & resource management, <br> **Azure OpenAI Service Studio** for model exploration and fine tuning |
3131
| Regional availability | East US <br> South Central US <br> West Europe |

0 commit comments

Comments
 (0)