Show HN: Deploybase CLI – Search GPU and LLM pricing from your terminal

https://github.com/nicalevras/deploybase-cli
by grasper_ • 4 months ago
3 1 4 months ago

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.

Related Stories

Loading related stories...

Source preview

github.com