Skip to main content

Storage

Model Repo stores your model files in Runpod’s infrastructure, backed by Cloudflare R2. Your data is isolated to your Runpod account and is not accessible to other users.

Encryption

All model data is encrypted at every stage:
  • At rest: AES-256-GCM encryption, applied by default to all objects stored in Cloudflare R2.
  • In transit: TLS encryption for all transfers, both between your machine and Runpod when uploading and between Runpod’s systems when caching models on worker hosts.

Your data is yours

Runpod does not access, analyze, or use your model files for any purpose. Models stored in Model Repo are not used for training, evaluation, or any other internal purpose. Only you can access your models through your account credentials.

Compliance

/* [ENGINEERING: Ben Rosenberg mentioned linking to SOC1/SOC2 certs. What certifications does Runpod currently hold, and where are they published? Confirm the correct link for Runpod’s security/compliance page.] —> Runpod maintains industry-standard security certifications. For a full overview of Runpod’s security posture, certifications, and policies, see runpod.io/security.

Frequently asked questions

Does Runpod use my models to train other models? No. Your model files are stored privately and are never used by Runpod for any purpose. Can other Runpod users access my models? No. Models are scoped to your Runpod account. Other users cannot access or list your models. Who manages the storage infrastructure? Cloudflare R2 is the underlying object storage backend. Cloudflare applies encryption-at-rest using AES-256-GCM by default. Runpod manages the access layer and authentication. Only your Runpod API key can retrieve your models.