Skip to content

Commit 04f8f6b

Browse files
committed
pm edits
1 parent 210a759 commit 04f8f6b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,15 @@ The Voice live API supports two BYOM integration modes:
5959
Update the endpoint URL in your API call to include your BYOM configuration:
6060

6161
```curl
62-
wss://<your-foundry-resource>.cognitiveservices.azure.com/voice-live/realtime?api-version=2025-05-01-preview&profile=<your-byom-mode>&model=<your-model-deployment>
62+
wss://<your-foundry-resource>.cognitiveservices.azure.com/voice-live/realtime?api-version=2025-10-01&profile=<your-byom-mode>&model=<your-model-deployment>
6363
```
6464

65-
#### [Voice live SDK](#tab/sdk)
65+
Get the `<your-model-deployment>` value from the AI Foundry portal. It corresponds to the name you gave the model at deployment time.
6666

67-
When using the Voice live SDK, configure the query parameter:
67+
68+
#### [Python SDK](#tab/sdk)
69+
70+
When using the Voice live Python SDK, configure the query parameter:
6871

6972
```json
7073
{

0 commit comments

Comments
 (0)