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

# Hardware requirements

> Two badges, two bars — AI READY for running models locally, AI OPTIMAL for earning by sharing GPU power.

export const Win = () => <span style={{
  display: 'inline-block',
  padding: '2px 10px',
  borderRadius: '999px',
  fontSize: '0.82em',
  fontWeight: 600,
  background: 'rgba(0,120,212,0.18)',
  color: '#7CC4FF',
  border: '1px solid #0078D4',
  whiteSpace: 'nowrap'
}}>Windows</span>;

The AI App has two distinct use cases, and they have different hardware bars:

* **AI READY** — run AI models locally (chat, image, video, voice) on your own GPU.
* **AI OPTIMAL** — also accept network earning workloads to your machine and get paid in GUSD.

<Frame>
  <img src="https://mintcdn.com/gamerhash/xVp-mW9DIyqS08n6/images/hardware-tiers.png?fit=max&auto=format&n=xVp-mW9DIyqS08n6&q=85&s=ae78f2704d09bca18965c4ef7749456c" alt="VRAM tier ladder for running models locally: 8 GB, 12 GB, 16 GB and 24 GB+ tiers, each showing which models it unlocks. Each tier shows what models unlock — entry chat models and image generation at 8 GB, 14B chat and FLUX at 12 GB, 20B chat and video replace at 16 GB, full Model Center at 24 GB+." width="1600" height="736" data-path="images/hardware-tiers.png" />
</Frame>

Check your exact rig against both badges in the official [GamerHash profit calculator](https://gamerhash.com/en/calculator) before you buy.

## AI READY — run models locally

Lower bar. If you can run modern AAA games at 1080p, you can run local AI.

* **OS** — <Win /> 11. Windows 10 is not supported
* **GPU** — NVIDIA RTX with **8 GB+ VRAM** (RTX 3060, 4060, 5060 and up)
* **RAM** — 16 GB
* **CPU** — modern x86-64 (Intel 8th gen / AMD Ryzen 2000 or newer)
* **Driver** — recent NVIDIA studio or game-ready driver
* **Disk** — \~30 GB free for downloaded models

The more VRAM you have, the bigger the local model you can load:

| VRAM       | Modules unlocked                                                                                                                                |
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| **8 GB**   | AI Chat (7B/8B quantized), Sana Sprint, FLUX.1 Schnell, voice (TTS + Whisper transcription), OCR, image upscale, background removal, embeddings |
| **12 GB**  | 14B chat models, FLUX dev / FLUX.2 / Z-Image-Turbo at higher resolutions, image edit, LTX-Video 480p, video upscale, music generation           |
| **16 GB+** | 20B-class chat models, high-res FLUX, longer LTX-Video clips, video replace / animate                                                           |
| **24 GB+** | Full Model Center access — every model the app ships                                                                                            |

The Model Center inside the app shows live fit per model on your specific hardware.

## AI OPTIMAL — earn from GPU sharing

Earning runs on **approved device types**. Two configurations qualify today:

| VRAM      | System RAM | GPU architecture                    | Examples                      |
| --------- | ---------- | ----------------------------------- | ----------------------------- |
| **24 GB** | **32 GB**  | any                                 | RTX 3090, 3090 Ti, 4090       |
| **16 GB** | **64 GB**  | **Ada or newer** (RTX 40/50 series) | RTX 4080, 4070 Ti Super, 5080 |

Both numbers count, and on the 16 GB path the architecture counts too — a 16 GB card older than Ada doesn't qualify no matter how much RAM you add.

On top of everything **AI READY** needs, earning also wants:

* **Network** — stable broadband (50 Mbps down comfortable). Earning workloads stream small payloads — consistency matters more than peak speed.
* **Uptime** — leave the machine on. Most pay comes from being online when a workload arrives.

If your setup isn't approved yet, you go on the **waiting list**. We approve more device types as the network needs capacity; when yours goes in, earning is set up while you're online and starts on its own — no update, no reinstall. Everything else keeps working meanwhile: AI READY starts at 8 GB and is unaffected.

The more VRAM, the higher-paying workload tiers you qualify for:

| VRAM                        | Earning workload pool               |
| --------------------------- | ----------------------------------- |
| **16 GB** (Ada+, 64 GB RAM) | Entry tier                          |
| **24 GB+**                  | Full earning pool, top-paying tiers |

The [profit calculator](https://gamerhash.com/en/calculator) gives you a per-GPU yield estimate based on current network demand.

## What's not supported

* **AMD GPUs** — NVIDIA only in the AI App today.
* **macOS / Linux** — AI App is Windows-only. The [Mobile app](/apps/mobile) on iOS/Android handles account management, not local AI.
* **iGPUs** — integrated graphics don't have enough VRAM.
* **Multi-GPU per machine** — the AI App uses a single GPU per process. Multi-machine is fine; GHXP and earnings consolidate per account.

## Upgrading the GPU

Swap GPUs without recreating your account. On next start, the AI App detects the new card and re-runs its benchmark — typically a couple of minutes. GHXP, your account level and earning history all carry over — none of them are tied to the hardware. Workloads matched to the new card take effect from the next dispatch.

## Tips before you buy

* **Run your exact rig through the [profit calculator](https://gamerhash.com/en/calculator)** before spending. Both badges (AI READY / AI OPTIMAL) are checked there.
* **For AI OPTIMAL, check all three: VRAM, system RAM and architecture.** A 16 GB card qualifies only if it is Ada or newer *and* backed by 64 GB of RAM. A 24 GB card qualifies at 32 GB of RAM, whatever the architecture.
* **Used 30-series cards** can be cheap entry to AI READY (3060/3070 at 8–12 GB). For AI OPTIMAL on used hardware, only the **RTX 3090 (24 GB)** clears the bar — and check warranty, sustained load is harder on cards than gaming.
* **Check live network demand** at [network stats](/ai/stats). A bigger GPU only pays more if there are workloads in the queue for it.

## Next

<CardGroup cols={2}>
  <Card title="Modules" icon="layer-group" href="/ai/modules">
    Match modules to what your GPU can run.
  </Card>

  <Card title="Earning model" icon="coins" href="/ai/earning">
    What workloads pay more, and how to read the queue.
  </Card>

  <Card title="Live network stats" icon="chart-line" href="/ai/stats">
    Current GPU count, VRAM, and capacity across the network.
  </Card>

  <Card title="Install the app" icon="download" href="/tutorials/install-ai-app">
    Step-by-step from download to first run.
  </Card>
</CardGroup>
