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": "http",
      "base_url": "https://api.anthropic.com"
    }
  ]
}

Changes

Changed in 2 of the 172 revisions of this API.6

    • ○

      the response property // became required for the status

      response-property-became-required

    • ○

      removed the anthropic enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the gemini enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the openai enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the openai_compatible enum value from the // response property for the response status

      response-property-enum-value-removed

    This revision also has 24 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      added the optional property // to the response with the status

      response-optional-property-added