cloudfit scores and ranks cloud instances across AWS, GCP, and Azure against your workload profile — and stays current as providers deprecate and release new machine types.
The cloudfit API is running live on Hugging Face Spaces with a bundled snapshot of 875 GCP machine types across 5 regions (us-central1, us-east1, us-west1, europe-west4, asia-southeast1) with realistic asymmetric availability. No credentials needed. Five endpoints in total: /recommend, /instances, /providers, /diff, and /health.
The Space sleeps when idle, so the first request may take 30 to 60 seconds to wake the container. Subsequent requests are instant.
WorkloadProfile or a YAML file. cloudfit understands five resource archetypes — I/O, CPU, memory, GPU, and burst-parallel.optimize_for mode. No cloud credentials needed.| Mode | w_cost | w_perf | w_avail | Best for |
|---|---|---|---|---|
| cost | Batch jobs, dev environments | |||
| balanced | Default — production workloads | |||
| performance | Latency-sensitive, GPU inference | |||
| availability | Long-running, deprecation-sensitive |
/recommend · /instances · /providers · /diff. Multi-region snapshot (5 regions). FastAPI with OpenAPI docs. Self-host with Docker, or use the live demo on Hugging Face Spaces.