Morpheus API Gateway LogoMorpheus API Gateway
Models

List Models

Get a list of available models. Response is in OpenAI API format with selected fields from the blockchain data. Only returns non-deleted models.

GET
/api/v1/models

Authorization

AuthorizationRequiredBearer <token>

Enter the JWT token you received from the login endpoint (without 'Bearer' prefix)

In: header

Response Body

Successful Response

TypeScript Definitions

Use the response body type in TypeScript.

responseRequiredunknown
curl -X GET "http://api.mor.org/api/v1/models/" \
  -H "Authorization: Bearer <token>"
null

How is this guide?