guide · sandbox
Choosing a Sandbox: CPU, RAM and storage
A GPU Flow Sandbox is a persistent container with SSH and its own volume. You choose CPU, RAM, storage and, if you need it, a GPU. The question that saves the most money is the first one: do you really need a GPU inside the Sandbox?
In this guide you size it for your case without overpaying. Exact prices are on the pricing page; here is the decision framework.
The golden rule: GPU inside the Sandbox?
If your work is an agent or app that calls an LLM, inference happens in Token Factory, not in your Sandbox. In that case a CPU-only Sandbox is enough: it is the cheapest, and the model runs on the cluster B200s, which you reach over the internal RDMA network.
You only need a GPU inside the Sandbox if you run a model locally, do fine-tuning, process video/image with acceleration or experiment with CUDA. For everything else, CPU-only and use Token Factory.
Available profiles
Each profile has CPU and RAM ranges you adjust when creating the Sandbox:
| Profile | CPU | RAM | For |
|---|---|---|---|
| CPU-only | 1–16 vCPU | up to 64 GB | agents and apps that use Token Factory |
| MIG 1g · 23 GB | 1–8 vCPU | up to 64 GB | small local models, GPU tests |
| MIG 2g · 45 GB | 1–16 vCPU | up to 128 GB | medium models, local inference |
| Full B200 | 2–32 vCPU | up to 256 GB | fine-tuning, heavy workloads |
How much CPU and RAM
CPU: for a coding agent, 2–4 vCPU is plenty; the bottleneck is the network to the model, not your container. Go higher if you compile, run heavy tests or process data in parallel.
RAM: size it by the data you keep in memory (datasets, indexes, large context). For normal development, 8–16 GB. For in-memory datasets or several services at once, more.
Storage
The volume is persistent: it survives suspensions and restarts, on DDN EXAScaler storage. It is prorated by how long the volume exists, not by CPU usage. Size it by your repo + dependencies + data; you can grow it later.
Auto-suspend: you pay for real usage
When the Sandbox is idle it auto-suspends and stops counting the compute rate (the persistent volume stays, so your data is kept). Reconnect over SSH and it resumes. This means leaving a Sandbox "open" all week does not ruin you: you only pay active hours, or pick a flat monthly rate if you work daily.
Configure your Sandbox
Pick profile, resources and template (Claude Code, OpenCode) and boot in seconds. Same euro balance as Token Factory and dedicated GPU.
configure Sandbox