interface ListModelsResponse {
    models: LLMInference.v1beta1.Model[];
    totalCount: number;
}

Properties

Properties

List of models on the current page.

totalCount: number

Total number of models.