01What drives the answer
Three numbers, and the third one surprises people.
The weights have to fit firstEvery parameter sits in VRAM whether the model activates it or not. If the weights do not fit the node, nothing else matters.
What is left over holds the usersThe memory that remains after the weights is the key-value cache. That is what a concurrent conversation actually consumes.
Context window is the expensive choiceGoing from 32k to 256k multiplies the memory each conversation holds. The same box then serves a fraction of the people. Choose the window the work needs, not the largest one available.
02The machines
Five configurations, from a workstation to two nodes.
We supply, install and support the box, or you buy the hardware and we deploy onto it. Either way the model, the data and the logs stay on your side of the network.
2x RTX 6000 Ada96 GB VRAMA workstation under a desk. A department, a pilot, or a site with no data centre.
4x H100320 GB VRAMOne node. Mid-size models at full precision, or a large model quantised.
8x H100640 GB VRAMThe common enterprise node. Most of the model list fits, several at full precision.
8x H2001,128 GB VRAMTrillion-parameter models on one node. This is the configuration we measured.
16x H2002,256 GB VRAM, two nodesWhere one model has to serve the whole organisation, or where two models run side by side for chat and coding.
04Beyond the GPUs
What your facilities team will ask about.
Power and coolingA single eight-GPU node draws in the order of 10 kW under load and needs the rack cooling to match.
NetworkInternal only. No outbound path is required for the model to serve, and we can install with the interface disabled.
StorageFast local NVMe for the weights and the index. A trillion-parameter model is roughly a terabyte on disk.
ResilienceOne node is a single point of failure. Where the service must not stop, size for two and load balance across them.
05Where it sits
Your rack, your tenancy, or ours.
Residency, sovereignty and access are three separate questions, and the deployment you choose answers them differently. The Trust page sets out what each one does and does not guarantee.
01In your data centre, on hardware you own, with no outbound network path.
02In your own cloud tenancy, in the region your regulator requires.
03Hosted by us, for a pilot, with a defined path to move it in-house.