---
title: "GPU compute"
description: "Accelerator classes for adult AI workloads: inference-optimized versus flagship training, virtual, bare-metal and spot, autoscaling, regional placement, and serverless inference."
url: "https://adultinfra.com/docs/ai/gpu-cloud/"
dateModified: "2026-09-12"
---

[Home](https://adultinfra.com/) / [Docs](https://adultinfra.com/docs/) / AI and GPU 

# GPU compute

Accelerator classes for adult AI workloads: inference-optimized versus flagship training, virtual, bare-metal and spot, autoscaling, regional placement, and serverless inference.

LAST REVIEWED 2026-09-13

ON THIS PAGE

- [Accelerator classes](https://adultinfra.com/docs/ai/gpu-cloud/#accelerator-classes)
- [Virtual, bare-metal, and spot](https://adultinfra.com/docs/ai/gpu-cloud/#virtual-bare-metal-and-spot)
- [Autoscaling](https://adultinfra.com/docs/ai/gpu-cloud/#autoscaling)
- [Regional placement](https://adultinfra.com/docs/ai/gpu-cloud/#regional-placement)
- [Serverless inference versus dedicated GPUs](https://adultinfra.com/docs/ai/gpu-cloud/#serverless-inference-versus-dedicated-gpus)
- [Where AdultInfra fits](https://adultinfra.com/docs/ai/gpu-cloud/#where-adultinfra-fits) 

**GPU compute** is the raw accelerator capacity behind training and inference. Choosing the right class and tenancy model determines cost, start-up time, and how well a workload tolerates interruption. For adult AI, it also determines where the work physically runs.

## Accelerator classes

Two broad classes cover most workloads:

- **Inference-optimized:** tuned for throughput and cost per request on already-trained models. Lower memory per device, faster to schedule, and the default choice for serving.

- **Flagship training:** large-memory, high-interconnect devices for training and fine-tuning. Expensive and scarce; reserve them for jobs that actually need them.

Match the class to the phase. Serving a finished model on training hardware wastes money; training on inference hardware will not fit. The platform does not guarantee specific device models, so design against capability and memory requirements rather than a named part.

## Virtual, bare-metal, and spot

Tenancy Isolation Start-up Interruption Good for Virtual Shared host, isolated instance Fast None Serving, small fine-tunes Bare-metal Whole host Slower None Large training, consistent throughput Spot Shared, reclaimable Fast Can be reclaimed Fault-tolerant batch and checkpointed training 

Spot is dramatically cheaper and fine for jobs that checkpoint frequently and can restart. Never put a latency-sensitive inference endpoint on spot without a reliable fallback, because reclamation is not something you control.

## Autoscaling

Scale on the signal that reflects real load:

- **Inference:** scale on queue depth or concurrent requests, with a warm pool so new replicas are ready before the queue grows.

- **Training:** scale the job’s worker count, not a long-lived pool, and checkpoint so a reclaimed worker does not lose progress.

Set both a floor and a ceiling. A floor keeps latency-sensitive endpoints warm; a ceiling stops a traffic anomaly from consuming unbounded capacity. Scale-down should drain gracefully so in-flight requests finish.

## Regional placement

Place accelerators where the data and the users are:

- **Near users** for interactive inference where round-trip time matters.

- **Near data** for training and batch jobs, so large datasets do not cross regions repeatedly.

- **Where the law requires** when residency or export rules apply to adult content or personal data.

Keep training data and checkpoints inside the region they belong to, and avoid moving them across boundaries for convenience.

## Serverless inference versus dedicated GPUs

- **Serverless inference** abstracts the device entirely. You deploy a model and pay for what you use; the platform handles scheduling, scaling, and cold starts. Best for spiky or low-volume workloads and for teams that do not want to manage capacity.

- **Dedicated GPUs** give you a persistent device you control. Best for steady high-volume serving, custom runtimes, and training, where you need predictable performance and full control of the environment.

Many adult platforms run both: serverless for the long tail of models and burst traffic, dedicated capacity for the few models that serve continuously.

## Where AdultInfra fits

AdultInfra places accelerator capacity for lawful adult workloads with inference-optimized and flagship classes, spot where it is safe, and regional placement that respects residency. To size a workload or move it off a general-purpose provider, start with [adult AI inference](https://adultinfra.com/adult-ai-inference/) and bring one job and its memory requirement.

**Need this configured for your platform?** [Get a test plan](https://adultinfra.com/contact/) and an engineer will map the resource, cache, and delivery design to your workload.

```json
{"@context":"https://schema.org","@graph":[{"@type":"TechArticle","headline":"GPU compute","description":"Accelerator classes for adult AI workloads: inference-optimized versus flagship training, virtual, bare-metal and spot, autoscaling, regional placement, and serverless inference.","url":"https://adultinfra.com/docs/ai/gpu-cloud/","dateModified":"2026-09-13","keywords":"GPU cloud, AI accelerator, spot GPU instances, bare metal GPU, serverless inference","author":{"@id":"https://adultinfra.com/#organization"},"publisher":{"@id":"https://adultinfra.com/#organization"},"inLanguage":"en"},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://adultinfra.com/"},{"@type":"ListItem","position":2,"name":"Documentation","item":"https://adultinfra.com/docs/"},{"@type":"ListItem","position":3,"name":"GPU compute","item":"https://adultinfra.com/docs/ai/gpu-cloud/"}]}]}
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://adultinfra.com/#organization","name":"AdultInfra","url":"https://adultinfra.com","logo":"https://adultinfra.com/favicon.svg","description":"Luxembourg-based specialist infrastructure for adult platforms.","slogan":"Already behind the adult internet.","areaServed":"Worldwide","knowsAbout":["Adult video CDN","Porn tube site infrastructure","Adult live-cam streaming","Creator subscription platforms","Byte-range video caching","Origin shielding","Player quality of experience","DDoS protection","GPU infrastructure","Adult-capable AI inference"],"location":{"@type":"Place","name":"Luxembourg","address":{"@type":"PostalAddress","addressCountry":"LU"}},"contactPoint":{"@type":"ContactPoint","contactType":"sales","url":"https://adultinfra.com/contact/"}},{"@type":"WebPage","@id":"https://adultinfra.com/docs/ai/gpu-cloud/#webpage","url":"https://adultinfra.com/docs/ai/gpu-cloud/","name":"GPU compute","description":"Accelerator classes for adult AI workloads: inference-optimized versus flagship training, virtual, bare-metal and spot, autoscaling, regional placement, and serverless inference.","isPartOf":{"@id":"https://adultinfra.com/#website"},"about":{"@id":"https://adultinfra.com/#organization"},"primaryImageOfPage":{"@type":"ImageObject","url":"https://adultinfra.com/og-default.png"},"inLanguage":"en","mainEntity":{"@id":"https://adultinfra.com/docs/ai/gpu-cloud/#article"},"dateModified":"2026-09-13"},{"@type":"WebSite","@id":"https://adultinfra.com/#website","url":"https://adultinfra.com","name":"AdultInfra","description":"Luxembourg-based specialist infrastructure for adult platforms.","publisher":{"@id":"https://adultinfra.com/#organization"},"inLanguage":"en","potentialAction":{"@type":"ContactAction","target":"https://adultinfra.com/contact/"}}]}
```
