Skip to Content
CLIChat & Skillscmdop models

cmdop models

cmdop models

Prints the default model used for chat on this machine.

cmdop chat --model overrides it for one conversation. Its default is auto, meaning the relay picks the model — so cmdop models tells you what auto currently resolves to.

Which models are available depends on your account and the relay you are attached to; this command reports what is in effect rather than a fixed catalogue.

What auto means

auto is a relay decision, not a hidden local model name. The relay chooses the model according to the account, configured providers, and current product policy. cmdop models is the safe way to inspect that effective choice without guessing from environment variables or copied config.

Use --model on a chat command only when you need to override the default for one conversation. If the override is rejected, check model access in the web console before changing scripts.

Last updated on