Skip to main content

ProvidersClient

adaline.providers lists and inspects the LLM providers configured in your workspace. Every method is async.

Access

The class is also exported directly:
Types from adaline_api:

list()

List every provider configured in the workspace.

Returns

ListProvidersResponse with { data: list[Provider] }.

Example


get()

Fetch a single provider. Pass include_models=True to also return the list of models available under this provider.

Parameters

Example


See Also