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
| Field | Type | Required | Description |
|---|---|---|---|
models | components.CustomModelResponse[] | ✔️ | Array of all registered custom models with their configurations and health status |