Skip to main content
GET
/
api
/
llm
/
providers
List Providers
curl --request GET \
  --url https://api.example.com/api/llm/providers \
  --header 'X-Session-API-Key: <api-key>'
{
  "providers": [
    "<string>"
  ]
}

Authorizations

X-Session-API-Key
string
header
required

Response

200 - application/json

Successful Response

Response containing the list of available LLM providers.

providers
string[]
required