Data as of Jul 25, 2026 · Based on 28 AI responses from ChatGPT Search and Google AI Mode · See how Parse measures this
Your brand can be here too.
If you mean OpenAI models specifically, for a true on-prem deployment where inference data never leaves your network, the answer is gpt-oss rather than the hosted GPT models.
OpenAI explicitly states that self-hosted gpt-oss models run on infrastructure you control and that OpenAI does not receive or process the data sent to them. They're also Apache 2.0 licensed, including commercial use subject to the usage policy.
| Requirement | Model |
|---|---|
| Highest capability / enterprise production | gpt-oss-120b |
| Lower-cost production | gpt-oss-20b |
| Air-gapped environment | gpt-oss-120b or 20b |
| RAG over sensitive internal documents | gpt-oss-120b |
| Coding / reasoning agents | gpt-oss-120b |
| Small server / workstation | gpt-oss-20b |
One important distinction: "on-prem" isn't enough by itself to guarantee no data leaves the network. You'd want the inference server, model, RAG/vector database, telemetry, and any tools/connectors behind your firewall, with outbound network access disabled or tightly controlled.
If you tell me your GPU/server specs, number of users, and what you're using it for (RAG, coding, customer support, agents, etc.), I can recommend the specific model size, quantization, inference stack, and hardware.
For a strict on-premises deployment where absolute data privacy is required (no telemetry, no external API calls, and zero data leaving your network), the best open-weight model to run depends heavily on your available hardware (VRAM/RAM) and your primary use case.
The top-performing open-weight model families and sizes categorized by hardware constraints are outlined below:
Recommended Local Serving Stacks
To keep everything entirely offline and secure, pair your chosen weights with a local inference engine:
To help narrow down the exact model and quantization level for your setup, let me know:
If your requirement is strictly on-prem with no customer data leaving your network, I’d choose OpenAI’s gpt-oss-120b as the default production model.
gpt-oss-120b — best choice for high-quality enterprise reasoning, coding, agents, and RAG. It has 117B total parameters but only ~5.1B active per token, and is designed to fit on a single 80 GB GPU such as an H100. gpt-oss-20b — choose this if latency, hardware cost, or footprint matters more than maximum capability. It has 21B total / ~3.6B active parameters and is intended for more constrained deployments. The important distinction is that these are open-weight models you run yourself, rather than OpenAI API models. OpenAI explicitly says the models can run on infrastructure you control, including on-prem, and that OpenAI does not receive or process data sent to a self-hosted model.
For an enterprise deployment, I'd roughly architect it as:
Your network → API gateway → gpt-oss-120b → your internal RAG/vector DB → your internal applications
with the inference servers isolated from the public internet. You can serve the model with stacks such as vLLM, Ollama, or llama.cpp.
urlOpenAI's gpt-oss documentationturn0search0 · urlOpenAI's open models pageturn0search2
If you tell me your GPU/server hardware, concurrent users, latency target, and whether this is primarily RAG, coding, chat, or agents, I can recommend the exact model size, quantization, and server configuration.
For a strict on-premises deployment where zero data leaves your network, you need to rely on open-weight foundation models served via local enterprise runtimes.
The right choice depends entirely on your available GPU/VRAM hardware and your primary use case (general chat vs. heavy coding/reasoning).
Phase 1: Choosing the Model by Hardware & Use Case
Phase 2: Choosing the Local Serving Stack
Do not just download a model file—you need a secure, local orchestration layer to serve the model as an internal API or private UI:
To help narrow down the exact configuration, tell me:
Z
z.ai
vLLM
vllm.ai
For an on-premise deployment where strict data sovereignty is required (zero data egress), your choice of open-weight model depends heavily on your available hardware cluster (VRAM) and your primary workload.
The best-performing and most production-ready open-weight model families are categorized below by their hardware footprint and optimal use case:
To orchestrate these locally behind an OpenAI-compatible API or user interface inside your perimeter, standard toolsets like Ollama, vLLM , or Open WebUI can be deployed entirely offline.
To help narrow this down to a specific recommendation, tell me:
If your requirement is no data ever leaves your network, then you should run a self-hosted open-weight model on your own infrastructure. OpenAI's hosted models (including the API and ChatGPT Enterprise) are managed cloud services—they provide strong privacy protections, optional data residency, and by default do not use business data for training, but inference still runs on OpenAI-managed infrastructure rather than entirely inside your network.
For most organizations, the current choices are:
| Requirement | Recommendation |
|---|---|
| Best overall quality on-prem | Large open-weight reasoning model (e.g. 70B–120B class) |
| Balanced cost/performance | 30B–70B class model |
| Fast internal assistants | 8B–14B class model |
| Coding assistant | A code-specialized open model deployed locally |
A typical enterprise deployment looks like:
If you're asking specifically "Which OpenAI model can I run on-prem?", the answer is:
OpenAI does not currently offer GPT-5.5 or other frontier ChatGPT models for fully self-hosted, on-premises deployment. If zero data may leave your network, you'll need to use a self-hosted open-weight model instead. OpenAI's business offerings focus on secure managed deployments with enterprise privacy controls rather than customer-operated on-prem model deployments.
If you can share a bit more about your environment, I can recommend a specific model and hardware configuration. For example:
With those details, I can suggest an architecture that balances model quality, latency, and infrastructure cost.
For an on-premises deployment with a strict zero-data-leakage requirement, you need high-performing open-weight or open-source models that run entirely offline on your own hardware.
The best model depends heavily on your hardware capacity (specifically VRAM) and your primary use case (general assistant, coding, or complex reasoning).
Top recommendations categorized by workload and hardware tier:
To serve these models securely on-premise without phoning home, standard local inference runtimes like Ollama, vLLM , or LM Studio can host the weights behind a private network endpoint.
To help narrow down the exact model and sizing configuration, could you share:
If your requirement is no data leaves your network (including prompts, retrieved documents, and outputs), then you should run an open-weight model locally rather than a cloud API.
If you're specifically looking for an OpenAI model that can be self-hosted, OpenAI now offers gpt-oss open-weight models designed for deployment on infrastructure you control: gpt-oss-120b and gpt-oss-20b. These are intended to run on-premises or in your own private cloud, and OpenAI states that it does not receive or process your data unless you explicitly share it or use a managed hosting provider.
Which one to choose depends on your hardware and workload:
| If you need... | Recommendation |
|---|---|
| Best quality for enterprise assistants, coding, and RAG | gpt-oss-120b |
| Lower latency or fewer GPUs | gpt-oss-20b |
| Air-gapped deployment | Either model works, assuming you have the required infrastructure |
A few considerations:
If your organization is evaluating an on-prem AI platform, a common enterprise architecture is:
This keeps the full inference and retrieval pipeline inside your network perimeter.
If you can share:
I can recommend the most appropriate model size and deployment architecture.
For on-premise deployment where data sovereignty is absolute (no data leaves the network), the best approach is to run open-weights, self-hosted models, or enterprise-grade local LLMs using secure infrastructure.
Based on current 2026 standards, the following models are recommended for on-premise use cases, ranked by capability and flexibility:
Deployment & Infrastructure Requirements:
Key Considerations for Your Use Case:
To help narrow down the best model, could you tell me:
I can then make a more specific recommendation, such as whether a smaller 8B model or a larger 70B model is right for you.
If your requirement is fully on-premises with no inference data leaving your network, the best OpenAI option is to run an open-weight GPT OSS model on infrastructure you control. These models are specifically intended for self-hosted deployments. OpenAI states that when you run them on your own infrastructure, OpenAI does not receive or process your inference data unless you explicitly choose to share it or use a managed hosting provider.
The current choices are:
A practical recommendation:
| Your environment | Recommended model |
|---|---|
| Single GPU or small server | gpt-oss-20b |
| Multi-GPU enterprise server | gpt-oss-120b |
| Air-gapped, regulated workloads | Either, depending on available hardware |
If you're deciding between self-hosting and OpenAI's hosted offerings:
If you tell me:
I can recommend the appropriate model size and serving stack (for example, vLLM or another inference server) for your environment.