Show HN: Deploybase CLI – Search GPU and LLM pricing from your terminal (github.com)

3 points by grasper_ ↗ HN
Hey HN, I built a CLI tool for comparing GPU and LLM pricing across 100+ cloud providers.

It pulls live data from deploybase.ai and lets you filter and search right in your terminal:

  deploybase gpu --model h100
  deploybase gpu --provider lambda
  deploybase gpu --type bare metal
  deploybase llm --author anthropic
  deploybase llm --provider google vertex
  deploybase llm --modality image
Install with npm install -g deploybase-cli. Open source, MIT licensed.

I'd love feedback on the UX, missing providers, or features that would make this more useful.

2 comments

[ 0.20 ms ] story [ 16.6 ms ] thread
Nice idea, pricing comparison across providers is genuinely painful to do manually right now. One feature that would make this more useful for me — a cost estimator based on expected token volume or GPU hours, not just raw pricing. Context switching between providers to calculate actual monthly cost is where the friction is.