Skip to content

Commit 32d8e91

Browse files
committed
tutorials folder
1 parent 5a74927 commit 32d8e91

File tree

9 files changed

+16
-11
lines changed

9 files changed

+16
-11
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,11 @@
449449
"source_path": "articles/ai-foundry/model-inference/how-to/github/create-model-deployments.md",
450450
"redirect_url": "../../../foundry-models/how-to/github/create-model-deployments",
451451
"redirect_document_id": false
452+
},
453+
{
454+
"source_path": "articles/ai-foundry/model-inference/tutorials/get-started-deepseek-r1.md",
455+
"redirect_url": "../../foundry-models/tutorials/get-started-deepseek-r1",
456+
"redirect_document_id": false
452457
}
453458
]
454459
}

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ In this tutorial, you learn:
2626
To complete this article, you need:
2727

2828

29-
* An Azure subscription. If you're using [GitHub Models](https://docs.github.com/en/github-models/), you can upgrade your experience and create an Azure subscription in the process. Read [Upgrade from GitHub Models to Azure AI Foundry Models](../how-to/quickstart-github-models.md) if that's your case.
29+
* An Azure subscription. If you're using [GitHub Models](https://docs.github.com/en/github-models/), you can upgrade your experience and create an Azure subscription in the process. Read [Upgrade from GitHub Models to Azure AI Foundry Models](../../model-inference/how-to/quickstart-github-models.md) if that's your case.
3030

3131

32-
[!INCLUDE [about-reasoning](../includes/use-chat-reasoning/about-reasoning.md)]
32+
[!INCLUDE [about-reasoning](../../model-inference/includes/use-chat-reasoning/about-reasoning.md)]
3333

3434
## Create the resources
3535

@@ -69,7 +69,7 @@ To create an Azure AI project that supports deployment for DeepSeek-R1, follow t
6969
| Resource group | The main container for all the resources in Azure. This helps get resources that work together organized. It also helps to have a scope for the costs associated with the entire project. |
7070
| Location | The region of the resources that you're creating. |
7171
| Hub | The main container for AI projects in Azure AI Foundry. Hubs promote collaboration and allow you to store information for your projects. |
72-
| AI Foundry | The resource enabling access to the flagship models in Azure AI model catalog. In this tutorial, a new account is created, but Azure AI Foundry resources (formerly known Azure AI Services) can be shared across multiple hubs and projects. Hubs use a connection to the resource to have access to the model deployments available there. To learn how you can create connections to Azure AI Foundry resources to consume models you can read [Connect your AI project](../how-to/configure-project-connection.md). |
72+
| AI Foundry | The resource enabling access to the flagship models in Azure AI model catalog. In this tutorial, a new account is created, but Azure AI Foundry resources (formerly known Azure AI Services) can be shared across multiple hubs and projects. Hubs use a connection to the resource to have access to the model deployments available there. To learn how you can create connections to Azure AI Foundry resources to consume models you can read [Connect your AI project](../../model-inference/how-to/configure-project-connection.md). |
7373

7474

7575
8. Select **Create**. The resources creation process starts.
@@ -130,7 +130,7 @@ You can get started by using the model in the playground to have an idea of the
130130

131131
5. Additionally, you can use **View code** so see details about how to access the model deployment programmatically.
132132

133-
[!INCLUDE [best-practices](../includes/use-chat-reasoning/best-practices.md)]
133+
[!INCLUDE [best-practices](../../model-inference/includes/use-chat-reasoning/best-practices.md)]
134134

135135
## Use the model in code
136136

@@ -140,11 +140,11 @@ Use the Foundry Models endpoint and credentials to connect to the model:
140140

141141
You can use the Azure AI Inference package to consume the model in code:
142142

143-
[!INCLUDE [code-create-chat-client](../includes/code-create-chat-client.md)]
143+
[!INCLUDE [code-create-chat-client](../../model-inference/includes/code-create-chat-client.md)]
144144

145-
[!INCLUDE [code-chat-reasoning](../includes/code-create-chat-reasoning.md)]
145+
[!INCLUDE [code-chat-reasoning](../../model-inference/includes/code-create-chat-reasoning.md)]
146146

147-
Reasoning may generate longer responses and consume a larger number of tokens. You can see the [rate limits](../quotas-limits.md) that apply to DeepSeek-R1 models. Consider having a retry strategy to handle rate limits being applied. You can also [request increases to the default limits](../quotas-limits.md#request-increases-to-the-default-limits).
147+
Reasoning may generate longer responses and consume a larger number of tokens. You can see the [rate limits](../../model-inference/quotas-limits.md) that apply to DeepSeek-R1 models. Consider having a retry strategy to handle rate limits being applied. You can also [request increases to the default limits](../quotas-limits.md#request-increases-to-the-default-limits).
148148

149149
### Reasoning content
150150

@@ -191,6 +191,6 @@ In general, reasoning models don't support the following parameters you can find
191191

192192
## Related content
193193

194-
* [Use chat reasoning models](../how-to/use-chat-reasoning.md)
195-
* [Use image embedding models](../how-to/use-image-embeddings.md)
196-
* [Model Inference API](.././reference/reference-model-inference-api.md)
194+
* [Use chat reasoning models](../../model-inference/how-to/use-chat-reasoning.md)
195+
* [Use image embedding models](../../model-inference/how-to/use-image-embeddings.md)
196+
* [Model Inference API](../../model-inference/reference/reference-model-inference-api.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ items:
2727
- name: Tutorials
2828
items:
2929
- name: Get started with DeepSeek-R1 reasoning model
30-
href: ./tutorials/get-started-deepseek-r1.md
30+
href: ai-foundry/foundry-models/tutorials/get-started-deepseek-r1.md
3131
- name: Concepts
3232
items:
3333
- name: Available models

0 commit comments

Comments
 (0)