MODEL · GPU GUIDE

Apertus-v1.5-70B GPU Requirements: VRAM & Cheapest GPU

Apertus-v1.5-70B has about 72.0B parameters. See exactly how much GPU memory it needs at FP16, INT8, and INT4, and the cheapest GPU to run it, with live hourly pricing from 5+ data center partners.

72.0BParameters
39 GBMin VRAM
$0.96/hrCheapest
< 2 minDeploy
swiss-ai/Apertus-v1.5-70B
VIEW ON HUGGINGFACE ↗
72.0B paramsimage-text-to-textapertus1p51.7K downloads47 likesupdated Jul 24, 2026gated · request access on HF

To run Apertus-v1.5-70B for inference at FP16, you need roughly 157 GB of VRAM. The cheapest fit on Spheron is 2x A100 80GB at about $2.96/hr. Quantize to INT4 to run it on a smaller, cheaper GPU.

GB VRAM REQUIRED
FP16INFERENCEBATCH 1CTX 4k

Estimated peak VRAM including weights, activations, and KV cache. Add 10% headroom for production traffic.

RANKCONFIGURATIONPER GPUTOTAL $/HR
  • 01
    2× A100 80GBCHEAPEST
    Ampere · HBM2e
    $1.48/hr$2.96/hr
  • 02
    4× L40S 48GB
    Ada Lovelace · GDDR6
    $0.96/hr$3.84/hr
  • 03
    2× RTX PRO 6000 96GB
    Blackwell · GDDR7
    $2.31/hr$4.62/hr
  • 04
    2× H100 80GB
    Hopper · HBM3
    $2.98/hr$5.96/hr
  • 05
    2× GH200 96GB
    Grace Hopper · HBM3
    $3.02/hr$6.04/hr

Live pricing aggregated from 5+ data center partners. Per-minute billing, no commitments.

VRAM required to run Apertus-v1.5-70B

Estimated peak VRAM at context length 4,096 and batch size 1, including weights, activations, and KV cache. Quantizing to INT8 (Q8) or INT4 (Q4) cuts memory roughly in half and in quarter.

PrecisionInferenceLoRA fine-tuneFull fine-tune
FP16157 GB235 GB628 GB
INT878 GB118 GB314 GB
INT439 GB59 GB157 GB

Cheapest GPU to run Apertus-v1.5-70B by precision

FP16
VRAM required157GB

Full precision. Best quality, highest memory.

Cheapest GPU
2x A100 80GB
Ampere · HBM2e
$2.96/hr · $1.48/hr/gpu
2x A100 80GB on Spheron
INT8
VRAM required78GB

8-bit quantized. ~2x smaller, minimal quality loss.

Cheapest GPU
A100 80GB
Ampere · HBM2e
$1.48/hr
A100 80GB on Spheron
INT4
VRAM required39GB

4-bit quantized. ~4x smaller, runs on smaller GPUs.

Cheapest GPU
L40S 48GB
Ada Lovelace · GDDR6
$0.96/hr
L40S 48GB on Spheron

Inference vs fine-tuning Apertus-v1.5-70B

InferenceWeights + KV cache
LoRA fine-tune~1.5×+ low-rank adapter
Full fine-tune~4×+ gradients + optimizer state

Inference only holds the model weights plus a KV cache, so it is the cheapest setup. LoRA fine-tuning adds a small adapter and roughly 50% more memory. Full fine-tuning holds gradients and optimizer state on top of the weights, which is about 4x the inference footprint, so it often needs multiple GPUs even when inference fits on one. For Apertus-v1.5-70B, an on-demand A100 80GB instance covers inference and LoRA, while a full fine-tune needs several times that memory and often spans multiple GPUs. Check the live GPU pricing for current rates.

Similar models

Compare GPU requirements for models in the same class.

FAQ / 05

Apertus-v1.5-70B GPU questions

Apertus-v1.5-70B has about 72.0B parameters. At FP16 it needs roughly 157 GB of VRAM for inference, including weights, activations, and KV cache. Quantized to INT4 that drops to around 39 GB. Leave about 10% headroom for production traffic.

For FP16 inference, the cheapest fit on Spheron is 2x A100 80GB at about $2.96/hr. If you quantize to INT4, L40S 48GB at about $0.96/hr runs it for less. Pricing is aggregated live from 5+ data center partners with per-minute billing.

LoRA fine-tuning adds roughly 50% on top of inference memory, so it usually fits the same class of GPU. Full fine-tuning holds gradients and optimizer state and needs about 4x the inference VRAM, which often means multiple GPUs for Apertus-v1.5-70B. The VRAM matrix above shows the exact estimate for each setup.

We read the parameter count directly from the model's safetensors metadata on HuggingFace, then estimate peak VRAM from weights, activations, KV cache, and framework overhead at your chosen precision. The estimate lands within about 15% of real-world use for most transformer models.

Quantized to INT4, Apertus-v1.5-70B needs about 39 GB of VRAM, so it is too large for a single 24 GB RTX 4090 and needs a bigger card or multiple GPUs. At FP16 it needs roughly 157 GB, which usually means a data center GPU. The precision picks above list the cheapest GPU that fits each setup.