Models
List Providers
Returns LLM providers from the catalog with effective config and configured status.
get/api/v1/providers
Response
Provider list
Example response
{
"data": [
{
"id": "anthropic",
"display_name": "Anthropic",
"adapter": "anthropic"
}
]
}