FoundryModel
Classnet10.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 Types11
Section titled Nested Typesclass
Anthropicstatic Models published by Anthropic.
class
BlackForestLabsstatic Models published by Black Forest Labs.
class
Coherestatic Models published by Cohere.
class
DeepSeekstatic Models published by DeepSeek.
class
Localstatic Models available on Foundry Local.
class
Metastatic Models published by Meta.
class
Microsoftstatic Models published by Microsoft.
class
MistralAIstatic Models published by Mistral AI.
class
OpenAIstatic Models published by OpenAI.
class
StabilityAIstatic Models published by StabilityAI.
class
XAIstatic Models published by xAI.