Get Configured Providers
Get list of BYOK providers with keys configured
Get Configured Providers
Returns a list of provider IDs that have BYOK keys configured for the authenticated user. Used by the model dropdown to dynamically show BYOK-unlocked providers.
Request
GET /byok/configured
Authorization: Bearer {token}Response
{
"providers": ["openai", "anthropic"],
"count": 2
}An empty list means no BYOK keys are configured — only platform and Sarvam models will appear in the dropdown.