Skip to content

Commit 1b59faa

Browse files
Merge pull request #2773 from mrbullwinkle/mrb_02_06_2025_cleanup
[Azure OpenAI] babbage--02 davinci-002 retirement cleanup
2 parents a5fc6cd + 688d53a commit 1b59faa

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

articles/ai-services/openai/concepts/fine-tuning-considerations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ Even with a great use case, fine-tuning is only as good as the quality of the da
7979

8080
Another important point is even with high quality data if your data isn't in the necessary format for fine-tuning you'll need to commit engineering resources in order to properly format the data.
8181

82-
| Data | Babbage-002 <br> Davinci-002 | GPT-3.5-Turbo <br> GPT-4o & GPT-4o mini <br> GPT-4 |
83-
|---|---|---|
84-
| Volume | Thousands of Examples | Thousands of Examples |
85-
| Format | Prompt/Completion | Conversational Chat |
82+
| Data | GPT-3.5-Turbo <br> GPT-4o & GPT-4o mini <br> GPT-4 |
83+
|---|---|
84+
| Volume | Thousands of Examples |
85+
| Format | Conversational Chat |
8686

8787
**If you are ready for fine-tuning you:**
8888

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,6 @@ These models can only be used with Embedding API requests.
346346

347347
### Completions models
348348

349-
`babbage-002` and `davinci-002` are not trained to follow instructions. Querying these base models should only be done as a point of reference to a fine-tuned version to evaluate the progress of your training.
350-
351349
[!INCLUDE [Completions](../includes/model-matrix/standard-completions.md)]
352350

353351
---

articles/ai-services/openai/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Azure OpenAI Service provides REST API access to OpenAI's powerful language mode
2121
| Feature | Azure OpenAI |
2222
| --- | --- |
2323
| Models available | [**o3-mini & o1**](./how-to/reasoning.md) - (Limited Access - [**Request Access**](https://aka.ms/OAI/o1access))<br>[**o1-mini**](./how-to/reasoning.md)<br>**GPT-4o & GPT-4o mini**<br> **GPT-4 series (including GPT-4 Turbo with Vision)** <br>**GPT-3.5-Turbo series**<br> Embeddings series <br> Learn more in our [Models](./concepts/models.md) page.|
24-
| Fine-tuning | `GPT-4o-mini` (preview) <br> `GPT-4` (preview) <br>`GPT-3.5-Turbo` (0613) <br> `babbage-002` <br> `davinci-002`.|
24+
| Fine-tuning | `GPT-4o-mini` (preview) <br> `GPT-4` (preview) <br>`GPT-3.5-Turbo` (0613).|
2525
| Price | [Available here](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) <br> For details on vision-enabled chat models, see the [special pricing information](../openai/concepts/gpt-with-vision.md#special-pricing-information).|
2626
| Virtual network support & private link support | Yes. |
2727
| Managed Identity| Yes, via Microsoft Entra ID |

0 commit comments

Comments
 (0)