Skip to content

Commit 7da6d69

Browse files
committed
test
1 parent 93c8b45 commit 7da6d69

File tree

11 files changed

+55
-25
lines changed

11 files changed

+55
-25
lines changed

articles/ai-foundry/model-inference/faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ sections:
1717
- name: General
1818
questions:
1919
- question: |
20-
What's the difference between Azure OpenAI and Foundry Models?
20+
What's the difference between Azure OpenAI and Azure AI Foundry Models?
2121
answer: |
22-
Azure OpenAI gives customers access to advanced language models from OpenAI. Foundry Models extends such capability giving customers access to all the flagship models in Azure AI Foundry under the same service, endpoint, and credentials. It includes Azure OpenAI, Cohere, Mistral AI, Meta Llama, AI21 labs, etc. Customers can seamlessly switch between models without changing their code.
22+
Azure OpenAI gives customers access to advanced language models from OpenAI. Azure AI Foundry Models extends such capability giving customers access to all the flagship models in Azure AI Foundry under the same service, endpoint, and credentials. It includes Azure OpenAI, Cohere, Mistral AI, Meta Llama, AI21 labs, etc. Customers can seamlessly switch between models without changing their code.
2323
2424
Azure OpenAI is included in the Models Sold Directly by Azure family in Foundry Models.
2525
- question: |

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

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,24 @@ ms.date: 1/21/2025
1111
ms.author: mopeakande
1212
ms.reviewer: fasantia
1313
ms.custom: generated
14-
zone_pivot_groups: azure-ai-inference-samples
14+
zone_pivot_groups: azure-ai-foundry-models-samples
1515
---
1616

1717
# How to generate chat completions with Azure AI Foundry Models
1818

1919

20-
::: zone pivot="programming-language-python"
20+
::: zone pivot="api-openai"
2121

22-
[!INCLUDE [python](../includes/use-chat-completions/python.md)]
22+
[!INCLUDE [openai](../includes/use-chat-completions/openai.md)]
2323
::: zone-end
2424

2525

26-
::: zone pivot="programming-language-javascript"
26+
::: zone pivot="api-inference"
2727

28-
[!INCLUDE [javascript](../includes/use-chat-completions/javascript.md)]
28+
[!INCLUDE [inference](../includes/use-chat-completions/inference.md)]
2929
::: zone-end
3030

3131

32-
::: zone pivot="programming-language-java"
33-
34-
[!INCLUDE [java](../includes/use-chat-completions/java.md)]
35-
::: zone-end
36-
37-
38-
::: zone pivot="programming-language-csharp"
39-
40-
[!INCLUDE [csharp](../includes/use-chat-completions/csharp.md)]
41-
::: zone-end
42-
43-
44-
::: zone pivot="programming-language-rest"
45-
46-
[!INCLUDE [rest](../includes/use-chat-completions/rest.md)]
47-
::: zone-end
48-
4932
## Related content
5033

5134
* [Use embeddings models](use-embeddings.md)
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
manager: scottpolly
3+
author: msakande
4+
reviewer: santiagxf
5+
ms.date: 1/21/2025
6+
ms.author: mopeakande
7+
ms.reviewer: fasantia
8+
zone_pivot_groups: azure-ai-inference-samples
9+
---
10+
11+
::: zone pivot="programming-language-python"
12+
13+
[!INCLUDE [python](inference/python.md)]
14+
::: zone-end
15+
16+
17+
::: zone pivot="programming-language-javascript"
18+
19+
[!INCLUDE [javascript](inference/javascript.md)]
20+
::: zone-end
21+
22+
23+
::: zone pivot="programming-language-java"
24+
25+
[!INCLUDE [java](inference/java.md)]
26+
::: zone-end
27+
28+
29+
::: zone pivot="programming-language-csharp"
30+
31+
[!INCLUDE [csharp](inference/csharp.md)]
32+
::: zone-end
33+
34+
35+
::: zone pivot="programming-language-rest"
36+
37+
[!INCLUDE [rest](inference/rest.md)]
38+
::: zone-end

articles/ai-foundry/model-inference/includes/use-chat-completions/openai.md

Whitespace-only changes.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ recommendations: false
1616

1717
# What are Azure AI Foundry Models?
1818

19-
Foundry Models provide access to the most powerful models available in the industry. The models come from key model providers in the AI space, including OpenAI, Microsoft, Meta, Mistral, Cohere, G42, and AI21 Labs. These models can be integrated with software solutions to deliver a wide range of tasks that include content generation, summarization, image understanding, semantic search, and code generation.
19+
Azure AI Foundry Models (formerly known Azure AI model inference) provide access to the most powerful models available in the industry. The models come from key model providers in the AI space, including OpenAI, Microsoft, Meta, Mistral, Cohere, G42, and AI21 Labs. These models can be integrated with software solutions to deliver a wide range of tasks that include content generation, summarization, image understanding, semantic search, and code generation.
2020

2121
AI Foundry Models 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.
2222

0 commit comments

Comments
 (0)