Skip to content

Commit 74aa1ab

Browse files
Merge pull request #223780 from ChrisHMSFT/chrhoder/whatsnewJan
added january whats new ahead of GA announcement
2 parents f01042a + 49b3645 commit 74aa1ab

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Azure OpenAI's model names typically correspond to the following standard naming
4343
| `{input-type}` | ([Embeddings models](#embeddings-models) only) The input type of the embedding supported by the model. For example, text search embedding models support `doc` and `query`.|
4444
| `{identifier}` | The version identifier of the model. |
4545

46-
For example, our most powerful GPT-3 model is called `text-davinci-002`, while our most powerful Codex model is called `code-davinci-002`.
46+
For example, our most powerful GPT-3 model is called `text-davinci-003`, while our most powerful Codex model is called `code-davinci-002`.
4747

4848
> Older versions of the GPT-3 models are available, named `ada`, `babbage`, `curie`, and `davinci`. These older models do not follow the standard naming conventions, and they are primarily intended for fine tuning. For more information, see [Learn how to customize a model for your application](../how-to/fine-tuning.md).
4949
@@ -62,7 +62,7 @@ The GPT-3 models can understand and generate natural language. The service offer
6262
- `text-ada-001`
6363
- `text-babbage-001`
6464
- `text-curie-001`
65-
- `text-davinci-002`
65+
- `text-davinci-003`
6666

6767
While Davinci is the most capable, the other models provide significant speed advantages. Our recommendation is for users to start with Davinci while experimenting, because it will produce the best results and validate the value our service can provide. Once you have a prototype working, you can then optimize your model choice with the best latency/performance balance for your application.
6868

@@ -166,6 +166,7 @@ When using our Embeddings models, keep in mind their limitations and risks.
166166
| Davinci* | Yes | No | N/A | East US, 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 |
169+
| Text-davinci-003 | Yes | No | East US | N/A |
169170
| Text-davinci-fine-tune-002* | Yes | No | N/A | East US, West Europe |
170171

171172
\*Models available by request only. Please open a support request.

articles/cognitive-services/openai/includes/studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ From here, select the **create new deployment** button in the banner at the top.
3838

3939
## Deployments
4040

41-
Before you can generate text or inference, you need to deploy a model. This is done by selecting the **create new deployment** on the deployments page. From here, you can select from one of our many available models. For getting started we recommend `text-davinci-002`.
41+
Before you can generate text or inference, you need to deploy a model. This is done by selecting the **create new deployment** on the deployments page. From here, you can select from one of our many available models. For getting started we recommend `text-davinci-003`.
4242

4343
Once this is complete, select the 'Playground' button on the left nav to start experimenting.
4444

articles/cognitive-services/openai/quotas-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following sections provide you with a quick guide to the quotas and limits t
2323
| Limit Name | Limit Value |
2424
|--|--|
2525
| OpenAI resources per region | 2 |
26-
| Requests per second per deployment | 20 requests per second for: text-davinci-002, text-davinci-fine-tune-002, code-cushman-002, code-davinci-002, code-davinci-fine-tune-002 <br ><br> 50 requests per second for all other text models.
26+
| Requests per second per deployment | 20 requests per second for: text-davinci-003, text-davinci-002, text-davinci-fine-tune-002, code-cushman-002, code-davinci-002, code-davinci-fine-tune-002 <br ><br> 50 requests per second for all other text models.
2727
|
2828
| Max fine-tuned model deployments | 2 |
2929
| Ability to deploy same model to multiple deployments | Not allowed |

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ keywords:
1515

1616
# What's new in Azure OpenAI
1717

18+
## January 2023
19+
20+
### New Features
21+
22+
* **Service GA**. Azure OpenAI is now generally available.​
23+
24+
* **New models**: Addition of the latest text model, text-davinci-003
25+
26+
1827
## December 2022
1928

2029
### New features

0 commit comments

Comments
 (0)