cURL
curl --request GET \ --url https://api.pulze.ai/v1/models/active \ --header 'Authorization: Bearer <token>'
[ { "model": "<string>", "provider": "<string>", "owner": "<string>", "namespace": "<string>", "at": "<string>" } ]
Get a list of the Models which are active for a specific App.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type ModelParts · object[].
ModelParts · object[]
Was this page helpful?