Skip to content

Commit 145b290

Browse files
authored
Merge pull request #2576 from msakande/reference-articles-freshness-90-days
Reference articles freshness 90 days
2 parents 37bcb48 + 4635fa7 commit 145b290

15 files changed

+18
-604
lines changed

articles/ai-studio/.openpublishing.redirection.ai-studio.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@
180180
"redirect_url": "/azure/ai-studio/concepts/content-filtering",
181181
"redirect_document_id": false
182182
},
183+
{
184+
"source_path_from_root": "/articles/ai-studio/reference/reference-model-inference-completions.md",
185+
"redirect_url": "/azure/ai-studio/reference/reference-model-inference-chat-completions",
186+
"redirect_document_id": false
187+
},
183188
{
184189
"source_path_from_root": "/articles/ai-studio/concepts/evaluation-improvement-strategies.md",
185190
"redirect_url": "/azure/ai-studio/concepts/evaluation-approach-gen-ai",

articles/ai-studio/reference/reference-model-inference-api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,6 @@ Explore the reference section of the Azure AI model inference API to see paramet
623623

624624
* [Get info](reference-model-inference-info.md): Returns the information about the model deployed under the endpoint.
625625
* [Text embeddings](reference-model-inference-embeddings.md): Creates an embedding vector representing the input text.
626-
* [Text completions](reference-model-inference-completions.md): Creates a completion for the provided prompt and parameters.
627626
* [Chat completions](reference-model-inference-chat-completions.md): Creates a model response for the given chat conversation.
628627
* [Image embeddings](reference-model-inference-images-embeddings.md): Creates an embedding vector representing the input text and image.
629628

articles/ai-studio/reference/reference-model-inference-chat-completions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Reference for Azure AI Model Inference Chat Completions API
55
manager: scottpolly
66
ms.service: azure-ai-studio
77
ms.topic: conceptual
8-
ms.date: 5/21/2024
8+
ms.date: 01/28/2025
99
ms.reviewer: fasantia
1010
reviewer: santiagxf
1111
ms.author: mopeakande

articles/ai-studio/reference/reference-model-inference-completions.md

Lines changed: 0 additions & 296 deletions
This file was deleted.

articles/ai-studio/reference/reference-model-inference-embeddings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Reference for Azure AI Model Inference Embeddings API
55
manager: scottpolly
66
ms.service: azure-ai-studio
77
ms.topic: conceptual
8-
ms.date: 5/21/2024
8+
ms.date: 01/28/2025
99
ms.reviewer: fasantia
1010
reviewer: santiagxf
1111
ms.author: mopeakande

articles/ai-studio/reference/reference-model-inference-images-embeddings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Reference for Azure AI Model Inference Image Embeddings API
55
manager: scottpolly
66
ms.service: azure-ai-studio
77
ms.topic: conceptual
8-
ms.date: 5/21/2024
8+
ms.date: 01/28/2025
99
ms.reviewer: fasantia
1010
reviewer: santiagxf
1111
ms.author: mopeakande

articles/ai-studio/reference/reference-model-inference-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Reference for Azure AI Model Inference Get Info API
55
manager: scottpolly
66
ms.service: azure-ai-studio
77
ms.topic: conceptual
8-
ms.date: 5/21/2024
8+
ms.date: 01/28/2025
99
ms.reviewer: fasantia
1010
reviewer: santiagxf
1111
ms.author: mopeakande

articles/machine-learning/.openpublishing.redirection.machine-learning.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"redirect_url": "/azure/machine-learning/concept-model-lifecycle-retirement",
2121
"redirect_document_id": true
2222
},
23+
{
24+
"source_path_from_root": "/articles/machine-learning/reference-model-inference-completions.md",
25+
"redirect_url": "/azure/machine-learning/reference-model-inference-chat-completions",
26+
"redirect_document_id": false
27+
},
2328
{
2429
"source_path_from_root": "/articles/machine-learning/v-fake/tutorial-pipeline-python-sdk.md",
2530
"redirect_url": "/azure/machine-learning/tutorial-pipeline-python-sdk",

articles/machine-learning/reference-model-inference-api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ The API indicates how developers can consume predictions for the following modal
7474

7575
* [Get info](reference-model-inference-info.md): Returns the information about the model deployed under the endpoint.
7676
* [Text embeddings](reference-model-inference-embeddings.md): Creates an embedding vector representing the input text.
77-
* [Text completions](reference-model-inference-completions.md): Creates a completion for the provided prompt and parameters.
7877
* [Chat completions](reference-model-inference-chat-completions.md): Creates a model response for the given chat conversation.
7978
* [Image embeddings](reference-model-inference-images-embeddings.md): Creates an embedding vector representing the input text and image.
8079

@@ -614,7 +613,6 @@ Explore the reference section of the Azure AI model inference API to see paramet
614613

615614
* [Get info](reference-model-inference-info.md): Returns the information about the model deployed under the endpoint.
616615
* [Text embeddings](reference-model-inference-embeddings.md): Creates an embedding vector representing the input text.
617-
* [Text completions](reference-model-inference-completions.md): Creates a completion for the provided prompt and parameters.
618616
* [Chat completions](reference-model-inference-chat-completions.md): Creates a model response for the given chat conversation.
619617
* [Image embeddings](reference-model-inference-images-embeddings.md): Creates an embedding vector representing the input text and image.
620618

articles/machine-learning/reference-model-inference-chat-completions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: scottpolly
66
ms.service: azure-machine-learning
77
ms.subservice: inferencing
88
ms.topic: conceptual
9-
ms.date: 05/03/2024
9+
ms.date: 01/28/2025
1010
ms.reviewer: None
1111
ms.author: mopeakande
1212
author: msakande

0 commit comments

Comments
 (0)