Skip to content
DocsTry Aspire
DocsTry

OpenAIModelResource Properties

ClassProperties3 members
Represents an OpenAI Model resource.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
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; }