diff --git a/src/Aspire.Hosting.Azure.AIFoundry/AIFoundryModel.Generated.cs b/src/Aspire.Hosting.Azure.AIFoundry/AIFoundryModel.Generated.cs
index c366415f1ef..00f58a57c58 100644
--- a/src/Aspire.Hosting.Azure.AIFoundry/AIFoundryModel.Generated.cs
+++ b/src/Aspire.Hosting.Azure.AIFoundry/AIFoundryModel.Generated.cs
@@ -465,6 +465,11 @@ public static partial class OpenAI
///
public static readonly AIFoundryModel Gpt4oTranscribe = new() { Name = "gpt-4o-transcribe", Version = "2025-03-20", Format = "OpenAI" };
+ ///
+ /// 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.
+ ///
+ public static readonly AIFoundryModel Gpt4oTranscribeDiarize = new() { Name = "gpt-4o-transcribe-diarize", Version = "2025-10-15", Format = "OpenAI" };
+
///
/// gpt-5 is designed for logic-heavy and multi-step tasks.
///