Skip to main content
GET
/
v1
/
reference
/
providers
List providers
curl --request GET \
  --url https://api.narev.ai/v1/reference/providers
{
  "data": [
    {
      "provider_id": "<string>",
      "name": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://narev.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

List of providers.

data
object[]
required