providers
Provider Catalog Detail
Autofill hints for one provider the add-provider form has selected.
Imports only the selected provider's any-llm module (not the whole catalog) to report its credential env var, default endpoint, whether a key is required, and whether that env var is already set on the server. Returns 404 for an unknown provider id. Master-key gated because it is operator-facing.
The SDK import is offloaded to a worker thread: the first fetch for a given provider imports that provider's module, which would otherwise block the event loop (and thus every concurrent request) for the import's duration.
get/v1/providers/catalog/{provider_id}
Path parameters
provider_idstring required
Response
Successful Response