List models
List supported base models and your accessible model repositories. Pass an
entry's name to POST /v1/decision
or POST /v1/systemone.
Requires a Modaic bearer token with read:repository or write:repository scope.
Personal tokens include your own repositories and those of organizations you
belong to. Organization tokens include only that organization's repositories.
Archived repositories are excluded.
This route has no request parameters. The response lists base models first, followed by repository models sorted by name. A listed repository may still need its model and questions configured before it can run decisions.
/v1/modelsAuthorization
Send a Modaic bearer token in the Authorization header.
Response
The available model entries.
Model entry
Model identifier, such as modaic/mo, jev-latest, or acme/support-triage.
Model description. An unset repository description is returned as "".
Whether this is a supported base model or a model repository.
Present for repository models. Use this as modelId in model resource routes.
A missing or invalid token returns 401. A token without the required scope
returns 403.