Models

List Providers

Returns LLM providers from the catalog with effective config and configured status.

get/api/v1/providers

Response

Provider list

Example response

{
  "data": [
    {
      "id": "anthropic",
      "display_name": "Anthropic",
      "adapter": "anthropic"
    }
  ]
}

Changes

Changed in 1 of the 134 revisions of this API.1

    • added the optional property data/items/expected_secret_name to the response with the 200 status

      response-optional-property-added