Provider Catalog
List every known provider for the add-provider picker: id and name only.
Lightweight by design so the picker never lags: provider ids come from the any-llm registry and names from the bundled genai-prices dataset, so no provider SDK is imported. The autofill hints for a chosen provider come from GET /v1/providers/catalog/{provider_id}, which imports only that one SDK. Master-key gated because it is operator-facing dashboard data.
Response
Successful Response
Changes
Changed in 4 of the 126 revisions of this API.133
- ▲
removed the required property
items/requires_api_keyfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
items/default_api_basefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/env_keyfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/env_key_presentfrom the response with the200statusresponse-optional-property-removed
- ▲
- ○
added the optional property
items/env_key_presentto the response with the200statusresponse-optional-property-added
- ○
- ○
the endpoint scheme security
XApiKeyAuthwas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○