cURL
curl --request GET \ --url https://api.example.com/api/llm/providers \ --header 'X-Session-API-Key: <api-key>'
{ "providers": [ "<string>" ] }
List all available LLM providers supported by LiteLLM.
Successful Response
Response containing the list of available LLM providers.
Was this page helpful?