Skip to main content
GET
/
v1
/
llm
/
models
List models
curl --request GET \
  --url https://api.usenaive.ai/v1/llm/models \
  --header 'Authorization: Bearer <token>'
{
  "models": [
    {}
  ],
  "count": 123
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Query Parameters

Response

200 - application/json

OK.

models
object[]
count
number