Skip to content

Commit 8eb7e98

Browse files
Merge pull request #6741 from jonburchel/patch-2
Golden Paths v2 - Plan phase | Substep - Exploring Foundry global landing page
2 parents 877bd1d + 7c75515 commit 8eb7e98

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/ai-foundry/includes/get-started-fdp.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ The Azure AI Foundry SDK is available in multiple languages, including Python, J
4040
1. In the portal, you can explore a rich catalog of cutting-edge models from Microsoft, OpenAI, DeepSeek, Hugging Face, Meta, and more. For this tutorial, search and then
4141
select the **gpt-4o** model.
4242

43-
:::image type="content" source="../media/quickstarts/start-building.png" alt-text="Screenshot shows how to start building an Agent in Azure AI Foundry portal.":::
43+
:::image type="content" source="../media/quickstarts/start-building.png" alt-text="Screenshot shows how to start building an Agent in Azure AI Foundry portal.":::
44+
45+
> [!NOTE]
46+
> You can check out the [model catalog](https://ai.azure.com/explore/models) to confirm pricing on individual models.
4447
4548
1. On the model details page, select **Use this model**.
4649
1. Fill in a name to use for your project and select **Create**.

articles/ai-foundry/quickstarts/get-started-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ In this quickstart, we walk you through setting up your local development enviro
5656
1. Sign in to [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs).
5757
1. Select a [!INCLUDE [hub-project-name](../includes/hub-project-name.md)]. If you don't have a [!INCLUDE [hub-project-name](../includes/hub-project-name.md)], select **[!INCLUDE [fdp](../includes/fdp-project-name.md)]** at the top of this article to use a [!INCLUDE [fdp-project-name](../includes/fdp-project-name.md)] instead.
5858
59-
1. Select **Model catalog** from the left pane.
59+
1. Select **Model catalog** from the left pane. The [model catalog](https://ai.azure.com/explore/models) shows pricing and capabilities of various models.
6060
61-
1. Select the **gpt-4o-mini** model from the list of models. You can use the search bar to find it.
61+
1. Select the **gpt-4o-mini** model from the list of models. You can use the search bar to find it.
6262
6363
1. On the model details page, select **Use this model**.
6464

0 commit comments

Comments
 (0)