Skip to content

Add GPU instance search command with filtering and sorting#274

Closed
theFong wants to merge 2 commits into
mainfrom
claude/gpu-search-filter-0U7vb
Closed

Add GPU instance search command with filtering and sorting#274
theFong wants to merge 2 commits into
mainfrom
claude/gpu-search-filter-0U7vb

Conversation

@theFong
Copy link
Copy Markdown
Member

@theFong theFong commented Jan 11, 2026

Add a new brev gpus command that allows users to search and filter
GPU instance types from the API. Features include:

  • Filter by GPU name (case-insensitive partial match)
  • Filter by minimum GPU memory per GPU
  • Filter by minimum total VRAM across all GPUs
  • Filter by minimum GPU compute capability
  • Filter by cloud provider
  • Filter to show only available instances
  • Sort by any column (instance-type, gpu-name, memory, price, etc.)
  • Sort in ascending or descending order

Add a new `brev gpus` command that allows users to search and filter
GPU instance types from the API. Features include:

- Filter by GPU name (case-insensitive partial match)
- Filter by minimum GPU memory per GPU
- Filter by minimum total VRAM across all GPUs
- Filter by minimum GPU compute capability
- Filter by cloud provider
- Filter to show only available instances
- Sort by any column (instance-type, gpu-name, memory, price, etc.)
- Sort in ascending or descending order
- Use public api.brev.dev endpoint for instance types
- Add comprehensive unit tests for filtering and sorting logic
- Tests cover: GPU name, memory, VRAM, capability, provider filters
- Tests cover: all sort columns and descending order
@theFong theFong requested a review from a team as a code owner January 11, 2026 05:24
@theFong theFong closed this Jan 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants