CatalogOrganizationService.

list_llm_endpoints

list_llm_endpoints(filter: <nil>, page: <nil>, size: <nil>, sort: <nil>, meta_include: <nil>) -> list[CatalogLlmEndpoint]

List all LLM endpoints.

Parameters

nametypedescription
filterOptional filter string
pageZero-based page index (0..N)
sizeThe size of the page to be returned
sortSorting criteria in the format: property,(asc|desc). Multiple sort criteria are supported.
meta_includeInclude Meta objects

Returns

typedescription
list[CatalogLlmEndpoint]List of LLM endpoints