Skip to content

Commit e597b54

Browse files
Merge pull request #231385 from mrbullwinkle/mrb_03_20_2023_pm_feedback
[Cognitive Services] [Release branch] PM feedback
2 parents 60bf793 + 7a0c7df commit e597b54

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ We recommend starting with the most capable model in a model family to confirm w
6060

6161
GPT-4 is a large multimodal model meaning while it currently accepts text inputs and emits text outputs. It will eventually be able to accept image inputs as well. GPT-4 can solve difficult problems with greater accuracy than any of OpenAI's previous models. Like gpt-35-turbo, GPT-4 is optimized for chat but works well for traditional completions tasks.
6262

63-
These models are currently in limited preview. For access, existing Azure OpenAI customers can [apply by filling out this form](https://aka.ms/oai/get-gpt4). .
64-
63+
These models are currently in limited preview. For access, existing Azure OpenAI customers can [apply by filling out this form](https://aka.ms/oai/get-gpt4).
6564
- `gpt-4`
6665
- `gpt-4-32k`
6766

@@ -197,10 +196,10 @@ When using our embeddings models, keep in mind their limitations and risks.
197196

198197
| Model ID | Supports Completions | Supports Embeddings | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) |
199198
| ----------------------- | -------------------- | ------------------- | ------------------------- | ------------------- | -------------------- | ---------------------- |
200-
| `gpt-4` <sup>1</sup><sup>2</sup> | Yes | No | East US, South Central US | N/A | 8,192 | September 2021 |
201-
| `gpt-4-32k` <sup>1</sup><sup>2</sup> | Yes | No | East US, South Central US | N/A | 32,768 | September 2021 |
199+
| `gpt-4` <sup>1,</sup><sup>2</sup> | Yes | No | East US, South Central US | N/A | 8,192 | September 2021 |
200+
| `gpt-4-32k` <sup>1,</sup><sup>2</sup> | Yes | No | East US, South Central US | N/A | 32,768 | September 2021 |
202201

203-
<sup>1</sup> The model is in limited preview and only available by request.
202+
<sup>1</sup> The model is in limited preview and only available by request.<br>
204203
<sup>2</sup> Currently, only version `0314` of this model is available.
205204

206205
### Codex Models

articles/cognitive-services/openai/how-to/chatgpt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In Azure OpenAI there are two different options for interacting with these model
2323

2424
The ChatCompletion API is a new dedicated API for interacting with the ChatGPT and GPT-4 models. This API is the preferred method for accessing these models.
2525

26-
ChatML uses the same [completion API](../reference.md#completions) that you use for other models like text-davinci-002, it requires a unique token based prompt format known as Chat Markup Language (ChatML). This provides lower level access than the dedicated ChatCompletion API, but also requires additional input validation and the underlying format is more likely to change over time.
26+
ChatML uses the same [completion API](../reference.md#completions) that you use for other models like text-davinci-002, it requires a unique token based prompt format known as Chat Markup Language (ChatML). This provides lower level access than the dedicated ChatCompletion API, but also requires additional input validation and **the underlying format is more likely to change over time**.
2727

2828
This article walks you through getting started with the new ChatGPT and GPT-4 models. It's important to use the techniques described here to get the best results. If you try to interact with the models the same way you did with the older model series, the models will often be verbose and provide less useful responses.
2929

articles/cognitive-services/openai/overview.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Azure OpenAI Service provides REST API access to OpenAI's powerful language mode
2222

2323
| Feature | Azure OpenAI |
2424
| --- | --- |
25-
| Models available | **NEW GPT-4 series (limited preview)** <br> GPT-3 base series <br>**New ChatGPT (gpt-35-turbo)**<br> Codex series <br> Embeddings series <br> Learn more in our [Models](./concepts/models.md) page.|
25+
| Models available | **NEW GPT-4 series (limited preview)** <br> GPT-3 base series <br>**NEW ChatGPT (gpt-35-turbo)**<br> Codex series <br> Embeddings series <br> Learn more in our [Models](./concepts/models.md) page.|
2626
| Fine-tuning | Ada <br> Babbage <br> Curie <br> Cushman* <br> Davinci* <br> \* Currently unavailable. \*\*East US and West Europe 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/) |
2828
| Virtual network support & private link support | Yes |
@@ -124,7 +124,11 @@ The number of examples typically range from 0 to 100 depending on how many can f
124124

125125
### Models
126126

127-
The service provides users access to several different models. Each model provides a different capability and price point. The GPT-3 base models are known as Davinci, Curie, Babbage, and Ada in decreasing order of capability and increasing order of speed.
127+
The service provides users access to several different models. Each model provides a different capability and price point.
128+
129+
GPT-4 models are the latest available models. These models are currently in limited preview. For access, existing Azure OpenAI customers can [apply by filling out this form](https://aka.ms/oai/get-gpt4).
130+
131+
The GPT-3 base models are known as Davinci, Curie, Babbage, and Ada in decreasing order of capability and increasing order of speed.
128132

129133
The Codex series of models is a descendant of GPT-3 and has been trained on both natural language and code to power natural language to code use cases. Learn more about each model on our [models concept page](./concepts/models.md).
130134

articles/cognitive-services/openai/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords:
1717

1818
## March 2023
1919

20-
- **GPT-4 series models are now available in limited preview on Azure OpenAI**. To request access, existing Azure OpenAI customers can [apply by filling out this form](https://aka.ms/oai/get-gpt4).
20+
- **GPT-4 series models are now available in limited preview on Azure OpenAI**. To request access, existing Azure OpenAI customers can [apply by filling out this form](https://aka.ms/oai/get-gpt4). These models are currently available in the East US and South Central US regions.
2121

2222
- **New ChatGPT API released in public preview on 3/21**. To learn more checkout the [updated quickstarts](./quickstart.md) and [how-to article](./how-to/chatgpt.md).
2323

0 commit comments

Comments
 (0)