datacenter

Nvidia logo Alquilar Nvidia B300.

Blackwell 288GB VRAM 1400W From $5.38/hr
Per hour
$5.38
Per day
$129.22
Per week
$904.51
Per month
$3876
AI models

Models that run on this GPU.

GPU-count + quantization recommendations covering fine-tuning, inference, and run-it-yourself scenarios on the Nvidia B300.

Command R+

by Cohere
FP16
Required GPUs
1× Nvidia B300
Total VRAM
288 GB
Parameters
104B
Context
128K tokens

GLM-4.5-Air

by Zhipu AI
FP16
Required GPUs
1× Nvidia B300
Total VRAM
288 GB
Parameters
106B (12B active)
Context
128K tokens

MiniMax-Text-01

by MiniMax
FP16
Required GPUs
4× Nvidia B300
Total VRAM
1152 GB
Parameters
456B (46B active)
Context
4M tokens

Baidu: ERNIE 4.5 VL 424B A47B

by Baidu
FP16
Required GPUs
4× Nvidia B300
Total VRAM
1152 GB
Parameters
424B
Context
131K tokens

MiniMax: MiniMax M2

by MiniMax
FP16
Required GPUs
4× Nvidia B300
Total VRAM
1152 GB
Parameters
456B
Context
205K tokens

MiniMax: MiniMax M1

by MiniMax
FP16
Required GPUs
4× Nvidia B300
Total VRAM
1152 GB
Parameters
456B
Context
1M tokens

MiniMax M2.7

by MiniMax
FP16
Required GPUs
4× Nvidia B300
Total VRAM
1152 GB
Parameters
456B
Context
197K tokens

MiniMax-Text-01

by MiniMax
FP8
Required GPUs
2× Nvidia B300
Total VRAM
576 GB
Parameters
456B (46B active)
Context
4M tokens

Baidu: ERNIE 4.5 VL 424B A47B

by Baidu
FP8
Required GPUs
2× Nvidia B300
Total VRAM
576 GB
Parameters
424B
Context
131K tokens

MiniMax: MiniMax M2

by MiniMax
FP8
Required GPUs
2× Nvidia B300
Total VRAM
576 GB
Parameters
456B
Context
205K tokens

MiniMax: MiniMax M1

by MiniMax
FP8
Required GPUs
2× Nvidia B300
Total VRAM
576 GB
Parameters
456B
Context
1M tokens

MiniMax M2.7

by MiniMax
FP8
Required GPUs
2× Nvidia B300
Total VRAM
576 GB
Parameters
456B
Context
197K tokens

MiniMax-Text-01

by MiniMax
INT4
Required GPUs
1× Nvidia B300
Total VRAM
288 GB
Parameters
456B (46B active)
Context
4M tokens

Baidu: ERNIE 4.5 VL 424B A47B

by Baidu
INT4
Required GPUs
1× Nvidia B300
Total VRAM
288 GB
Parameters
424B
Context
131K tokens

MiniMax: MiniMax M2

by MiniMax
INT4
Required GPUs
1× Nvidia B300
Total VRAM
288 GB
Parameters
456B
Context
205K tokens

MiniMax: MiniMax M1

by MiniMax
INT4
Required GPUs
1× Nvidia B300
Total VRAM
288 GB
Parameters
456B
Context
1M tokens

MiniMax M2.7

by MiniMax
INT4
Required GPUs
1× Nvidia B300
Total VRAM
288 GB
Parameters
456B
Context
197K tokens
Renting for inference?
Pair these models with the cheapest provider on the rental table. See rental rates on the Overview tab →
FAQ

AI models on this GPU.

What AI models can I run on a Nvidia B300?
The grid above lists every open-weights model with a recommended GPU configuration for this card. Each row tells you the minimum GPU count and the quantization level (FP16, FP8, INT8, INT4) needed to load the model in 288GB of VRAM.
What's the VRAM minimum to run a model on the Nvidia B300?
Rule of thumb: a model needs roughly (parameters × bytes-per-weight × 1.2) of VRAM to load, plus headroom for the KV cache during inference. FP16 = 2 bytes/weight, FP8/INT8 = 1 byte, INT4 = 0.5 bytes. A 70B model at FP16 needs ~168GB; at INT4 it drops to ~42GB and fits a single high-VRAM card.
How does quantization (FP16 vs FP8 vs INT4) affect what fits?
Lower-precision quantization shrinks the memory footprint nearly linearly with the bit count. The trade-off is output quality: FP16 is the reference, FP8 is usually indistinguishable for most prompts, INT8 introduces small quality losses, INT4 is noticeably degraded on reasoning-heavy tasks but fine for chat. The badge on each row tells you which level the recommendation assumes.
Can I fine-tune on the Nvidia B300 or only do inference?
Fine-tuning needs 4–8× more VRAM than inference at the same model size — gradients, optimizer state, and activations all live in memory. LoRA / QLoRA cut that overhead dramatically (often 4–10×). The notes column flags whether a row is an inference-only recommendation or includes a fine-tuning path.
Where do these GPU-count recommendations come from?
We curate them from official model cards, community benchmark threads (r/LocalLLaMA, HuggingFace forum), and known-good configurations published by the model makers. Each recommendation has been verified to load at the stated quantization on the listed GPU count — though throughput and context-length still vary by workload.