hail.sodocs
GET
/providers

Header Parameters

authorization?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/providers"
{  "providers": [    {      "layer": "llm",      "provider": "string",      "key_last4": "string",      "key_set_at": "string",      "params": {},      "fallback_enabled": true,      "is_active": true    }  ]}