Skip to content

Commit 784bbcd

Browse files
Merge pull request #2600 from eric-urban/eur/resolve-conflict-ds-1
[DIRTY PR] resolve conflict ds 1
2 parents 0e827f6 + 77404ec commit 784bbcd

File tree

116 files changed

+750
-640
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+750
-640
lines changed

articles/ai-foundry/model-inference/concepts/endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To learn more about how to create deployments see [Add and configure model deplo
3838

3939
## Azure AI inference endpoint
4040

41-
The Azure AI inference endpoint allows customers to use a single endpoint with the same authentication and schema to generate inference for the deployed models in the resource. This endpoint follows the [Azure AI model inference API](../../../ai-studio/reference/reference-model-inference-api.md) which all the models in Azure AI model inference support. It support the following modalidities:
41+
The Azure AI inference endpoint allows customers to use a single endpoint with the same authentication and schema to generate inference for the deployed models in the resource. This endpoint follows the [Azure AI model inference API](.././reference/reference-model-inference-api.md) which all the models in Azure AI model inference support. It support the following modalidities:
4242

4343
* Text embeddings
4444
* Image embeddings

articles/ai-foundry/model-inference/how-to/inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Azure AI services expose multiple endpoints depending on the type of work you're
2626
> * Azure AI model inference endpoint
2727
> * Azure OpenAI endpoint
2828
29-
The **Azure AI inference endpoint** (usually with the form `https://<resource-name>.services.ai.azure.com/models`) allows customers to use a single endpoint with the same authentication and schema to generate inference for the deployed models in the resource. All the models support this capability. This endpoint follows the [Azure AI model inference API](../../../ai-studio/reference/reference-model-inference-api.md).
29+
The **Azure AI inference endpoint** (usually with the form `https://<resource-name>.services.ai.azure.com/models`) allows customers to use a single endpoint with the same authentication and schema to generate inference for the deployed models in the resource. All the models support this capability. This endpoint follows the [Azure AI model inference API](.././reference/reference-model-inference-api.md).
3030

3131
**Azure OpenAI** models deployed to AI services also support the Azure OpenAI API (usually with the form `https://<resource-name>.openai.azure.com`). This endpoint exposes the full capabilities of OpenAI models and supports more features like assistants, threads, files, and batch inference.
3232

articles/ai-foundry/model-inference/how-to/use-chat-completions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ zone_pivot_groups: azure-ai-inference-samples
4949
## Related content
5050

5151
* [Use embeddings models](use-embeddings.md)
52-
* [Azure AI Model Inference API](../../../ai-studio/reference/reference-model-inference-api.md)
52+
* [Azure AI Model Inference API](.././reference/reference-model-inference-api.md)

articles/ai-foundry/model-inference/how-to/use-embeddings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ zone_pivot_groups: azure-ai-inference-samples
4949
## Related content
5050

5151
* [Use embeddings models](use-embeddings.md)
52-
* [Azure AI Model Inference API](../../../ai-studio/reference/reference-model-inference-api.md)
52+
* [Azure AI Model Inference API](.././reference/reference-model-inference-api.md)

articles/ai-foundry/model-inference/how-to/use-image-embeddings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ zone_pivot_groups: azure-ai-inference-samples
4949
## Related content
5050

5151
* [Use embeddings models](use-embeddings.md)
52-
* [Azure AI Model Inference API](../../../ai-studio/reference/reference-model-inference-api.md)
52+
* [Azure AI Model Inference API](.././reference/reference-model-inference-api.md)

articles/ai-foundry/model-inference/includes/code-create-chat-client-entra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Explore our [samples](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/
117117

118118
# [REST](#tab/rest)
119119

120-
Use the reference section to explore the API design and which parameters are available and indicate authentication token in the header `Authorization`. For example, the reference section for [Chat completions](../../../ai-studio/reference/reference-model-inference-chat-completions.md) details how to use the route `/chat/completions` to generate predictions based on chat-formatted instructions. Notice that the path `/models` is included to the root of the URL:
120+
Use the reference section to explore the API design and which parameters are available and indicate authentication token in the header `Authorization`. For example, the reference section for [Chat completions](.././reference/reference-model-inference-chat-completions.md) details how to use the route `/chat/completions` to generate predictions based on chat-formatted instructions. Notice that the path `/models` is included to the root of the URL:
121121

122122
__Request__
123123

articles/ai-foundry/model-inference/includes/code-create-chat-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Explore our [samples](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/
109109

110110
# [REST](#tab/rest)
111111

112-
Use the reference section to explore the API design and which parameters are available. For example, the reference section for [Chat completions](../../../ai-studio/reference/reference-model-inference-chat-completions.md) details how to use the route `/chat/completions` to generate predictions based on chat-formatted instructions. Notice that the path `/models` is included to the root of the URL:
112+
Use the reference section to explore the API design and which parameters are available. For example, the reference section for [Chat completions](.././reference/reference-model-inference-chat-completions.md) details how to use the route `/chat/completions` to generate predictions based on chat-formatted instructions. Notice that the path `/models` is included to the root of the URL:
113113

114114
__Request__
115115

articles/ai-foundry/model-inference/includes/code-create-embeddings-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Explore our [samples](https://aka.ms/azsdk/azure-ai-inference/csharp/samples) an
126126

127127
# [REST](#tab/rest)
128128

129-
Use the reference section to explore the API design and which parameters are available. For example, the reference section for [Embeddings](../../../ai-studio/reference/reference-model-inference-embeddings.md) details how to use the route `/embeddings` to generate predictions based on chat-formatted instructions. Notice that the path `/models` is included to the root of the URL:
129+
Use the reference section to explore the API design and which parameters are available. For example, the reference section for [Embeddings](.././reference/reference-model-inference-embeddings.md) details how to use the route `/embeddings` to generate predictions based on chat-formatted instructions. Notice that the path `/models` is included to the root of the URL:
130130

131131
__Request__
132132

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: include file
3+
description: include file
4+
author: msakande
5+
ms.author: mopeakande
6+
ms.service: azure-ai-studio
7+
ms.topic: include
8+
ms.date: 1/28/2025
9+
ms.custom: include file
10+
---
11+
12+
> [!IMPORTANT]
13+
> Items marked (preview) in this article are currently in public preview. This preview is provided without a service-level agreement, and we don't recommend it for production workloads. Certain features might not be supported or might have constrained capabilities. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).

articles/ai-foundry/model-inference/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Azure AI model inference provides access to the most powerful models available i
2323
2424
Azure AI model inference provides a way to **consume models as APIs without hosting them on your infrastructure**. Models are hosted in a Microsoft-managed infrastructure, which enables API-based access to the model provider's model. API-based access can dramatically reduce the cost of accessing a model and simplify the provisioning experience.
2525

26-
Azure AI model inference is part of Azure AI Services, and users can access the service through [REST APIs](../../ai-studio/reference/reference-model-inference-api.md), [SDKs in several languages](supported-languages.md) such as Python, C#, JavaScript, and Java. You can also use the Azure AI model inference from [Azure AI Foundry by configuring a connection](how-to/configure-project-connection.md).
26+
Azure AI model inference is part of Azure AI Services, and users can access the service through [REST APIs](./reference/reference-model-inference-api.md), [SDKs in several languages](supported-languages.md) such as Python, C#, JavaScript, and Java. You can also use the Azure AI model inference from [Azure AI Foundry by configuring a connection](how-to/configure-project-connection.md).
2727

2828
## Models
2929

0 commit comments

Comments
 (0)