Live data from Hacker News

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

github.com

1–3 of 3 posts

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

#1
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.

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

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

#2
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.