Providers
Get Provider Models
GET
/api/v1/providers/{provider_id}/modelsAuthorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
provider_id*Provider Id
Format
uuidQuery Parameters
model_type?|
Filter models by type
page?Page
Page number
Range
1 <= valueDefault
1size?Size
Page size
Range
1 <= value <= 100Default
50Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/providers/497f6eca-6276-4993-bfeb-53cbbbba6f08/models"{ "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "type": "AI", "tag_metadata": { "general": [ { "key": "string", "label": "string", "color": "string", "priority": 0, "source": "string" } ], "price": { "label": "string", "color": "string", "value": "string", "source": "string", "status": "string", "currency": "string", "unit": "string" }, "latency": { "label": "string", "color": "string", "value": "string", "source": "string", "status": "string", "currency": "string", "unit": "string" } } } ], "total": 0, "page": 1, "size": 1, "pages": 0}