Skip to main content
GET
/
llm-provider
List LLM Providers
curl --request GET \
  --url https://api.promptmetrics.dev/llm-provider \
  --header 'Authorization: Bearer <token>'
{
  "responseData": [
    {
      "_id": "64abc",
      "name": "OpenAI",
      "slug": "openai",
      "description": "OpenAI models",
      "logo_url": "https://logo.url/openai.png"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

List of providers

responseData
object[]