Values.ModelSummarySourceSummary information about an available AI model.
type nonrec t = {modelId : ModelId.t option;The unique identifier of the model.
*)modelLifecycle : ModelLifecycle.t option;The lifecycle information for the model.
*)minimumCompatibilityVersion : Integer.t option;The minimum client compatibility version required to use this model.
*)}