Where should I rent GPUs for AI inference or fine-tuning?
For bursty inference, serverless GPU with per-second billing wins because you pay nothing while idle. For sustained training, reserved instances are far cheaper. Cold start time is the specification to compare first.
Surveyed 13 August 2026
Choose compute and GPUs
Open in Tools →- 01Lambda
On-demand and reserved GPU cloud. GPU cloud for training and inference — on-demand instances, multi-GPU clusters, and reserved capacity. Billed per GPU-hour with no egress fees.
Developer Tools - 02RunPod
Per-second GPU pods and serverless. Rent GPU pods by the second across Community and Secure Cloud, or run autoscaling serverless GPU endpoints. Popular for cheap training and batch jobs.
Developer Tools - 03Vast.ai
GPU rental marketplace. Marketplace where independent hosts rent out GPUs, usually well below hyperscaler rates. Interruptible bidding trades reliability for the lowest price.
Developer Tools - 04Modal
Modal is a serverless cloud platform for AI and data teams — run Python functions, GPU workloads, agents, sandboxes, and scheduled jobs in the cloud by adding a decorator, with no infrastructure to manage.
Developer Tools - 05Baseten
Dedicated model deployments on GPUs. Deploy and autoscale models on dedicated GPUs with a managed serving stack. Billed per GPU-minute of active capacity.
Developer Tools - 06CoreWeave
Large-scale GPU infrastructure. Kubernetes-native GPU cloud built for large training and inference fleets. On-demand and reserved capacity across current-generation accelerators.
Developer Tools
Ordered by the VibeLeaderboard index, re-surveyed each edition. Something missing?
What to look for
- 01Serverless or reserved? Duty cycle decides this, and the cost difference is large in both directions.
- 02How long is a cold start? Loading a large model can dominate latency for infrequent requests.
- 03Is the memory enough for your model at your precision, with room for the batch?
Common questions
- Is it cheaper to run inference myself or use an API?
- Hosted APIs are cheaper until utilization is high and steady. Self-hosting pays off with sustained volume, strict data-residency requirements, or a fine-tuned model no API offers.
- What GPU memory do I need?
- Roughly two bytes per parameter at 16-bit, half that at 8-bit, a quarter at 4-bit, plus overhead for context and batch. A 7B model at 4-bit fits comfortably in 8GB.
More in Ship and operate
- Interface with your agentsTerminals, multiplexers, and runtimes for running coding agents all day.
- Deploy an applicationPublish previews and production builds without managing servers.
- Add a backendCombine databases, storage, APIs, and server-side functions.
- Add authenticationImplement accounts, sessions, identity providers, and authorization.
- Accept paymentsAdd subscriptions, checkout, billing, and payment infrastructure.
- Choose data infrastructureCompare databases, object storage, vector search, ORMs, and managed data services.
- Monitor product and usageCompare error monitoring, observability, product analytics, and web analytics.
- Automate deliveryBuild, test, preview, and release changes through CI/CD services.
- Add email and messagingSend transactional email, notifications, chat, and product messages.
- Secure and connect a domainFind domains, DNS, certificates, secrets, and application security services.