curl --request GET \
--url https://api.helicone.ai/v1/models \
--header 'authorization: <api-key>'
{
"data": [
{
"model": "<string>"
}
]
}
Get all models used by your organization
curl --request GET \
--url https://api.helicone.ai/v1/models \
--header 'authorization: <api-key>'
{
"data": [
{
"model": "<string>"
}
]
}
Ok
The response is of type object
.
Was this page helpful?