List models filtered by user provider preferences

Returns a list of models available through the API, filtered based on the user’s provider preferences. This endpoint returns the same data structure as /models but only includes models from providers that are not in the user’s ignored providers list and are either in the user’s allowed providers list (if configured) or from any provider (if no allowed providers are specified). These provider preferences can be configured on the /settings page.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

List of available models filtered by user preferences
datalist of objects

Errors