Skip to content

ListCustomModelsResponse

Response containing a list of all registered custom models.

Example Usage

typescript
import { ListCustomModelsResponse } from "@meetkai/mka1/models/components";

let value: ListCustomModelsResponse = {
  models: [],
};

Fields

FieldTypeRequiredDescription
modelscomponents.CustomModelResponse[]✔️Array of all registered custom models with their configurations and health status