Parameters for the listAllModels operation.

interface ListAllModelsParams {
    headers?: OutgoingHttpHeaders;
    providerId?: string;
    signal?: AbortSignal;
}

Hierarchy (view full)

Properties

headers?: OutgoingHttpHeaders
providerId?: string
signal?: AbortSignal