Skip to content

Commit b60f0a7

Browse files
authored
Merge pull request #3980 from MicrosoftDocs/main
4/8/2025 AM Publish
2 parents 22baf47 + b64ef71 commit b60f0a7

File tree

7 files changed

+17
-18
lines changed

7 files changed

+17
-18
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ DeepSeek family of models includes DeepSeek-R1, which excels at reasoning tasks
146146
| Model | Type | Capabilities |
147147
| ------ | ---- | --- |
148148
| [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:** text (131,072 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text, JSON |
149-
| [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:** text (163,840 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text. |
149+
| [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 (163,840 tokens) <br /> - **Output:** text (163,840 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text. |
150150

151151
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).
152152

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ DeepSeek family of models includes DeepSeek-R1, which excels at reasoning tasks
109109

110110
| Model | Type | Tier | Capabilities |
111111
| ------ | ---- | --- | ------------ |
112-
| [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. |
112+
| [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 (163,840 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

115115
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).

articles/ai-services/openai/how-to/fine-tuning-deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Provisioned Managed fine-tuned deployments currently support structured outputs
397397

398398
To create a new deployment, make an HTTP PUT call via the [Deployments - Create or Update REST API](/rest/api/aiservices/accountmanagement/deployments/create-or-update?view=rest-aiservices-accountmanagement-2024-10-01&tabs=HTTP&preserve-view=true). The approach is similar to performing [cross region deployment](#cross-region-deployment) with the following exceptions:
399399

400-
- You must provide a `sku` name of `ProvisionedStandard`.
400+
- You must provide a `sku` name of `ProvisionedManaged`.
401401
- The capacity must be declared in PTUs.
402402
- The `api-version` must be `2024-10-01` or newer.
403403
- The HTTP method should be `PUT`.
@@ -409,7 +409,7 @@ curl -X PUT "https://management.azure.com/subscriptions/<SUBSCRIPTION>/resourceG
409409
-H "Authorization: Bearer <TOKEN>" \
410410
-H "Content-Type: application/json" \
411411
-d '{
412-
"sku": {"name": "ProvisionedStandard", "capacity": 25},
412+
"sku": {"name": "ProvisionedManaged", "capacity": 25},
413413
"properties": {
414414
"model": {
415415
"format": "OpenAI",
@@ -432,7 +432,7 @@ curl -X PUT "https://management.azure.com/subscriptions/<SUBSCRIPTION>/resourceG
432432
-H "Authorization: Bearer <TOKEN>" \
433433
-H "Content-Type: application/json" \
434434
-d '{
435-
"sku": {"name": "ProvisionedStandard", "capacity": 40},
435+
"sku": {"name": "ProvisionedManaged", "capacity": 40},
436436
"properties": {
437437
"model": {
438438
"format": "OpenAI",

articles/ai-services/speech-service/how-to-pronunciation-assessment.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom:
1313
- ignite-2023
1414
- build-2024
1515
ms.topic: how-to
16-
ms.date: 3/10/2025
16+
ms.date: 4/7/2025
1717
ms.author: eur
1818
zone_pivot_groups: programming-languages-ai-services
1919
#Customer intent: As a developer, I want to implement pronunciation assessment on spoken language using a technology that works in my environment to gives feedback on accuracy and fluency.
@@ -1105,6 +1105,9 @@ This formula provides a weighted calculation based on the importance of each sco
11051105

11061106
## Content assessment
11071107

1108+
> [!IMPORTANT]
1109+
> Content assessment (preview) via the Speech SDK will be retired in July 2025. Instead, you can use the Azure OpenAI Service to get content assessment results as described in this section.
1110+
11081111
For some recognized speech, you might also want to get content assessment results for vocabulary, grammar, and topic relevance. You can use a chat model such as Azure OpenAI `gpt-4o` to get the content assessment results. For more information about using chat models, see [Azure OpenAI Service models](../openai/concepts/models.md) and the Azure AI Model Inference API [chat completions reference documentation](/rest/api/aifoundry/model-inference/get-chat-completions/get-chat-completions).
11091112

11101113
The user and system messages are used to set the context for the chat model. In the following example, the user message contains the essay to be assessed, and the system message provides instructions on how to evaluate the essay.

articles/ai-services/speech-service/includes/release-notes/release-notes-sdk.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ ms.date: 03/17/2025
66
ms.author: eur
77
---
88

9+
> [!IMPORTANT]
10+
> Content assessment (preview) via the Speech SDK will be retired in July 2025. Instead, you can use the Azure OpenAI Service to get content assessment results as described in the [content assessment documentation](../../how-to-pronunciation-assessment.md#content-assessment).
11+
912
### Speech SDK 1.43: 2025-March release
1013

1114
#### New features:

articles/ai-services/speech-service/releasenotes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: What's new - Speech service
33
titleSuffix: Azure AI services
4-
description: Find out about new releases and features for Azure AI Speech.
4+
description: Discover the latest updates, features, and improvements in Azure AI Speech, including SDK, CLI, and service releases.
55
manager: nitinme
66
author: eric-urban
77
ms.author: eur
88
ms.service: azure-ai-speech
99
ms.topic: release-notes
10-
ms.date: 3/10/2025
10+
ms.date: 4/7/2025
1111
ms.custom: references_regions
1212
# Customer intent: As a developer, I want to learn about new releases and features for Azure AI Speech.
1313
---

articles/machine-learning/how-to-deploy-models-serverless.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -384,16 +384,9 @@ In this section, you create an endpoint with the name **meta-llama3-8b-qwerty**.
384384
# [Python SDK](#tab/python)
385385
386386
```python
387-
endpoint_name="meta-llama3-8b-qwerty"
388-
389-
serverless_endpoint = ServerlessEndpoint(
390-
name=endpoint_name,
391-
model_id=model_id
392-
)
393-
394-
created_endpoint = client.serverless_endpoints.begin_create_or_update(
395-
serverless_endpoint
396-
).result()
387+
endpoints = ml_client.online_endpoints.list()
388+
for endpoint in endpoints:
389+
print(endpoint.name)
397390
```
398391
399392
# [ARM](#tab/arm)

0 commit comments

Comments
 (0)