What GPU do I need to run genmo/mochi-1-preview?
10.0B parameters, published in F32. View on Hugging Face Full specs & deploy guide
mochi-1-preview is published by genmo on Hugging Face, with 7,745 downloads and 1,359 likes to date. It's a unlisted-architecture model built for text-to-video, published natively in F32.
VRAM required & cheapest live GPU fit
Required VRAM = weight size at each precision, plus a fixed overhead for activation memory and allocator fragmentation. Diffusion and video models carry no KV-cache. The real driver of extra memory is output resolution and frame count, which this flat overhead does not model. Full formula and assumptions: methodology.
| Precision | Weight size | Required VRAM | Cheapest live fit | GPUs needed | Est. $/hr (full fit) |
|---|---|---|---|---|---|
| FP32 | 37.4 GB | 44.8 GB | RTX A6000 | 1 | $0.330/hr |
| cheaper alt. | V100 | 3 | $0.180/hr | ||
| FP8 (quantized) | 9.3 GB | 11.2 GB | RTX 4070 Super | 1 | $0.110/hr |
| INT4 (quantized) | 4.7 GB | 5.6 GB | RTX 4070 Super | 1 | $0.110/hr |
A GPU is only matched to a row if its hardware supports that precision, and the primary recommendation is always a single-GPU fit when one exists.
INT4 requires a quantized checkpoint actually published for this model, check its Hugging Face page before relying on this row.
Cheapest way to run mochi-1-preview at its published (F32) precision: 1× RTX A6000, at $0.330/hr per GPU ($0.330/hr total). Quantizing to FP8 or INT4 (rows above) can cost less, but requires a compatible quantized checkpoint to exist for this model.
mochi-1-preview: common questions
Can mochi-1-preview run on a single GPU?
Yes, but not on a desktop card. At FP32 it needs 44.8 GB of VRAM, more than a single 32 GB desktop card holds. The cheapest live single-card fit is a 48.0 GB RTX A6000 at $0.330/hr.
Can mochi-1-preview run in 16-bit instead of FP32?
Yes. Its published weights are FP32, 37.4 GB, or 44.8 GB once inference overhead is added. Loading the same weights in 16 bits halves that to 18.7 GB, or 22.4 GB with overhead. That moves it onto a 24 GB card, which the FP32 weights do not fit. How much accuracy the cast costs is model-specific and is not measured here.
What is the least VRAM mochi-1-preview can run in?
5.6 GB, at INT4 (quantized), which fits a 6 GB card, against 44.8 GB at FP32. That row assumes an INT4 checkpoint has actually been published for this model, so check its Hugging Face page before planning around it.
Does quantizing mochi-1-preview lower the GPU bill?
Yes. At FP32 the cheapest live fit is one RTX A6000 at $0.330/hr. At FP8 (quantized) it drops to one RTX 4070 Super at $0.110/hr, provided a quantized checkpoint exists for it.
Weight-to-VRAM math, the fit rules, and how live prices are normalized: full methodology.
More genmo models
- bert-base-uncased (110M, F32)
- Qwen3-0.6B (752M, BF16)
- gpt2 (137M, F32)
- Qwen3-8B (8.2B, BF16)
- Qwen3.6-35B-A3B-FP8 (36.0B, F8_E4M3)
- Qwen3.5-9B (9.7B, BF16)