Skip to content

Commit 58dfcf9

Browse files
Merge pull request #232414 from mrbullwinkle/mrb_03_28_2023_model_page_updates
[Cognitive Services] [Azure OpenAI] Update to simplify models page
2 parents a816349 + 1d0d33c commit 58dfcf9

File tree

1 file changed

+53
-45
lines changed
  • articles/cognitive-services/openai/concepts

1 file changed

+53
-45
lines changed

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

Lines changed: 53 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -173,65 +173,73 @@ When using our embeddings models, keep in mind their limitations and risks.
173173

174174
### GPT-3 Models
175175

176-
| Model ID | Supports Completions | Supports Embeddings | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) |
177-
| --------- | -------------------- | ------------------- | --------------------- | ------------------- | -------------------- | ---------------------- |
178-
| ada | Yes | No | N/A | East US<sup>2</sup>, South Central US, West Europe<sup>2</sup> | 2,049 | Oct 2019|
179-
| text-ada-001 | Yes | No | East US, South Central US, West Europe | N/A | 2,049 | Oct 2019|
180-
| babbage | Yes | No | N/A | East US<sup>2</sup>, South Central US, West Europe<sup>2</sup> | 2,049 | Oct 2019 |
181-
| text-babbage-001 | Yes | No | East US, South Central US, West Europe | N/A | 2,049 | Oct 2019 |
182-
| curie | Yes | No | N/A | East US<sup>2</sup>, South Central US, West Europe<sup>2</sup> | 2,049 | Oct 2019 |
183-
| text-curie-001 | Yes | No | East US, South Central US, West Europe | N/A | 2,049 | Oct 2019 |
184-
| davinci<sup>1</sup> | Yes | No | N/A | East US<sup>2</sup>, South Central US, West Europe<sup>2</sup> | 2,049 | Oct 2019|
185-
| text-davinci-001 | Yes | No | South Central US, West Europe | N/A | | |
186-
| text-davinci-002 | Yes | No | East US, South Central US, West Europe | N/A | 4,097 | Jun 2021 |
187-
| text-davinci-003 | Yes | No | East US, West Europe | N/A | 4,097 | Jun 2021 |
188-
| text-davinci-fine-tune-002<sup>1</sup> | Yes | No | N/A | East US, West Europe<sup>2</sup> | | |
189-
| gpt-35-turbo<sup>3</sup> (ChatGPT) (preview) | Yes | No | East US, South Central US | N/A | 4,096 | Sep 2021
176+
These models can be used with Completion API requests. `gpt-35-turbo` is the only model that can be used with both Completion API requests and the Chat Completion API.
177+
178+
| Model ID | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) |
179+
| --------- | --------------------- | ------------------- | -------------------- | ---------------------- |
180+
| ada | N/A | South Central US <sup>2</sup> | 2,049 | Oct 2019|
181+
| text-ada-001 | East US, South Central US, West Europe | N/A | 2,049 | Oct 2019|
182+
| babbage | N/A | South Central US<sup>2</sup> | 2,049 | Oct 2019 |
183+
| text-babbage-001 | East US, South Central US, West Europe | N/A | 2,049 | Oct 2019 |
184+
| curie | N/A | South Central US<sup>2</sup> | 2,049 | Oct 2019 |
185+
| text-curie-001 | East US, South Central US, West Europe | N/A | 2,049 | Oct 2019 |
186+
| davinci<sup>1</sup> | N/A | Currently unavailable | 2,049 | Oct 2019|
187+
| text-davinci-001 | South Central US, West Europe | N/A | | |
188+
| text-davinci-002 | East US, South Central US, West Europe | N/A | 4,097 | Jun 2021 |
189+
| text-davinci-003 | East US, West Europe | N/A | 4,097 | Jun 2021 |
190+
| text-davinci-fine-tune-002<sup>1</sup> | N/A | Currently unavailable | | |
191+
| gpt-35-turbo<sup>3</sup> (ChatGPT) (preview) | East US, South Central US | N/A | 4,096 | Sep 2021 |
190192

191193
<sup>1</sup> The model is available by request only. Currently we aren't accepting new requests to use the model.
192-
<br><sup>2</sup> East US and West Europe are currently unavailable for new customers to fine-tune due to high demand. Please use US South Central region for fine-tuning.
194+
<br><sup>2</sup> East US and West Europe were previously available, but due to high demand they are currently unavailable for new customers to use for fine-tuning. Please use US South Central region for fine-tuning.
193195
<br><sup>3</sup> Currently, only version `0301` of this model is available. This version of the model will be deprecated on 8/1/2023 in favor of newer version of the gpt-35-model. See [ChatGPT model versioning](../how-to/chatgpt.md#model-versioning) for more details.
194196

195197
### GPT-4 Models
196198

197-
| Model ID | Supports Completions | Supports Embeddings | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) |
198-
| ----------------------- | -------------------- | ------------------- | ------------------------- | ------------------- | -------------------- | ---------------------- |
199-
| `gpt-4` <sup>1,</sup><sup>2</sup> (preview) | Yes | No | East US, South Central US | N/A | 8,192 | September 2021 |
200-
| `gpt-4-32k` <sup>1,</sup><sup>2</sup> (preview) | Yes | No | East US, South Central US | N/A | 32,768 | September 2021 |
199+
These models can only be used with the Chat Completion API.
201200

