Skip to content

Commit 8237e51

Browse files
committed
URL fixes
1 parent c85fb9c commit 8237e51

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

articles/ai-foundry/model-inference/tutorials/get-started-deepseek-r1.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,25 +77,30 @@ To create an Azure AI project that supports model inference for DeepSeek-R1, fol
7777

7878
Let's now create a new model deployment for DeepSeek-R1:
7979

80-
1. Go to **Model catalog** section in [Azure AI Foundry portal](https://ai.azure.com/explore/models) and find the model [DeepSeek-R1]() model.
80+
1. Go to **Model catalog** section in [Azure AI Foundry portal](https://ai.azure.com/explore/models) and find the model [DeepSeek-R1](https://ai.azure.com/explore/models/DeepSeek-R1/version/1/registry/azureml-deepseek) model.
8181

8282
3. You can review the details of the model in the model card.
8383

8484
4. Select **Deploy**.
8585

86-
5. The wizard shows the model's terms and conditions. DeepSeek-R1 is offered as a Microsoft first party consumption service. You can review our privacy and security commitments under [Data, privacy, and Security](). Accept the terms on those cases by selecting **Subscribe and deploy**.
86+
5. The wizard shows the model's terms and conditions for DeepSeek-R1, which is offered as a Microsoft first party consumption service. You can review our privacy and security commitments under [Data, privacy, and Security](../../../ai-studio/how-to/concept-data-privacy.md).
87+
88+
> [!TIP]
89+
> You can also review the pricing details for the model by seeing [Pricing and terms](https://aka.ms/DeepSeekPricing) tab.
90+
91+
6. Accept the terms on those cases by selecting **Subscribe and deploy**.
8792

8893
:::image type="content" source="../media/quickstart-get-started-deepseek-r1/models-deploy-agree.png" alt-text="Screenshot showing how to agree the terms and conditions of a DeepSeek-R1 model." lightbox="../media/quickstart-get-started-deepseek-r1/models-deploy-agree.png":::
8994

90-
6. You can configure the deployment settings at this time. By default, the deployment receives the name of the model you're deploying. The deployment name is used in the `model` parameter for request to route to this particular model deployment. This allows you to also configure specific names for your models when you attach specific configurations.
95+
7. You can configure the deployment settings at this time. By default, the deployment receives the name of the model you're deploying. The deployment name is used in the `model` parameter for request to route to this particular model deployment. This allows you to also configure specific names for your models when you attach specific configurations.
9196

92-
7. We automatically select an Azure AI Services connection depending on your project. Use the **Customize** option to change the connection based on your needs. DeepSeek-R1 is currently offered under the **Global Standard** deployment type which offers higher throughput and performance.
97+
8. We automatically select an Azure AI Services connection depending on your project. Use the **Customize** option to change the connection based on your needs. DeepSeek-R1 is currently offered under the **Global Standard** deployment type which offers higher throughput and performance.
9398

94-
8. Select **Deploy**.
99+
9. Select **Deploy**.
95100

96101
:::image type="content" source="../media/quickstart-get-started-deepseek-r1/model-deploy.png" alt-text="Screenshot showing how to deploy the model." lightbox="../media/quickstart-get-started-deepseek-r1/model-deploy.png":::
97102

98-
9. Once the deployment completes, the new model is listed in the page and it's ready to be used.
103+
10. Once the deployment completes, the new model is listed in the page and it's ready to be used.
99104

100105
## Use the model in playground
101106

0 commit comments

Comments
 (0)