DeepFellow DOCS

List Plugins

List all loaded plugins and their status.

GET
/plugins
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://loading/plugins"
{
  "plugins": [
    {
      "description": "Anonymizes prompts before running the chat/completions",
      "enabled": true,
      "name": "df_anonymize_plugin",
      "priority": 1,
      "routes": [
        "/v1/chat/completions"
      ],
      "version": "1.0.0"
    },
    {
      "description": "Prints before and after request",
      "enabled": false,
      "name": "df_test_plugin",
      "priority": 10,
      "routes": [],
      "version": "1.0.0"
    },
    {
      "description": "Checks prompts for abuse",
      "enabled": true,
      "name": "df_abuse_detection_plugin",
      "priority": 100,
      "routes": [
        "/v1/chat/completions"
      ],
      "version": "1.0.0"
    }
  ],
  "total": 3
}

We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.