Create an account and deploy your first GPU.
If you’re new to Runpod, follow this guide to learn how to create an account, deploy your first GPU Pod, and use it to execute code remotely.
Start by creating a Runpod account to access GPU Pods and Serverless compute resources:
Now that you’ve created your account, you’re ready to deploy your first Pod:
If you haven’t set up payments yet, you’ll be prompted to add a payment method and purchase credits for your account.
After your Pod has finished starting up (this may take a minute or two), you can connect to it:
print("Hello, world!")
in the first line of the notebook.Congratulations! You just ran your first line of code using Runpod.
To avoid incurring unnecessary charges, make sure to:
You will be charged for storage on stopped Pods. If you don’t need to retain your Pod environment, you should terminate it completely.
To terminate your Pod:
Terminating a Pod permanently deletes all data that isn’t stored in a network volume. Be sure you’ve saved any data that you want to access again.
Now that you’ve learned the basics, you’re ready to: