This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Description
What is the syntax convention for our CLI?
CLI Syntax
- Method names
- Follows OpenAI API:
cortex models get
- Follows Docker:
cortex models pull
- The order of
method vs required parameters
cortex models set <param>
cortex models <param> set
Command Chains
cortex run <model_id>: what sequence of calls does it make?
- What other chaining do we have?
- Do we automatically start engines based on the model?