jelou models queries the catalog of AI models available to your organization —
the ones you can use in the AI Agent and AI_TASK nodes. It serves two
purposes: discovering which models you have, and validating that the name you are
about to write into a workflow actually exists.
List
Deprecated models do not appear unless you pass
--include-deprecated.
Show details
Accepts the short name, the qualified id, or the numeric id:Validate
Confirms a model exists before you write it into a workflow. This is the command built for CI and for agents:Catalog cache
The catalog is cached on disk so the API isn’t queried on every call. If you just enabled a model and it does not show up:--no-cache to list, show and validate for a one-off
query that leaves the cache alone.