Skip to content

Commit 210a759

Browse files
committed
casing
1 parent dada723 commit 210a759

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/ai-services/speech-service/how-to-bring-your-own-model.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Bring Your Own Model (BYOM) with Voice Live API (Preview)
3-
description: Learn how to integrate your own models with the Voice Live API using Bring Your Own Model (BYOM) capabilities in Azure AI Speech Service.
2+
title: Bring Your Own Model (BYOM) with Voice live API (Preview)
3+
description: Learn how to integrate your own models with the Voice live API using Bring Your Own Model (BYOM) capabilities in Azure AI Speech Service.
44
author: PatrickFarley
55
ms.author: pafarley
66
ms.date: 09/26/2025
@@ -11,19 +11,19 @@ ms.custom: ai-speech, voice-live, byom, preview
1111

1212
# Bring Your Own Model (BYOM) with Voice Live API (Preview)
1313

14-
The Voice Live API provides Bring Your Own Model (BYOM) capabilities, allowing you to integrate your custom models into the voice interaction workflow. BYOM is particularly useful for the following scenarios:
14+
The Voice live API provides Bring Your Own Model (BYOM) capabilities, allowing you to integrate your custom models into the voice interaction workflow. BYOM is particularly useful for the following scenarios:
1515

1616
- **Fine-tuned models**: Use your custom Azure OpenAI or Azure Foundry models
1717
- **Provisioned throughput**: Leverage your PTU (Provisioned Throughput Units) deployments for consistent performance
1818
- **Content safety**: Apply customized content safety configurations with your LLM
1919

2020
> [!IMPORTANT]
21-
> You can integrate any model that's deployed in the same Azure Foundry resource you're using to call the Voice Live API.
21+
> You can integrate any model that's deployed in the same Azure Foundry resource you're using to call the Voice live API.
2222
2323

2424
## Authentication setup
2525

26-
When using Microsoft Entra ID authentication with Voice Live API, you need to configure proper permissions for your Foundry resource. Since tokens may expire during long sessions, the system-assigned managed identity of the Foundry resource requires access to model deployments for the `byom-azure-openai-chat-completion` BYOM modes.
26+
When using Microsoft Entra ID authentication with Voice live API, you need to configure proper permissions for your Foundry resource. Since tokens may expire during long sessions, the system-assigned managed identity of the Foundry resource requires access to model deployments for the `byom-azure-openai-chat-completion` BYOM modes.
2727

2828
Run the following Azure CLI commands to configure the necessary permissions:
2929

@@ -45,7 +45,7 @@ az role assignment create --assignee-object-id ${identity_principal_id} --role "
4545

4646
## Choose BYOM integration mode
4747

48-
The Voice Live API supports two BYOM integration modes:
48+
The Voice live API supports two BYOM integration modes:
4949

5050
| Mode | Description | Example Models |
5151
| ------- | ------------------ | ------------- |
@@ -62,9 +62,9 @@ Update the endpoint URL in your API call to include your BYOM configuration:
6262
wss://<your-foundry-resource>.cognitiveservices.azure.com/voice-live/realtime?api-version=2025-05-01-preview&profile=<your-byom-mode>&model=<your-model-deployment>
6363
```
6464

65-
#### [Voice Live SDK](#tab/sdk)
65+
#### [Voice live SDK](#tab/sdk)
6666

67-
When using the Voice Live SDK, configure the query parameter:
67+
When using the Voice live SDK, configure the query parameter:
6868

6969
```json
7070
{

0 commit comments

Comments
 (0)