Skip to main content
GET
/
api
/
v1
/
integrations
/
providers
List Model Providers
curl --request GET \
  --url https://api.example.com/api/v1/integrations/providers
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

has_embedding
boolean | null

Filter by providers with embedding models

status
string | null
default:active

Filter by model status

Response

Successful Response