v106

OpenAPI 3.1.0raw.githubusercontent.com2026-08-02160524464.6 KB
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"
    }
  ]
}