Skip to content
Docs Try Aspire

OpenAIModelResource Properties

Class Properties 3 members
Represents an OpenAI Model resource.
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Gets the connection string expression for the OpenAI Model resource.
public ReferenceExpression ConnectionStringExpression { get; }
Gets or sets the model name, e.g., "gpt-4o-mini".
public string Model { get; set; }
Parent OpenAI account resource from which settings (like API key) can be shared.
public OpenAIResource Parent { get; }