> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alpha.isaree.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# RAM and device memory

> The hardware resource that determines which AI models can run on your device.

When an [AI model](/concepts/llms-vlms) runs directly on a device — a phone, a tablet, or a workstation — it needs to be loaded into the device's active memory while it is working. This active memory is called **RAM** (Random Access Memory).

RAM is a physical component of your device. It is distinct from storage (the space where your photos and files are saved). RAM is the working space your device uses to run active processes. The larger and more capable an AI model is, the more RAM it requires to operate.

If your device does not have sufficient RAM to load a given model, that model simply cannot run on your device. This is a hard hardware constraint, not a software limitation that can be worked around.

## Understand how model size maps to RAM

AI models vary significantly in size. A small, specialized model designed for a single task — such as transcribing speech or extracting medication names from a note — requires relatively little RAM and can run comfortably on a modern smartphone. A larger model capable of complex multi-step reasoning across long documents requires substantially more RAM and is better suited to a tablet, a laptop, or an on-premise server.

In Isa, the model picker lists each variant with its size in GB and a recommended iPhone, so you can pick one that fits your device. On the Community Hub, the model picker goes further: set your device once — iPhone, iPad, or Mac — and every model shows its RAM needs and whether it fits. As devices become more powerful — newer iPhones now ship with 8 GB of RAM, high-end iPad Pro variants reach 16 GB, and Apple Silicon Macs go higher still — the range of capable [on-device](/concepts/on-device-vs-cloud) models expands accordingly.

## More than the file size

Two things make a model's real RAM requirement larger than the download size suggests:

* **Working memory grows with context.** Beyond loading the weights, the model needs RAM to keep track of every token in its [context window](/concepts/context-window) — the longer the context, the more memory the same model needs.
* **Not all RAM is yours.** The operating system keeps a large share for itself; an "8 GB" iPhone gives an app only about 4.8 GB before iOS force-quits it.

The Community Hub's model picker budgets for both, which is why its requirements look conservative next to a model's size on disk. See [Choose a model](/guides/choose-a-model).

## Why it matters for clinicians

* **Device selection:** When a hospital or department is procuring new devices for clinical AI use, RAM is one of the most important specifications to consider. A device with more RAM can run more capable models, supporting more complex clinical workflows.
* **Future-proofing:** AI models are improving rapidly. A device with higher RAM today will remain capable of running more advanced models as they become available, without requiring early hardware replacement.
* **Performance:** Sufficient RAM ensures that the AI runs smoothly alongside your other clinical applications, without slowdowns or crashes during active patient encounters.

## Next

<CardGroup cols={3}>
  <Card title="Quantization" icon="compress" href="/concepts/quantization">
    How models are compressed to fit in less RAM without losing meaningful accuracy.
  </Card>

  <Card title="Hardware requirements" icon="laptop-mobile" href="/help/hardware-requirements">
    Which devices Isa runs on today, and what's coming next.
  </Card>

  <Card title="Choose a model" icon="compass" href="/guides/choose-a-model">
    How the Community Hub's model picker sizes models to your device.
  </Card>
</CardGroup>
