model_providers
List custom model providers
Retrieve a paginated list of user-defined custom model providers. Encrypted provider credentials are never returned. Built-in provider families are listed separately by GET /v1/model_providers.
get/v1/custom_model_providers
Query parameters
cursorstring nullable
Cursor for pagination (custom provider ID)
Cursor for pagination (custom provider ID)
limitinteger
The max number of custom providers to return at a time (at most 1000).
The max number of custom providers to return at a time (at most 1000).
Response
A list of custom model providers with pagination information
Changes
Changed in 1 of the 70 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○