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.
Authorization
Authorization
RequiredBearer <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.
response
RequiredunknownHow is this guide?
Get Rated Bids GET
Get rated bids for a specific model. Connects to the proxy-router's /blockchain/models/{id}/bids/rated endpoint. Note: Use the blockchain model ID (hex) not the name.
List Models GET
Get a list of available models. Response is in OpenAI API format with selected fields from the blockchain data. Only returns non-deleted models.