curl --request GET \
--url https://api.pandaprobe.com/evaluations/providers \
--header 'Authorization: Bearer <token>'[
{
"key": "<string>",
"name": "<string>",
"description": "<string>",
"available": true,
"message": "<string>"
}
]List LLM providers and their availability.
Auth: Bearer + X-Project-ID | X-API-Key + X-Project-Name
curl --request GET \
--url https://api.pandaprobe.com/evaluations/providers \
--header 'Authorization: Bearer <token>'[
{
"key": "<string>",
"name": "<string>",
"description": "<string>",
"available": true,
"message": "<string>"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.