API ReferenceAdmin Provider API
Get all providers
Retrieves all providers with their model counts
Authorization<token>
Type "Bearer" followed by a space and JWT token.
In: header
Response Body
application/json
application/json
curl -X GET "https://loading/v1/admin/providers"[
{
"active": true,
"base_url": "string",
"category": "string",
"default_provider_image_edit": true,
"default_provider_image_generate": true,
"endpoints": [
{
"healthy": true,
"priority": 0,
"url": "string",
"weight": 0
}
],
"id": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"model_active_count": 0,
"model_count": 0,
"name": "string",
"vendor": "string"
}
]{
"code": "string",
"error": "string",
"message": "string",
"request_id": "string"
}