Skip to content

Commit ed93aa4

Browse files
authored
Merge pull request #3653 from msakande/fix
Delete duplicate intro in Java pivot for multimodal models article
2 parents bd7b3c5 + c675c19 commit ed93aa4

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

articles/ai-foundry/concepts/models-featured.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,7 @@ The Azure AI model catalog offers a large selection of models from a wide range
1919

2020
[!INCLUDE [models-preview](../includes/models-preview.md)]
2121

22-
To perform inferencing with the models, some models such as [Nixtla's TimeGEN-1](#nixtla) and [Cohere rerank](#cohere-rerank) require you to use custom APIs from the model providers. Others that belong to the following model types support inferencing using the [Azure AI model inference](../model-inference/overview.md):
23-
24-
- [Chat completion](../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context)
25-
- [Chat completion (with reasoning content)](../model-inference/how-to/use-chat-reasoning.md?context=/azure/ai-foundry/context/context)
26-
- [Chat completion (with image and audio content)](../model-inference/how-to/use-chat-multi-modal.md?context=/azure/ai-foundry/context/context)
27-
- [Embeddings](../model-inference/how-to/use-embeddings.md?context=/azure/ai-foundry/context/context)
28-
- [Image embeddings](../model-inference/how-to/use-image-embeddings.md?context=/azure/ai-foundry/context/context)
29-
30-
You can find more details about individual models by reviewing their model cards in the [model catalog for Azure AI Foundry portal](https://ai.azure.com/explore/models).
22+
To perform inferencing with the models, some models such as [Nixtla's TimeGEN-1](#nixtla) and [Cohere rerank](#cohere-rerank) require you to use custom APIs from the model providers. Others support inferencing using the [Azure AI model inference](../model-inference/overview.md). You can find more details about individual models by reviewing their model cards in the [model catalog for Azure AI Foundry portal](https://ai.azure.com/explore/models).
3123

3224
:::image type="content" source="../media/models-featured/models-catalog.gif" alt-text="An animation showing Azure AI studio model catalog section and the models available." lightbox="../media/models-featured/models-catalog.gif":::
3325

articles/ai-foundry/model-inference/includes/use-chat-multi-modal/java.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ms.custom: references_regions, tool_generated
1414
zone_pivot_groups: azure-ai-inference-samples
1515
---
1616

17-
This article explains how to use chat completions API with models supporting images or audio deployed to Azure AI model inference in Azure AI services.
1817
This article explains how to use chat completions API with _multimodal_ models deployed to Azure AI model inference in Azure AI services. Apart from text input, multimodal models can accept other input types, such as images or audio input.
1918

2019
## Prerequisites

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ items:
9090
href: ./how-to/use-chat-completions.md
9191
- name: Work with reasoning models
9292
href: ./how-to/use-chat-reasoning.md
93-
- name: Work with image and audio content
93+
- name: Work with multimodal models
9494
href: ./how-to/use-chat-multi-modal.md
9595
- name: Develop with LangChain and LangGraph
9696
href: ../how-to/develop/langchain.md?context=/azure/ai-foundry/model-inference/context/context

articles/ai-foundry/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ items:
130130
href: ../ai-foundry/model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context
131131
- name: Work with reasoning models
132132
href: ../ai-foundry/model-inference/how-to/use-chat-reasoning.md?context=/azure/ai-foundry/context/context
133-
- name: Work with image and audio content
133+
- name: Work with multimodal models
134134
href: ../ai-foundry/model-inference/how-to/use-chat-multi-modal.md?context=/azure/ai-foundry/context/context
135135
- name: Azure OpenAI and AI services
136136
items:

0 commit comments

Comments
 (0)