Skip to main content
GET
/
v1
/
reference
/
providers
/
{provider_id}
Get provider
curl --request GET \
  --url https://api.narev.ai/v1/reference/providers/{provider_id}
{
  "data": {
    "provider_id": "<string>",
    "name": "<string>",
    "base_url": "<string>",
    "pricing_url": "<string>",
    "logo_url": "<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.

Path Parameters

provider_id
string
required
Example:

"openai"

Response

Provider details.

data
object
required