Skip to content

Commit 40dfb05

Browse files
[Automated] Update AI Foundry Models (#12149)
Co-authored-by: sebastienros <[email protected]>
1 parent 99177a6 commit 40dfb05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Aspire.Hosting.Azure.AIFoundry/AIFoundryModel.Generated.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,11 @@ public static partial class OpenAI
465465
/// </summary>
466466
public static readonly AIFoundryModel Gpt4oTranscribe = new() { Name = "gpt-4o-transcribe", Version = "2025-03-20", Format = "OpenAI" };
467467

468+
/// <summary>
469+
/// A cutting-edge speech-to-text solution that deliverables reliable and accurate transcripts; now equipped with diarization support aka identifying different speakers through the transcription.
470+
/// </summary>
471+
public static readonly AIFoundryModel Gpt4oTranscribeDiarize = new() { Name = "gpt-4o-transcribe-diarize", Version = "2025-10-15", Format = "OpenAI" };
472+
468473
/// <summary>
469474
/// gpt-5 is designed for logic-heavy and multi-step tasks.
470475
/// </summary>

0 commit comments

Comments
 (0)