diff --git a/src/Aspire.Hosting.Azure.AIFoundry/AIFoundryModel.Generated.cs b/src/Aspire.Hosting.Azure.AIFoundry/AIFoundryModel.Generated.cs
index fe76d906051..d5a4f25785b 100644
--- a/src/Aspire.Hosting.Azure.AIFoundry/AIFoundryModel.Generated.cs
+++ b/src/Aspire.Hosting.Azure.AIFoundry/AIFoundryModel.Generated.cs
@@ -52,6 +52,11 @@ public static partial class Anthropic
/// Claude Sonnet 4.5 is Anthropic's most capable model for complex agents and an industry leader for coding and computer use.
///
public static readonly AIFoundryModel ClaudeSonnet45 = new() { Name = "claude-sonnet-4-5", Version = "20250929", Format = "Anthropic" };
+
+ ///
+ /// Claude Sonnet 4.6 delivers frontier intelligence at scaleābuilt for coding, agents, and enterprise workflows. With a 1M token context window (beta) and 128K max output, Sonnet 4.6 is ideal for coding, agents, office tasks, financial analysis, cybersecurity
+ ///
+ public static readonly AIFoundryModel ClaudeSonnet46 = new() { Name = "claude-sonnet-4-6", Version = "1", Format = "Anthropic" };
}
///
@@ -1400,6 +1405,11 @@ public static partial class MistralAI
///
public static readonly AIFoundryModel MistralDocumentAi2505 = new() { Name = "mistral-document-ai-2505", Version = "1", Format = "Mistral AI" };
+ ///
+ /// Document conversion to markdown with interleaved images and text
+ ///
+ public static readonly AIFoundryModel MistralDocumentAi2512 = new() { Name = "mistral-document-ai-2512", Version = "1", Format = "Mistral AI" };
+
///
/// Mistral Large (2407) is an advanced Large Language Model (LLM) with state-of-the-art reasoning, knowledge and coding capabilities.
///
diff --git a/src/Aspire.Hosting.Azure.AIFoundry/AIFoundryModel.Local.Generated.cs b/src/Aspire.Hosting.Azure.AIFoundry/AIFoundryModel.Local.Generated.cs
index 021b2e79d97..fa3df930c11 100644
--- a/src/Aspire.Hosting.Azure.AIFoundry/AIFoundryModel.Local.Generated.cs
+++ b/src/Aspire.Hosting.Azure.AIFoundry/AIFoundryModel.Local.Generated.cs
@@ -853,5 +853,49 @@ public static partial class Local
/// See Hugging Face model Qwen2.5-Coder-7B-Instruct for details.
///
public static readonly AIFoundryModel Qwen25Coder7b = new() { Name = "qwen2.5-coder-7b", Version = "4", Format = "Microsoft" };
+
+ ///
+ /// This model is an optimized version of Qwen3-0.6B to enable local inference. This model uses KLD Gradient quantization.
+ ///
+ /// Model Description
+ ///
+ ///
+ /// -
+ ///
+ ///
+ /// Developed by: Microsoft
+ ///
+ ///
+ /// -
+ ///
+ ///
+ /// Model type: ONNX
+ ///
+ ///
+ /// -
+ ///
+ ///
+ /// License: apache-2.0
+ ///
+ ///
+ /// -
+ ///
+ ///
+ /// Model Description: This is a conversion of the Qwen3-0.6B for local inference.
+ ///
+ ///
+ /// -
+ ///
+ ///
+ /// Disclaimer: Model is only an optimization of the base model, any risk associated with the model is the responsibility of the user of the model. Please verify and test for your scenarios. There may be a slight difference in output from the base model with the optimizations applied. Note that optimizations applied are distinct from fine tuning and thus do not alter the intended uses or capabilities of the model.
+ ///
+ ///
+ ///
+ ///
+ /// Base Model Information
+ ///
+ /// See Hugging Face model Qwen3-0.6B for details.
+ ///
+ public static readonly AIFoundryModel Qwen306b = new() { Name = "qwen3-0.6b", Version = "1", Format = "Microsoft" };
}
}