crush models
List all available models from your configured providers.
Usage
bash
crush modelsOutput
The command displays a table of all models, including:
- Provider name
- Model ID
- Model name
- Context window size
- Cost information (if available)
- Whether the model supports reasoning
- Whether the model supports attachments
Examples
List all models
bash
crush modelsFilter for a specific provider
bash
crush models | grep -i anthropicFind models with large context windows
bash
crush models | grep -E "(128000|200000|256000)"Related
To change the active model while using Crush, open the command palette with Ctrl+P and search for the model you want to use.
