Skip to content

[docs] Update Foundry model families documentation for Aspire 13.5#1297

Merged
sebastienros merged 1 commit into
release/13.5from
doc/foundry-model-updates-pr18491-e7c31b9cb496d8fc
Jun 25, 2026
Merged

[docs] Update Foundry model families documentation for Aspire 13.5#1297
sebastienros merged 1 commit into
release/13.5from
doc/foundry-model-updates-pr18491-e7c31b9cb496d8fc

Conversation

@aspire-repo-bot

Copy link
Copy Markdown
Contributor

Documents changes from microsoft/aspire#18491 by @aspire-repo-bot.

Target branch

Targeting release/13.5 based on the source PR milestone 13.5 (exact match).

Why this PR is needed

PR microsoft/aspire#18491 added two new FoundryModel descriptors to the Aspire.Hosting.Foundry package:

  • FoundryModel.Cohere.CohereCommandAPlus052026 — Cohere Command A Plus 05-2026, an efficient generative model for agentic and multilingual use cases.
  • FoundryModel.MistralAI.MistralMedium35 — Mistral Medium 3.5, with enhanced code and agentic capabilities.

The existing Azure AI Foundry host docs described only two model provider families (OpenAI and Microsoft) as examples, leaving users unaware that Cohere, MistralAI, and other provider namespaces exist within the FoundryModel class.

Documentation changes

Updated the "Add a Foundry deployment resource" section in azure-ai-foundry-host.mdx to enumerate the available FoundryModel provider families (Microsoft, OpenAI, Cohere, MistralAI, and others), helping users discover which namespaces are available when selecting a model descriptor.

Files modified

  • src/frontend/src/content/docs/integrations/cloud/azure/azure-ai-foundry/azure-ai-foundry-host.mdx — updated (existing page)

Generated by PR Documentation Check for issue #18491 · 915.8 AIC · ⌖ 30.9 AIC · ⊞ 45.7K ·

Documents the available FoundryModel provider families including
Cohere and MistralAI, which gained new model descriptors
(CohereCommandAPlus052026 and MistralMedium35) in Aspire 13.5.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@aspire-repo-bot aspire-repo-bot Bot added the docs-from-code Copilot initiated issue from dotnet/aspire repo label Jun 25, 2026
@aspire-repo-bot aspire-repo-bot Bot requested a review from sebastienros June 25, 2026 15:15
@aspire-repo-bot

Copy link
Copy Markdown
Contributor Author

Frontend HTML artifact ready

The latest frontend build uploaded the frontend-dist artifact for PR #1297. Use the VS Code button below to open this PR with GitHub Artifacts Explorer and browse the built HTML locally.

VS Code: Open PR #1297 artifacts

This comment updates automatically when a new frontend build artifact is uploaded.

@sebastienros sebastienros marked this pull request as ready for review June 25, 2026 22:19
Copilot AI review requested due to automatic review settings June 25, 2026 22:19
@sebastienros sebastienros merged commit 1064f2b into release/13.5 Jun 25, 2026
10 checks passed
@sebastienros sebastienros deleted the doc/foundry-model-updates-pr18491-e7c31b9cb496d8fc branch June 25, 2026 22:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Azure AI Foundry hosting integration documentation to better explain how to choose a FoundryModel descriptor by enumerating available provider families, aligning the docs with newer model namespaces added to Aspire.Hosting.Foundry.

Changes:

  • Expanded the “different generated model descriptor” guidance to mention provider-family namespaces (Microsoft, OpenAI, Cohere, MistralAI, etc.).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- Adds a Foundry deployment resource named `chat` using the generated `FoundryModel.OpenAI.Gpt5Mini` descriptor.

If you need a different generated model descriptor, use the corresponding nested type, such as `FoundryModel.Microsoft.Phi4Reasoning`:
If you need a different generated model descriptor, use the corresponding nested type. The `FoundryModel` class organizes models by provider family: `FoundryModel.Microsoft`, `FoundryModel.OpenAI`, `FoundryModel.Cohere`, `FoundryModel.MistralAI`, and others. For example, to use `FoundryModel.Microsoft.Phi4Reasoning`:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs-from-code Copilot initiated issue from dotnet/aspire repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants