Skip to content

crush models

List all available models from your configured providers.

Usage

bash
crush models

Output

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 models

Filter for a specific provider

bash
crush models | grep -i anthropic

Find models with large context windows

bash
crush models | grep -E "(128000|200000|256000)"

To change the active model while using Crush, open the command palette with Ctrl+P and search for the model you want to use.