What is air-gapped AI, and how does air-gapped LLM deployment work?
Air-gapped AI runs an LLM or RAG system on an isolated network with no outbound connectivity. Learn how air-gapped LLM deployment works and when it is required.
Air-gapped AI is an LLM or RAG system that runs on an isolated network with no outbound connectivity, where the model weights, the source documents, and the inference engine are all fully contained inside one controlled boundary. Nothing leaves the network, no external API is ever called, and the system keeps working with the internet cable unplugged. Organizations choose air-gapped AI when the cost of a single byte of data leaving the perimeter is unacceptable: classified environments, core banking, and critical infrastructure.
What does air-gapped AI mean?
Air-gapped AI means an artificial intelligence system that operates on a network deliberately separated from the public internet and from any other untrusted network. The “air gap” is the absence of a connection: there is no route out, so prompts, retrieved passages, and model outputs cannot be transmitted to a third party, and no remote service can reach in.
In practice, air-gapped AI covers two layers. The model layer is an open-weight LLM whose weights sit on local hardware, so inference happens on machines you control. The retrieval layer is a RAG (retrieval-augmented generation) system that searches your own documents and feeds the relevant passages to the model. When both run inside the isolated network, you have an air-gapped AI deployment.
How does an air-gapped LLM deployment work?
An air-gapped LLM deployment works by hosting every component the system needs on hardware inside the isolated zone, then removing the network paths that would normally reach outward.
- Local model serving. Open-weight model weights are loaded onto GPUs or accelerators inside the secure network. Inference runs there, so no prompt is sent to a hosted endpoint.
- Local document index. Your documents are ingested and embedded inside the boundary. The vector index and the source files never leave.
- Internal request flow. A user asks a question, retrieval finds the matching passages from local storage, and the local model generates an answer grounded in those passages. Every hop stays inside the network.
- Offline updates. New model versions, security patches, and document refreshes are staged and verified on connected infrastructure, then carried in through an approved controlled-transfer path, such as vetted physical media or a one-way data diode. There is no automatic over-the-internet update. The full procedure is in how to patch an air-gapped AI system offline.
- Internal monitoring. Logging, metrics, and audit trails are written to systems inside the air gap rather than to an external observability service.
The trade-off is operational. An air-gapped deployment gains full containment, but it gives up the convenience of cloud-style auto-updates and external API enrichment. Updates are deliberate, scheduled, and logged rather than continuous.
Air-gapped vs connected on-prem vs hybrid: what is the difference?
These three deployment models sit on a spectrum of connectivity, and the right one depends on how strict your data-egress rules are. For a deeper split of the cloud-versus-local axis, see on-prem vs cloud LLM.
| Property | Air-gapped | Connected on-prem | Hybrid |
|---|---|---|---|
| Network location | Isolated, no internet | Your data center, internet reachable | Mix of local and cloud |
| Outbound data | None | Possible (telemetry, APIs) | Controlled, partial |
| Model weights | Local only | Local | Local or hosted |
| Updates | Controlled transfer only (media or data diode) | Over the network | Over the network |
| Best for | Classified, core banking, critical infrastructure | Regulated firms needing local control | Teams balancing reach and control |
| Operational effort | Highest | Moderate | Moderate |
Air-gapped is the strictest posture. Connected on-prem keeps data in your building while still allowing chosen outbound traffic. Hybrid lets you place sensitive workloads locally and less sensitive ones in the cloud, switching as policy requires.
When is air-gapped AI required?
Air-gapped AI is required wherever regulation or threat model forbids any data leaving the environment. Typical settings where air-gapped AI applies include:
- Classified and defense networks, where handling rules prohibit external connectivity by design. See air-gapped AI for government and sovereign LLMs.
- Core banking systems, where transaction and customer data must stay inside a hardened zone. See air-gapped AI for banks.
- Critical infrastructure such as power, water, and telecom control networks, where isolation limits the attack surface.
- Hospitals and research institutions handling sensitive records that cannot transit a public network. See air-gapped AI for hospitals.
If your rule is “this data may never touch the internet,” air-gapped deployment is usually the only model that satisfies it. If your rule is “data stays in our control but limited outbound traffic is acceptable,” connected on-prem may be enough. Our guide on how to deploy an LLM on-premise walks through that decision, and air-gapped LLM hardware and GPU sizing covers the VRAM you need to serve it.
How does Samvad AI support air-gapped deployment?
Samvad AI is a secure, source-cited RAG assistant that answers only from your own documents, and it deploys on-premise, air-gapped, or hybrid, switchable by configuration. You do not run a different product for air-gapped mode; you change how the same system is deployed.
In air-gapped mode, Samvad AI keeps these properties intact:
- Answers only from your sources. It grounds every response in your documents and states clearly when an answer is not in your sources, so the model cannot fall back on outside knowledge.
- Exact-passage citations. Each answer cites the specific source passage it used, which matters when reviewers must trace a claim inside a closed network.
- Permission-aware access. Role-level and row-level controls mean users see only what they are cleared to see, even inside the isolated zone.
- Tamper-evident audit log. Every query and answer is recorded so internal auditors can review activity without any external service.
- Multilingual. Samvad AI works in English, Hindi, and more, which suits multi-region institutions running fully offline.
Because the model and the documents are both local, Samvad AI runs with the network unplugged. You can read more about the controls behind this on our security page. For banks, hospitals, universities, governments, and enterprises that cannot let data leave the building, air-gapped AI turns a hard compliance constraint into a working assistant your staff can actually use.
Frequently asked questions
What is air-gapped AI?
Air-gapped AI is an LLM or RAG system that runs on an isolated network with no outbound connectivity, so the model weights, the documents, and the inference all stay inside one controlled boundary. No data leaves the network and no external API is ever called.
Can an LLM run completely offline?
Yes. Once the model weights are present on local hardware, an LLM runs inference offline with no internet connection. Open-weight models can be served entirely on-premise, and a RAG layer like Samvad AI adds document retrieval and citation without any external calls.
How is air-gapped AI different from on-premise AI?
On-premise AI runs in your data center but may still reach the internet for updates, telemetry, or external APIs. Air-gapped AI removes that connectivity entirely: the network is physically or logically isolated, so updates arrive only through an approved one-way path, such as vetted physical media or a data diode.
How are model updates handled in an air-gapped deployment?
In an air-gapped deployment, updates are staged on connected infrastructure, verified, then transferred into the isolated environment through an approved one-way path: vetted physical media such as a reviewed drive, or a data diode. There is no automatic over-the-internet update path, so each change is deliberate and logged.
Does Samvad AI support air-gapped deployment?
Yes. Samvad AI deploys on-premise, air-gapped, or hybrid, switchable by configuration. In air-gapped mode it answers only from your own documents, cites the exact source passage, and writes to a tamper-evident audit log, all inside the isolated network.