Request to create a new model config
Summary
Types
@type t() :: %ExBifrost.Model.CreateModelConfigRequest{ budgets: [ExBifrost.Model.CreateBudgetRequest.t()] | nil, model_name: String.t(), provider: String.t() | nil, rate_limit: ExBifrost.Model.CreateRateLimitRequest.t() | nil, scope: String.t() | nil, scope_id: String.t() | nil }