Paperspace A100 80GB on-demand costs $3.18/hr in August 2026. packet.ai A100 80GB costs $1.43/hr with no subscription, no 36-month commitment, no $39/month Growth plan gate. The cheap GPU cloud the Gradient audience is looking for exists - it just is not Paperspace anymore.
Key takeaways
Paperspace's notebook-first appeal was real. Pre-configured PyTorch and TensorFlow environments, one-click Jupyter, per-second billing, no server management. For ML teams that wanted to run training jobs without DevOps overhead, Gradient was genuinely good. Then DigitalOcean acquired Paperspace, deprecated the Gradient API in July 2024, restructured pricing, and gated H100 access behind a $39/month subscription. The product still exists but the reasons most teams chose it are eroding. This guide covers six alternatives built around what the Paperspace audience actually needs: cheap GPU cloud access for training and fine-tuning, no contract games, and at least one alternative that brings back the notebook experience Gradient had.
Note: this post does not cover RunPod or Lambda Labs - both are strong alternatives with detailed comparison posts elsewhere. For RunPod see the RunPod alternatives guide. For Lambda Labs see the Lambda Labs alternatives guide. For the full cheap GPU cloud comparison across all major providers, see the 10 best GPU cloud providers for AI. For teams transitioning from GPU training to managed inference, see the LLM inference cost breakdown.
All rates verified August 2026 from provider pages and tracker sites. Paperspace rates from Thunder Compute's August 2026 comparison and aicostcalculators.com (sourced from DigitalOcean docs, last updated November 2025).
Paperspace rates from Thunder Compute August 2026 comparison and aicostcalculators.com (sourced from DigitalOcean docs, November 2025). packet.ai pricing from packet.ai pricing page (August 2026). JarvisLabs rates from JarvisLabs pricing page. Google Colab Pro+ rate from Google pricing page (August 2026). Vast.ai spot rates from ecorpit.com India GPU guide (July 2026). Modal rates from Modal pricing page. All rates subject to change - verify before committing.
packet.ai A100 80GB at $1.43/hr is 55% below Paperspace's $3.18/hr on-demand rate for the same GPU, with no subscription fee on top.
packet.ai runs on owned B200 infrastructure with an overcommit scheduler that achieves 80-100% GPU utilisation - the reason rates sit below most competitors without a subscription model subsidising the difference. For teams migrating from Paperspace, the direct comparison is A100 80GB: Paperspace $3.18/hr versus packet.ai $1.43/hr, with no $39/month Growth gate on packet.ai. RTX 6000 Pro at $0.66/hr with 96GB VRAM is the most cost-effective single-GPU option for 70B QLoRA fine-tuning on this list - 48GB VRAM on a single card with LoRA fits most 70B fine-tuning recipes without multi-GPU tensor parallelism overhead.
Where packet.ai differs from the Paperspace experience: no managed Jupyter notebooks out of the box. Teams coming from Gradient notebooks will need to self-host Jupyter on their GPU instance - a 2-minute setup but a real workflow change. The GPU access itself is faster to provision than Paperspace, and the Token Factory inference API (Llama 3.3 70B at $0.59/M, Llama 3.1 8B at $0.06/M) covers teams that want to move from training to inference without spinning up a separate serving stack. For the full break-even between self-hosting inference on GPU and using a managed API, see the LLM inference cost breakdown. For Paperspace users on the Growth plan spending $39/month plus $3.18/hr on A100, the switch to packet.ai at $1.43/hr with zero subscription pays back the migration effort in the first week of usage.
Best for: Teams that want the lowest A100 rate without a subscription, need RTX 6000 Pro for cost-effective 70B fine-tuning, or want Blackwell B200 access that Paperspace does not offer. Not the replacement for teams that need Gradient-style managed notebooks without any self-hosting.
JarvisLabs is the most direct Paperspace Gradient replacement for teams that want managed Jupyter notebooks without switching to raw GPU VMs. Pre-built environments cover PyTorch, TensorFlow, JAX, fast.ai, and HuggingFace Transformers - the same frameworks Gradient supported. Jupyter and VS Code are available on every instance. A100 80GB from $1.99/hr, H100 from $2.49/hr, no subscription fee. Persistent storage included. The platform bills per-minute and supports pausing instances to avoid charges when not running jobs - the billing model Gradient users were used to.
JarvisLabs is a smaller platform than Paperspace by user base, which means less community content and fewer pre-built model templates. GPU availability during peak demand periods can be constrained relative to larger providers. For the specific use case of notebook-first ML training on A100 or H100 without dealing with raw infrastructure, JarvisLabs is the closest substitute for the Gradient experience at a lower price point.
Best for: Teams migrating directly from Paperspace Gradient who want managed Jupyter environments, pre-built ML framework containers, and per-minute billing without a subscription. The gradient paperspace experience closest equivalent in 2026.
Google Colab Pro+ at $49.99/month gives priority access to H100 GPUs with background execution (notebooks run when the browser is closed) and higher usage limits versus the free tier. For ML teams running short experiments, hyperparameter sweeps, or evaluation runs where compute time per session is under 4-6 hours, Colab Pro+ is cost-effective relative to any on-demand GPU cloud. The notebook experience is native, the Python environment requires no setup, and Google Drive integration handles data transfer without a separate storage bill.
Colab Pro+ is not suitable for sustained training runs. Sessions have maximum runtimes, GPU allocation is not guaranteed (you get priority, not reservation), and there is no persistent GPU VM you can leave running for days. For a 100-hour QLoRA fine-tuning run on Llama 3 70B, Colab Pro+ cannot serve that workload - packet.ai A100 at $1.43/hr totalling $143 is the path for sustained jobs. Colab Pro+ is for teams with intermittent notebook workloads who would rather pay a flat $49.99/month than track hourly bills.
Best for: Individual researchers and small teams running short experiments, evaluations, and notebook-based prototyping. Not for multi-day training runs or workloads that need persistent GPU state.
Kaggle provides free GPU access (T4 and P100 class) with a weekly compute quota and Jupyter-based notebooks. No credit card required, no subscription. For the specific Paperspace Gradient use case of running a notebook-based ML experiment without paying per GPU-hour, Kaggle is the only fully free option on this list. The tradeoff is quota limits (approximately 30 GPU hours per week), no A100 or H100 access, and Kaggle-specific notebook tooling that differs from Gradient's environment.
Kaggle's primary audience is data science competitions and tutorial work rather than production ML training. Teams running serious fine-tuning jobs or training runs over 7B parameters will hit Kaggle's quota and hardware ceiling quickly. It is a starting point for teams new to GPU compute, not a sustained training environment. For teams that have outgrown Kaggle and need A100 access without a Paperspace subscription, the jump to packet.ai at $1.43/hr or JarvisLabs at $1.99/hr is the natural next step.
Best for: Students, individual researchers, and competition participants who need free GPU access for short experiments. Not suitable for sustained training or fine-tuning workloads beyond 7B parameters.
Modal is a serverless compute platform for Python-native ML workloads. You define functions with GPU requirements in Python decorators, Modal provisions the GPU, runs the function, and tears it down. No persistent VMs, no SSH, no container management. A100 from $2.25/hr, H100 from $3.95/hr, billed per second. The developer experience is designed for teams running batch inference, scheduled fine-tuning jobs, and ML pipelines where GPU VMs feel like unnecessary overhead.
Modal's constraint is the serverless model itself: no persistent GPU pods for long-running training. A 200-hour pretraining run cannot run on Modal. For workloads that fit the serverless pattern - inference endpoints, batch processing, scheduled jobs - Modal's Python-first API is genuinely faster to get running than provisioning a GPU VM. For sustained training and fine-tuning that Paperspace's Core VMs handled, Modal is not a substitute. packet.ai persistent GPU access at $1.43/hr for A100 or $0.66/hr for RTX 6000 Pro covers that gap.
Best for: ML engineers running Python-native batch inference, scheduled model jobs, and pipelines where serverless GPU provisioning reduces infrastructure overhead. Not for multi-day training runs or workloads that need a persistent GPU VM.
Vast.ai is a peer-to-peer GPU marketplace where hosts rent out hardware at rates set by supply and demand. Spot A100 from $0.67/hr and spot H100 from $1.55/hr are the lowest published rates on this list for those GPUs. No subscription, no contracts, Docker-based deployment. For teams running interruptible training jobs with checkpointing every 30-60 minutes, Vast.ai's spot pricing produces the lowest total GPU bill available.
The tradeoff is reliability. Vast.ai hosts are independent operators - uptime, network speed, and hardware condition vary by host. There are no SLAs. For workloads where a host going offline mid-training is acceptable (checkpointed jobs that restart automatically), Vast.ai is the cheapest GPU cloud option in 2026. For workloads that need guaranteed availability, SLA-backed uptime, or consistent hardware quality, the marketplace model introduces risk that dedicated neocloud infrastructure does not. See the Vast.ai alternatives guide for a detailed breakdown of when to use Vast.ai versus managed providers.
Best for: Cost-first teams running checkpointed training jobs that can tolerate host interruption. The lowest raw GPU rates on this list - at the cost of no SLA and variable host quality.
You want the cheapest A100 / no subscription
packet.ai at $1.43/hr. No subscription, no minimum commitment. 55% below Paperspace on the same GPU. RTX 6000 Pro at $0.66/hr if 70B QLoRA fits in 96GB VRAM.
You want Gradient notebooks without Gradient
JarvisLabs. A100 from $1.99/hr, managed Jupyter, pre-built PyTorch and TensorFlow environments, per-minute billing, no subscription.
You run short experiments at fixed monthly cost
Google Colab Pro+ at $49.99/month. Priority H100 access, native notebooks, no per-hour tracking. Only viable for short sessions, not sustained training.
You need the absolute cheapest GPU rates
Vast.ai spot from $0.67/hr on A100. No SLA, marketplace model, variable host quality. Requires checkpointing every 30-60 minutes to handle evictions.
You want serverless GPU for Python pipelines
Modal. A100 from $2.25/hr, Python decorator-based provisioning, per-second billing. Does not support persistent GPU VMs or multi-day training runs.
You need free GPU for short experiments
Kaggle. Free T4/P100 quota (~30 GPU hr/week), no credit card. Hits a hard ceiling at 7B+ parameter workloads. Step one before committing to a paid provider.
Last reviewed: August 26, 2026. Paperspace A100 and H100 on-demand rates from Thunder Compute's August 2026 Paperspace alternatives comparison and aicostcalculators.com (sourced from DigitalOcean docs, last updated November 2025). Paperspace $39/month Growth subscription requirement and Gradient API deprecation date from Spheron's February 2026 Paperspace alternatives guide and DigitalOcean documentation. packet.ai pricing from packet.ai pricing page (August 2026). JarvisLabs rates from JarvisLabs pricing page. Google Colab Pro+ rate from Google pricing page (August 2026). Vast.ai spot rates from ecorpit.com India GPU guide (July 2026). Modal rates from Modal pricing page. GPU pricing changes frequently - verify on provider pages before committing. For the full GPU cloud provider comparison, see the 10 best GPU cloud providers for AI. For Vast.ai specifically, see the Vast.ai alternatives guide. For inference rather than training, see the LLM inference cost breakdown. For the cheapest managed inference APIs, see the cheapest LLM API providers guide.
Same models. Same API. Fraction of the cost. Start free — no credit card required.
Start Building →