Skip to content

Commit 69896f1

Browse files
[Automated] Update AI Foundry Models (#11916)
Co-authored-by: davidfowl <[email protected]>
1 parent 52647af commit 69896f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ public static class OpenAI
416416
/// <summary>
417417
/// gpt-5-chat (preview) is an advanced, natural, multimodal, and context-aware conversations for enterprise applications.
418418
/// </summary>
419-
public static readonly AIFoundryModel Gpt5Chat = new() { Name = "gpt-5-chat", Version = "2025-08-07", Format = "OpenAI" };
419+
public static readonly AIFoundryModel Gpt5Chat = new() { Name = "gpt-5-chat", Version = "2025-10-03", Format = "OpenAI" };
420420

421421
/// <summary>
422422
/// gpt-5-mini is a lightweight version for cost-sensitive applications.

0 commit comments

Comments
 (0)