Back to browse
GitHub Repository

Search and compare GPU and LLM pricing from your terminal. Data from deploybase.ai.

3 starsTypeScript

Deploybase CLI – Search GPU and LLM pricing from your terminal

by grasper_·Mar 18, 2026·3 points·1 comment

AI Analysis

MidSolve My Problem

Thin CLI wrapper around deploybase.ai when the website already shows this data.

Strengths
  • Covers both GPU and LLM pricing in single interface with provider and model filters
  • MIT licensed open source with npx one-run capability for quick comparisons
  • Search functionality across 100+ providers with modality filtering for LLMs
Weaknesses
  • No offline capability — entirely dependent on deploybase.ai API availability and data accuracy
  • CLI adds minimal value over visiting the website; no aggregation or alerting features
Target Audience

ML engineers, DevOps teams comparing cloud pricing

Similar To

Lambda Labs dashboard · RunPod pricing · Vast.ai

Post Description

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.

Similar Projects