Search & Discovery
Search for available instance types across cloud providers, filter by hardware specs, and pipe results directly into brev create.
brev search
Aliases: gpu-search, gpu, gpus, gpu-list
The search command has two subcommands:
brev searchorbrev search gpu— GPU instances (default)brev search cpu— CPU-only instances
GPU Search
Search for GPU instance types with filtering by GPU model, VRAM, compute capability, and more.
GPU Flags
GPU Examples
CPU Search
Search for CPU-only instance types (no GPU).
CPU Flags
CPU Examples
Compute Capability Reference
GPU compute capability indicates the architecture generation. Use --min-capability to filter.
Output Formats
Table Output (Default)
When run interactively, brev search displays a formatted table:
Features Column
JSON Output
Use --json for structured output. Process results with jq:
Piped Output
When stdout is piped to another command, brev search outputs instance type names only (one per line), enabling direct chaining with brev create: