Skip to content

Commit b7448d1

Browse files
Merge pull request #268814 from eric-urban/eur/whisper-speech
stt preview only in note
2 parents 36be146 + f48b005 commit b7448d1

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

articles/ai-services/speech-service/batch-transcription-create.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Azure AI Speech supports OpenAI's Whisper model by using the batch transcription
255255
To use a Whisper model for batch transcription, you need to set the `model` property. Whisper is a display-only model, so the lexical field isn't populated in the response.
256256

257257
> [!IMPORTANT]
258-
> Whisper models are currently in preview. You should always use [version 3.2](./migrate-v3-1-to-v3-2.md) of the speech to text API, which is available in a separate preview, for Whisper models.
258+
> For Whisper models, you should always use [version 3.2](./migrate-v3-1-to-v3-2.md) of the speech to text API.
259259
260260
Whisper models by batch transcription are supported in the East US, Southeast Asia, and West Europe regions.
261261

@@ -285,36 +285,38 @@ spx csr list --base --api-version v3.2-preview.1
285285

286286
::: zone-end
287287

288-
The `displayName` property of a Whisper model contains "Whisper Preview" as shown in this example. Whisper is a display-only model, so the lexical field isn't populated in the transcription.
288+
The `displayName` property of a Whisper model contains "Whisper" as shown in this example. Whisper is a display-only model, so the lexical field isn't populated in the transcription.
289289

290290
```json
291291
{
292-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2-preview.1/models/base/d9cbeee6-582b-47ad-b5c1-6226583c92b6",
292+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2-preview.1/models/base/e418c4a9-9937-4db7-b2c9-8afbff72d950",
293293
"links": {
294-
"manifest": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2-preview.1/models/base/d9cbeee6-582b-47ad-b5c1-6226583c92b6/manifest"
294+
"manifest": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2-preview.1/models/base/e418c4a9-9937-4db7-b2c9-8afbff72d950/manifest"
295295
},
296296
"properties": {
297297
"deprecationDates": {
298-
"adaptationDateTime": "2024-10-15T00:00:00Z",
299-
"transcriptionDateTime": "2025-10-15T00:00:00Z"
298+
"adaptationDateTime": "2025-04-15T00:00:00Z",
299+
"transcriptionDateTime": "2026-04-15T00:00:00Z"
300300
},
301301
"features": {
302302
"supportsTranscriptions": true,
303303
"supportsEndpoints": false,
304304
"supportsTranscriptionsOnSpeechContainers": false,
305-
"supportsAdaptationsWith": [],
305+
"supportsAdaptationsWith": [
306+
"Acoustic"
307+
],
306308
"supportedOutputFormats": [
307309
"Display"
308310
]
309311
},
310-
"chargeForAdaptation": false
312+
"chargeForAdaptation": true
311313
},
312-
"lastActionDateTime": "2023-07-19T12:46:27Z",
314+
"lastActionDateTime": "2024-02-29T15:53:28Z",
313315
"status": "Succeeded",
314-
"createdDateTime": "2023-07-19T12:39:52Z",
316+
"createdDateTime": "2024-02-29T15:46:07Z",
315317
"locale": "en-US",
316-
"displayName": "20230707 Whisper Preview",
317-
"description": "en-US base model"
318+
"displayName": "20240228 Whisper Large V2",
319+
"description": "OpenAI Whisper Model in Azure AI Speech (Whisper v2-large)"
318320
},
319321
```
320322

0 commit comments

Comments
 (0)