Documentation

Everything you need to get started with ComputeHub

Getting Started

1. Create an Account

Sign up for a free account to get started. No credit card required for the free tier.

2. Configure Provider

Add your preferred GPU provider (RunPod, Vast.ai) or use our local option for testing.

# Navigate to Admin > Providers
# Click "Add Provider"
# Enter your API key
# Save configuration

3. Deploy Your First Instance

Choose a template or configure a custom deployment with your preferred GPU.

# Go to Dashboard > New Deployment
# Select a template (e.g., PyTorch, TensorFlow)
# Choose GPU type (RTX 3090, A100, H100)
# Click "Deploy Instance"
# Wait for deployment to be ready (~30 seconds)

API Reference

Authentication

All API requests require authentication using your API key.

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.computehub.com/v1/deployments

Frequently Asked Questions

How much does it cost?

We offer a free tier for testing. Production pricing starts at $0.24/hour for RTX 3090 GPUs. Check our pricing page for details.

Which providers do you support?

Currently we support RunPod, Vast.ai, and local deployments. More providers coming soon!

Can I use my own Docker images?

Yes! You can use any public Docker image or your own private images.