GET
/
v1
/
models
/
all
curl --request GET \
  --url https://api.pulze.ai/v1/models/all \
  --header 'Authorization: Bearer <token>'
[
  {
    "model": "<string>",
    "provider": "<string>",
    "owner": "<string>",
    "namespace": "<string>",
    "at": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
Successful Response
model
string
required

The name of the model. Can belong to many providers

namespace
string
required

The fully qualified (namespaced) model name

provider
string | null

The provider for the model.

owner
string | null

The owner of the model. Sometimes, for a provider/model combination, many instances exist, trained on different data

at
string | null

Extra model settings inferred from namespace