Skip to content

Commit 91a611b

Browse files
committed
more edits
1 parent 7aa6a3b commit 91a611b

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

articles/ai-foundry/foundry-models/how-to/quickstart-github-models.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ To complete this tutorial, you need:
2727

2828
- A GitHub account with access to [GitHub Models](https://docs.github.com/en/github-models/).
2929
- An Azure subscription with a valid payment method. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin. Alternatively, you can wait until you're ready to deploy your model to production, at which point you'll be prompted to create or update your Azure account to a standard account.
30-
-
30+
- [Models from partners and community](../../concepts/models.md#models-from-partners-and-community) require access to **Azure Marketplace**. Ensure you have the [permissions required to subscribe to model offerings](../../how-to/configure-marketplace.md). [Models sold directly by Azure](../../concepts/models.md#models-sold-directly-by-azure) don't have this requirement.
31+
32+
3133
## Upgrade to Azure AI Foundry Models
3234

3335
The rate limits for the playground and free API usage help you experiment with models and develop your AI application. When you're ready to bring your application to production, use a key and endpoint from a paid Azure account. You don't need to change anything else in your code.
@@ -38,39 +40,38 @@ To get the key and endpoint:
3840

3941
1. Select **Use this model** from the playground
4042

41-
1. In the playground for your model, select **Get API key**.
42-
43-
1. Select **Get production key**.
43+
1. In the playground for your model, select **Use this model**. This action opens up a window to "Get started with Models in your codebase".
4444

45-
:::image type="content" source="../media/quickstart-github-models/github-models-upgrade.gif" alt-text="An animation showing how to upgrade GitHub Models to get a production ready resource." lightbox="../media/quickstart-github-models/github-models-upgrade.gif":::
45+
1. In the "Configure authentication" step, select **Get Azure AI key** from the "Azure AI" section.
4646

47-
1. If you don't have an Azure account, select **Create my account** and follow the steps to create one.
47+
:::image type="content" source="../media/quickstart-github-models/github-models-get-production-key.png" alt-text="A screenshot showing how to get the Azure AI production key from the playground of a GitHub Model." lightbox="../media/quickstart-github-models/github-models-get-production-key.png":::
4848

49-
1. If you have an Azure account, select **Sign back in**.
49+
1. The Azure AI Foundry homepage opens up if you're already signed in to your Azure account, otherwise you land on the Azure AI Foundry sign in page.
5050

51-
1. If your existing account is a free account, you first have to upgrade to a Standard plan. Once you upgrade, go back to the playground and select **Get API key** again, then sign in with your upgraded account.
51+
1. If you're not yet signed in to your Azure account, select **Sign in to get started** to open the sign in window.
5252

53-
1. When you sign in to your Azure account, you're taken to [Azure AI Foundry > GitHub](https://ai.azure.com/GitHub). It might take one or two minutes to load your initial model details in AI Foundry.
53+
- If you don't have an Azure account, select **Create one** and follow the steps to create a paid account.
5454

55-
1. The page loads with your model's details. Select the **Deploy** button to deploy the model to your account.
55+
- Alternatively, if you have an existing account, sign in. If your existing account is a free account, you first have to upgrade to a standard plan.
56+
57+
- Return to the model's playground and select **Get Azure AI key** again. This time, you land on the Azure AI Foundry homepage.
5658

57-
1. When it's deployed, your model's API Key and endpoint appear in the Overview. Use these values in your code to use the model in your production environment.
59+
1. Go to the "Explore models and capabilities" section of the homepage to search for and select the **Mistral Large 24.11** model. This action opens up the model card where you can see the model's details.
5860

59-
At this point, the model you selected is ready to consume.
61+
1. Select **Use this model** to deploy the model to your account. This process begins by creating an Azure AI Foundry project to use for your deployment.
6062

61-
## Upgrade your code to use the new endpoint
63+
1. When your deployment is ready, the endpoint's target URI and API key appear in the deployment's details page. Use these values in your code to use the model in your production environment.
6264

63-
After you configure your Azure AI Services resource, you can start using it from your code. To use the Azure AI Services resource, you need the endpoint URL and key, which you can find in the **Overview** section:
6465

65-
:::image type="content" source="../media/overview/overview-endpoint-and-key.png" alt-text="Screenshot showing how to get the URL and key associated with the resource." lightbox="../media/overview/overview-endpoint-and-key.png":::
66+
## Use the new endpoint
6667

6768
You can use any of the supported SDKs to get predictions from the endpoint. The following SDKs are officially supported:
6869

6970
* OpenAI SDK
7071
* Azure OpenAI SDK
71-
* Azure AI Inference SDK
72+
* Azure AI Foundry SDK
7273

73-
For more details and examples, see the [supported languages and SDKs](../supported-languages.md) section. The following example shows how to use the Azure AI Foundry Models SDK with the newly deployed model:
74+
For more details and examples, see [supported languages and SDKs](../supported-languages.md). The following example shows how to use the Azure AI Foundry SDK with the newly deployed model:
7475

7576
[!INCLUDE [code-create-chat-client](../../foundry-models/includes/code-create-chat-client.md)]
7677

201 KB
Loading
-908 KB
Binary file not shown.

0 commit comments

Comments
 (0)