GET
/
v1
/
models
cURL
curl --request GET \
  --url https://api.helicone.ai/v1/models \
  --header 'authorization: <api-key>'
{
  "data": [
    {
      "model": "<string>"
    }
  ]
}

Authorizations

authorization
string
header
required

Response

200 - application/json

Ok

The response is of type object.