Prerequisites
Before you begin, make sure you have:SSH Key Pair
Required for secure instance access. We’ll show you how to create one if needed.
Terminal Access
Basic command line familiarity for SSH connections and running commands.
Step 1: Create Your Account
1
Sign Up
Visit app.hyperbolic.ai and create your account using:
- Email address
- Google OAuth
- GitHub OAuth
2
Verify Email
Check your inbox for a verification email and click the link to activate your account.
Step 2: Generate & Add SSH Key
Add SSH Key to Hyperbolic
- Go to Account Settings
- Navigate to “SSH Keys” section
- Paste your public key
- Click the “Save” button on bottom right
Step 3: Fund Your Account
Add credits to rent GPUs. New users get $10 free, but you can add more for extended usage.- Credit Card
- Go to Billing
- Click “Add Funds”
- Enter amount of credits you want to add
- Click “Pay Now”
- Complete payment via Stripe
Credit card payments are processed instantly and securely via Stripe.
Step 4: Choose Your GPU
Browse available GPUs and select based on your needs:GPU Selection Guide
| Use Case | Recommended GPU | Price | Why |
|---|---|---|---|
| Model Development | H100 80GB | $1.49/hr | Industry standard for AI development |
| Production Training | H100 80GB | $1.49/hr | Fast training, reliable performance |
| Large Models (70B+) | H200 141GB | $2.49/hr | Maximum memory for huge models |
| Distributed Training | H100 + InfiniBand | $1.99/hr | Multi-node clusters with fast interconnect |
| Ultra-Large Models | H200 + InfiniBand | $2.99/hr | Next-gen performance for cutting-edge AI |
Browse On-Demand GPUs
View real-time GPU availability and pricing
Step 5: Launch Your First Instance
Quick Launch (Web UI)
1
Select GPU
- Go to Hyperbolic
- Filter by GPU type, price, or region
- Click on an available GPU listing
2
Configure Instance
- Storage: Add if needed (optional)
- Label: Name your instance (optional)
3
Launch
- Review configuration and pricing
- Click “Start Building”
- Instance launches in less than 20 minutes
- Copy the SSH connection string
Step 6: Connect to Your Instance
Once your instance is running, connect via SSH:First Commands to Run
Step 7: Start Building
Quick Examples
- Train a Model
- Run Jupyter
- Fine-tune LLM
Managing Your Instance
Monitor Usage
Check your instance status and billing:Save Your Work
Stop or Terminate
- Via Web UI
- Go to My Instances
- Find your running instance
- Click “Terminate”
Common Issues & Solutions
If you’re still experiencing issues after trying these solutions, please contact us at [email protected] or use the Intercom chat widget in the bottom-right corner for immediate assistance.
Connection Issues
Permission denied (publickey)
Permission denied (publickey)
Problem: SSH key not recognizedSolution:
Connection timeout
Connection timeout
Problem: Cannot reach instanceSolution:
- Check instance is running in dashboard
- Verify IP address is correct
- Check firewall/security group settings
- Try different region if persistent
Host key verification failed
Host key verification failed
Problem: SSH host key changedSolution:
GPU Issues
CUDA out of memory
CUDA out of memory
Problem: GPU memory exhaustedSolution:
GPU not detected
GPU not detected
Problem: nvidia-smi shows no GPUsSolution:
Best Practices
Optimize Usage
Monitor GPU utilization to ensure you’re getting the most from your H100/H200 instances.
Save Checkpoints
Regularly save model checkpoints and important data to persistent storage or cloud.
Monitor Usage
Use
nvidia-smi and billing dashboard to track GPU utilization and costs.Terminate When Done
Always terminate instances when finished to avoid unnecessary charges.
Next Steps
Managing Instances
Learn advanced instance management, monitoring, and automation
API & Automation
Automate deployments with our REST API
Storage & Networking
Configure persistent storage and custom networking
Need Help?
For additional support:- Email: [email protected]
- Live Chat: Use the Intercom widget in the bottom-right corner
- Documentation: API Reference

