A list of model responses.

interface AvailableModelCollection {
    data: AvailableModel[];
    object: "list";
}

Properties

Properties

The array of model responses.

object: "list"

The object type, always "list".