CatalogOrganizationService.
list_llm_providers
list_llm_providers(filter: <nil>, page: <nil>, size: <nil>, sort: <nil>, meta_include: <nil>) ->
list[CatalogLlmProvider]
List all LLM providers.
Parameters
| name | type | description |
|---|---|---|
| filter | Optional filter string | |
| page | Zero-based page index (0..N) | |
| size | The size of the page to be returned | |
| sort | Sorting criteria in the format: property,(asc|desc). Multiple sort criteria are supported. | |
| meta_include | Include Meta objects |
Returns
| type | description |
|---|---|
| list[CatalogLlmProvider] | List of LLM providers |