Skip to main content
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.
If your agent already needs other workspace context (identity, project drift, secrets, databases), jelou context --agent brings all of that back in a single call, including this same model allowlist in data.models (with source, fetchedAt, count, allowed[], deprecated[], and byProvider{}). It’s a handy shortcut when you’re going to request that broader context anyway.

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:
--provider is useful for validating a fallbackModel’s model+provider pair before publishing a workflow.

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:
You can also pass --no-cache to list, show and validate for a one-off query that leaves the cache alone.