Skip to content
Docs Try Aspire

FoundryModel Properties

Class Properties 3 members
Describes a model that can be deployed to Microsoft Foundry.
The format or provider of the model (e.g., OpenAI, Microsoft, xAi, Deepseek).
public string Format { get; init; }
The name of the model.
public string Name { get; init; }
The version of the model.
public string Version { get; init; }