CatalogOrganizationService.
test_llm_provider_by_id
test_llm_provider_by_id(id: str, models: list[CatalogLlmProviderModel] | None) -> CatalogLlmProviderTestResult
Test connectivity to a saved LLM provider by its identifier.
Parameters
| name | type | description |
|---|---|---|
| id | str | LLM provider identifier. |
| models | list[CatalogLlmProviderModel] | None | Optional list of models to test (overrides the provider's models). |
Returns
| type | description |
|---|---|
| CatalogLlmProviderTestResult | Reachability and per-model test results. |