Skip to content

Commit ddcf9f9

Browse files
committed
add links and update TOC entry level
1 parent 7902a68 commit ddcf9f9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +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
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
3333
- name: Deploy an enterprise chat web app
3434
href: tutorials/deploy-chat-web-app.md
3535
- name: Build a RAG solution using Azure AI Search

0 commit comments

Comments
 (0)