List All Models
Models
List All Models
Get a list of all available models
GET
List All Models
Get a list of all available models.
Response is in OpenAI API format with selected fields from the blockchain data. Returns all non-deleted models, including both active and inactive models. This differs from
/api/v1/models which only returns active models with available providers.
Headers
API key in format:
Bearer sk-xxxxxxResponse
Always “list”
Array of all model objects
All Models vs Active Models:
/api/v1/models- Returns only active models with available providers (recommended for most use cases)/api/v1/models/allmodels- Returns all non-deleted models regardless of status
Models marked as deleted are excluded from the response. Only models that exist on the blockchain and haven’t been soft-deleted are returned.

