Skip to content

simulo models

List or download a job’s trained models (best.pt / latest.pt) (GET /v1/jobs/{id}/models). No NAME: list; NAME: digest-verified download.

usage: simulo models [-h] [--all] [--info] [--json] [--limit N] [-o OUTPUT] [job_id] [name]
Argument Description
JOB_ID (optional) Job id to fetch models for (default: the most recent job).
NAME (optional) Model name (e.g. best.pt) or model id to download. A name matching more than one model for this job is refused — pass the model id instead. Omitted: list the models.
Option Description
--all Download every model for the job.
--info Print the named model’s metadata as JSON instead of downloading it.
--json Print the bare model list as a JSON array instead of a table (automation-friendly).
--limit N Cap the bare list output (no NAME/–all) at N models (default 20 for the human-readable table; –json with no –limit returns the complete list instead, and –json WITH one says on stderr that it was bounded — machine output never truncates silently). 1..250. Does not change –all, which always downloads every model.
-o, --output OUTPUT Output path. For one model, a trailing separator or existing directory saves its named file inside it; otherwise this is the exact file path. A directory for –all; missing directories are created.