Skip to main content
GET
/
v1
/
registry
/
providers
List Available Providers
curl --request GET \
  --url https://api.auriko.ai/v1/registry/providers \
  --header 'Authorization: Bearer <token>'
Returns all LLM providers available on the Auriko platform.
This endpoint is public and does not require authentication.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.