Skip to content

Commit a450cbd

Browse files
authored
Merge pull request #3528 from msakande/deepseek-redirect-file
Update Foundry TOC and redirect file
2 parents e2cec84 + ddcf9f9 commit a450cbd

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

articles/ai-foundry/.openpublishing.redirection.ai-studio.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
},
128128
{
129129
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-deepseek.md",
130-
"redirect_url": "/azure/ai-foundry/concepts/models-featured#deepseek",
130+
"redirect_url": "/azure/ai-foundry/model-inference/tutorials/get-started-deepseek-r1?context=%2Fazure%2Fai-foundry%2Fcontext%2Fcontext",
131131
"redirect_document_id": false
132132
},
133133
{

articles/ai-foundry/concepts/models-featured.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ DeepSeek family of models includes DeepSeek-R1, which excels at reasoning tasks
156156
| [DeepSeek-V3](https://ai.azure.com/explore/models/deepseek-v3/version/1/registry/azureml-deepseek) | [chat-completion](../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context) | - **Input:** text (131,072 tokens) <br /> - **Output:** (131,072 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text, JSON |
157157
| [DeepSeek-R1](https://ai.azure.com/explore/models/deepseek-r1/version/1/registry/azureml-deepseek) | [chat-completion with reasoning content](../model-inference/how-to/use-chat-reasoning.md?context=/azure/ai-foundry/context/context) | - **Input:** text (16,384 tokens) <br /> - **Output:** (163,840 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text. |
158158

159+
For a tutorial on DeepSeek-R1, see [Tutorial: Get started with DeepSeek-R1 reasoning model in Azure AI model inference](../model-inference/tutorials/get-started-deepseek-r1.md?context=/azure/ai-foundry/context/context).
159160

160161
See [this model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=deepseek).
161162

articles/ai-foundry/model-inference/concepts/models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ DeepSeek family of models include DeepSeek-R1, which excels at reasoning tasks u
112112
| [DeekSeek-R1](https://ai.azure.com/explore/models/deepseek-r1/version/1/registry/azureml-deepseek) | chat-completion <br /> [(with reasoning content)](../how-to/use-chat-reasoning.md) | Global standard | - **Input:** text (16,384 tokens) <br /> - **Output:** (163,840 tokens) <br /> - **Languages:** `en` and `zh` <br /> - **Tool calling:** No <br /> - **Response formats:** Text. |
113113
| [DeekSeek-V3](https://ai.azure.com/explore/models/deepseek-v3/version/1/registry/azureml-deepseek) | chat-completion | Global standard | - **Input:** text (131,072 tokens) <br /> - **Output:** (131,072 tokens) <br /> - **Languages:** `en` and `zh` <br /> - **Tool calling:** No <br /> - **Response formats:** Text, JSON |
114114

115+
For a tutorial on DeepSeek-R1, see [Tutorial: Get started with DeepSeek-R1 reasoning model in Azure AI model inference](../tutorials/get-started-deepseek-r1.md).
116+
115117
See [this model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=deepseek).
116118

117119
### Meta

articles/ai-foundry/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ items:
2828
- name: "Part 3: Evaluate the chat app"
2929
href: tutorials/copilot-sdk-evaluate.md
3030
displayName: code,sdk
31+
- name: Get started with DeepSeek-R1 reasoning model
32+
href: model-inference/tutorials/get-started-deepseek-r1.md?context=/azure/ai-foundry/context/context
3133
- name: Deploy an enterprise chat web app
3234
href: tutorials/deploy-chat-web-app.md
3335
- name: Build a RAG solution using Azure AI Search
@@ -68,6 +70,8 @@ items:
6870
items:
6971
- name: What is Azure AI model inference?
7072
href: ../ai-foundry/model-inference/overview.md?context=/azure/ai-foundry/context/context
73+
- name: Deployment types for Azure AI model inference
74+
href: ../ai-foundry/model-inference/concepts/deployment-types.md?context=/azure/ai-foundry/context/context
7175
- name: Add and configure models
7276
href: ../ai-foundry/model-inference/how-to/create-model-deployments.md?context=/azure/ai-foundry/context/context
7377
- name: Featured models supported in Azure AI model inference

0 commit comments

Comments
 (0)