diff --git a/src/Aspire.Hosting.Azure.AIFoundry/AIFoundryModel.Generated.cs b/src/Aspire.Hosting.Azure.AIFoundry/AIFoundryModel.Generated.cs index 0dad5597109..fe76d906051 100644 --- a/src/Aspire.Hosting.Azure.AIFoundry/AIFoundryModel.Generated.cs +++ b/src/Aspire.Hosting.Azure.AIFoundry/AIFoundryModel.Generated.cs @@ -43,6 +43,11 @@ public static partial class Anthropic /// public static readonly AIFoundryModel ClaudeOpus45 = new() { Name = "claude-opus-4-5", Version = "20251101", Format = "Anthropic" }; + /// + /// Claude Opus 4.6 is the latest version of Anthropic's most intelligent model, and the world's best model for coding, enterprise agents, and professional work. With a 1M token context window (beta) and 128K max output, Opus 4.6 is ideal for production code, + /// + public static readonly AIFoundryModel ClaudeOpus46 = new() { Name = "claude-opus-4-6", Version = "1", Format = "Anthropic" }; + /// /// Claude Sonnet 4.5 is Anthropic's most capable model for complex agents and an industry leader for coding and computer use. /// @@ -220,7 +225,7 @@ public static partial class Meta /// /// The Llama 3.1 instruction tuned text only models are optimized for multilingual dialogue use cases and outperform many of the available open source and closed chat models on common industry benchmarks. /// - public static readonly AIFoundryModel MetaLlama318BInstruct = new() { Name = "Meta-Llama-3.1-8B-Instruct", Version = "5", Format = "Meta" }; + public static readonly AIFoundryModel MetaLlama318BInstruct = new() { Name = "Meta-Llama-3.1-8B-Instruct", Version = "6", Format = "Meta" }; } ///