FoundryModel
Class net8.0
Describes a model that can be deployed to Microsoft Foundry.
namespace Aspire.Hosting.Foundry;
public class FoundryModel{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesFormatget; initstring The format or provider of the model (e.g., OpenAI, Microsoft, xAi, Deepseek).
Nameget; initstring The name of the model.
Versionget; initstring The version of the model.
Nested Types 12
Section titled Nested Types class
Anthropic static Models published by Anthropic.
class
BlackForestLabs static Models published by Black Forest Labs.
class
Cohere static Models published by Cohere.
class
Core42 static Models published by Core42.
class
DeepSeek static Models published by DeepSeek.
class
Local static Models available on Foundry Local.
class
Meta static Models published by Meta.
class
Microsoft static Models published by Microsoft.
class
MistralAI static Models published by Mistral AI.
class
OpenAI static Models published by OpenAI.
class
StabilityAI static Models published by StabilityAI.
class
XAI static Models published by xAI.