cURL
curl --request GET \ --url https://api.example.com/api/v1/integrations/providers
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
List available model providers.
Returns a list of LLM and embedding model providers with their capabilities, models, and authentication requirements.
Example:
GET /integrations/providers GET /integrations/providers?has_embedding=true
Filter by providers with embedding models
Filter by model status
Successful Response