Skip to content

Commit 4f49c65

Browse files
committed
fix
1 parent 68a2532 commit 4f49c65

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/ai-studio/how-to/deploy-models-deepseek.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ print("Model provider name:", model_info.model_provider_name)
111111
```console
112112
Model name: DeepSeek-R1
113113
Model type: chat-completions
114-
Model provider name: Deepseek
114+
Model provider name: DeepSeek
115115
```
116116

117117
### Create a chat completion request
@@ -360,7 +360,7 @@ console.log("Model provider name: ", model_info.body.model_provider_name)
360360
```console
361361
Model name: DeepSeek-R1
362362
Model type: chat-completions
363-
Model provider name: Deepseek
363+
Model provider name: DeepSeek
364364
```
365365

366366
### Create a chat completion request
@@ -653,7 +653,7 @@ Console.WriteLine($"Model provider name: {modelInfo.Value.ModelProviderName}");
653653
```console
654654
Model name: DeepSeek-R1
655655
Model type: chat-completions
656-
Model provider name: Deepseek
656+
Model provider name: DeepSeek
657657
```
658658

659659
### Create a chat completion request
@@ -904,7 +904,7 @@ The response is as follows:
904904
{
905905
"model_name": "DeepSeek-R1",
906906
"model_type": "chat-completions",
907-
"model_provider_name": "Deepseek"
907+
"model_provider_name": "DeepSeek"
908908
}
909909
```
910910

@@ -1128,7 +1128,7 @@ The following example shows how to handle events when the model detects harmful
11281128

11291129
## More inference examples
11301130

1131-
For more examples of how to use Deepseek models, see the following examples and tutorials:
1131+
For more examples of how to use DeepSeek models, see the following examples and tutorials:
11321132

11331133
| Description | Language | Sample |
11341134
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
@@ -1137,7 +1137,7 @@ For more examples of how to use Deepseek models, see the following examples and
11371137
| Azure AI Inference package for C# | C# | [Link](https://aka.ms/azsdk/azure-ai-inference/csharp/samples) |
11381138
| Azure AI Inference package for Java | Java | [Link](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/ai/azure-ai-inference/src/samples) |
11391139

1140-
## Cost and quota considerations for Deepseek models deployed as serverless API endpoints
1140+
## Cost and quota considerations for DeepSeek models deployed as serverless API endpoints
11411141

11421142
Quota is managed per deployment. Each deployment has a rate limit of 200,000 tokens per minute and 1,000 API requests per minute. However, we currently limit one deployment per model per project. Contact Microsoft Azure Support if the current rate limits aren't sufficient for your scenarios.
11431143

0 commit comments

Comments
 (0)