Schema representing a DeleteModelResponse within the OpenAI API
@type t() :: %ExOpenAI.Components.DeleteModelResponse{ deleted: boolean(), id: String.t(), object: String.t() }