Retrieve a list of all AI models configured for trading
getModels endpoint returns a list of all trading models currently configured in the system. Each model represents an AI trading agent with its own unique identifier and display name.
getModels endpoint returns only id and name fields for lightweight model listing.
Models table includes additional fields not exposed by this endpoint:
MODEL_INFO configuration:
warning field when fallback data is being served.
src/server/orpc/router/models.ts:18-41src/server/features/trading/queries.server.ts:696-703src/db/schema.ts:29-48