File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
articles/ai-services/speech-service Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,15 @@ The Voice live API supports two BYOM integration modes:
59
59
Update the endpoint URL in your API call to include your BYOM configuration:
60
60
61
61
``` 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>
63
63
```
64
64
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.
66
66
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:
68
71
69
72
``` json
70
73
{
You can’t perform that action at this time.
0 commit comments