202-
<sup>1</sup> The model is in preview and only available by request.<br>
201+
| Model ID | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) |
202+
| --- | --- | --- | --- | --- |
203+
| `gpt-4` <sup>1,</sup><sup>2</sup> (preview) | East US, South Central US | N/A | 8,192 | September 2021 |
204+
| `gpt-4-32k` <sup>1,</sup><sup>2</sup> (preview) | East US, South Central US | N/A | 32,768 | September 2021 |
205+
206+
<sup>1</sup> The model is in preview and [only available by request](https://aka.ms/oai/get-gpt4).<br>
203207
<sup>2</sup> Currently, only version `0314` of this model is available.
204208

205209
### Codex Models
206-
| Model ID | Supports Completions | Supports Embeddings | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) |
207-
| --- | --- | --- | --- | --- | --- | --- |
208-
| code-cushman-001<sup>1</sup> | Yes | No | South Central US, West Europe | East US<sup>2</sup> , South Central US, West Europe<sup>2</sup> | 2,048 | |
209-
| code-davinci-002 | Yes | No | East US, West Europe | N/A | 8,001 | Jun 2021 |
210-
| code-davinci-fine-tune-002<sup>1</sup> | Yes | No | N/A | East US<sup>2</sup> , West Europe<sup>2</sup> | | |
210+
211+
These models can only be used with Completions API requests.
212+
213+
| Model ID | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) |
214+
| --- | --- | --- | --- | --- |
215+
| code-cushman-001<sup>1</sup> | South Central US, West Europe | Currently unavailable | 2,048 | |
216+
| code-davinci-002 | East US, West Europe | N/A | 8,001 | Jun 2021 |
211217

212218
<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.
213-
<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.
214219

215220
### Embeddings Models
216-
| Model ID | Supports Completions | Supports Embeddings | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) |
217-
| --- | --- | --- | --- | --- | --- | --- |
218-
| text-embedding-ada-002 | No | Yes | East US, South Central US, West Europe | N/A |2,046 | Sep 2021 |
219-
| text-similarity-ada-001 | No | Yes | East US, South Central US, West Europe | N/A | 2,046 | Aug 2020 |
220-
| text-similarity-babbage-001 | No | Yes | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
221-
| text-similarity-curie-001 | No | Yes | East US, South Central US, West Europe | N/A | 2046 | Aug 2020 |
222-
| text-similarity-davinci-001 | No | Yes | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
223-
| text-search-ada-doc-001 | No | Yes | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
224-
| text-search-ada-query-001 | No | Yes | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
225-
| text-search-babbage-doc-001 | No | Yes | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
226-
| text-search-babbage-query-001 | No | Yes | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
227-
| text-search-curie-doc-001 | No | Yes | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
228-
| text-search-curie-query-001 | No | Yes | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
229-
| text-search-davinci-doc-001 | No | Yes | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
230-
| text-search-davinci-query-001 | No | Yes | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
231-
| code-search-ada-code-001 | No | Yes | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
232-
| code-search-ada-text-001 | No | Yes | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
233-
| code-search-babbage-code-001 | No | Yes | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
234-
| code-search-babbage-text-001 | No | Yes | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
221+
222+
These models can only be used with Embedding API requests.
223+
224+
| Model ID | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) |
225+
| --- | --- | --- | --- | --- |
226+
| text-embedding-ada-002 | East US, South Central US, West Europe | N/A |2,046 | Sep 2021 |
227+
| text-similarity-ada-001| East US, South Central US, West Europe | N/A | 2,046 | Aug 2020 |
228+
| text-similarity-babbage-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
229+
| text-similarity-curie-001 | East US, South Central US, West Europe | N/A | 2046 | Aug 2020 |
230+
| text-similarity-davinci-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
231+
| text-search-ada-doc-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
232+
| text-search-ada-query-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
233+
| text-search-babbage-doc-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
234+
| text-search-babbage-query-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
235+
| text-search-curie-doc-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
236+
| text-search-curie-query-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
237+
| text-search-davinci-doc-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
238+
| text-search-davinci-query-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
239+
| code-search-ada-code-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
240+
| code-search-ada-text-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
241+
| code-search-babbage-code-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
242+
| code-search-babbage-text-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
235243

236244
## Next steps
237245

0 commit comments

Comments
 (0)