Skip to content
Docs Try Aspire

AIFoundryModel Properties

Class Properties 3 members
Describes a model that can be deployed to Azure AI 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; }