research.compute.shop

Ranks GPU cloud providers by estimated cost for a specified training workload.

Updated May 9, 2026
One-click install
npx skills add https://github.com/0h-n0/auto-research --skill research-compute-shop-0h-n0
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research.compute.shop
Source: https://github.com/0h-n0/auto-research/tree/main/skills/research.compute.shop
Command: npx skills add https://github.com/0h-n0/auto-research --skill research-compute-shop-0h-n0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Choosing where to rent GPU compute for an ML experiment requires manually comparing prices across dozens of clouds, marketplaces, free tiers, and academic grant programs, which is slow and error-prone. ## Core Features & Use Cases - Catalog-driven ranking: Compares 18 providers (AWS, GCP, Azure, Lambda, RunPod, Vast.ai, TensorDock, DataCrunch, and more) against a workload defined by gpu_type, gpu_count, and duration_h, sorted by total estimated USD. - Free and academic tiers: Separately surfaces Colab, Kaggle, HuggingFace ZeroGPU, GCP TRC, NSF ACCESS, and national HPC centers when they match the workload. - Filters and fallbacks: Supports max_usd_per_hour budget caps, spot-price preference, region matching, GPU alias resolution, and fuzzy suggestions when a GPU type is unknown. - Use Case: After estimating that an experiment needs 1x A100-80GB for 24 hours, run the skill to get a ranked table of the cheapest providers plus a COMPUTE_PROCUREMENT.md saved into the research project. ## Quick Start Ask the assistant to use the research.compute.shop skill to find the cheapest provider for 1 A100-80GB GPU running 24 hours with a 5 dollar per hour budget.

Frequently Asked Questions about research.compute.shop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the cheapest GPU cloud for an ML training job?▼

Provide the GPU type, count, and duration in hours, and the skill ranks 18 providers by total estimated USD from its pricing catalog. It separates commercial options from free tiers and academic grants, and links each provider's official pricing page for verification.

What GPU providers does the pricing comparison cover?▼

The catalog covers AWS, GCP, Azure, Lambda Labs, CoreWeave, Paperspace, RunPod, Vast.ai, Salad, TensorDock, and DataCrunch, plus free tiers (Colab, Kaggle, HuggingFace ZeroGPU) and academic programs (GCP TRC, NSF ACCESS, national HPC centers).

Can I compare spot vs on-demand GPU prices?▼

Yes, set prefer_spot to true and the skill uses spot pricing where available, falling back to on-demand otherwise. Spot and marketplace options are flagged with interruption-risk caveats in the output table.

Are the GPU prices in the catalog real-time?▼

No, prices are static reference values in gpu_providers.json with an updated_at date. The skill warns when the catalog is over 90 days old and always directs you to verify current quotes on each provider's official pricing page.

What happens if my GPU type is not in the catalog?▼

The skill resolves common aliases like A100 or H100 to canonical keys, and if the type is still unknown it suggests up to three fuzzy-matched alternatives. It never switches GPU types automatically without your confirmation.