Skip to content

Commit c675c19

Browse files
committed
more fixes
1 parent 80d1422 commit c675c19

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
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/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ items:
8888
href: ./how-to/use-chat-completions.md
8989
- name: Work with reasoning models
9090
href: ./how-to/use-chat-reasoning.md
91-
- name: Work with image and audio content
91+
- name: Work with multimodal models
9292
href: ./how-to/use-chat-multi-modal.md
9393
- name: Develop with LangChain and LangGraph
9494
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)