Open LLMs/unsloth

Open-Weight LLM · Private & Custom AI

gpt-oss-120b-GGUF

120B MoE reasoning model for private deployment—handle complex agentic workflows and R&D tasks on your own hardware without API dependencies.

gpt-oss-120b is OpenAI's open-weight 120-billion-parameter mixture-of-experts model trained on the harmony format for structured reasoning, tool use, and agentic workflows. For ops teams, it's a self-hosted alternative to cloud inference APIs: deploy on H100 hardware, retain all data in-house, and customize via fine-tuning for domain-specific tasks (support automation, document reasoning, internal agents).

Unknown
Parameters
apache-2.0
License (OSI/permissive)
Unknown
Context
168.1k
Downloads

Model facts

Developerunsloth
ParametersUnknown
Context windowUnknown
Licenseapache-2.0 — OSI/permissive
Tasktext-generation
GatedNo
Downloads168.1k
Likes279
Updated2025-08-25
Sourceunsloth/gpt-oss-120b-GGUF

Private deployment

Run gpt-oss-120b-GGUF in your own environment

Runs on a single H100 GPU via native MXFP4 quantization in the MoE layer. Deploy using vLLM, Transformers, Ollama, or LM Studio for local/on-prem setups. Data never leaves your environment—critical for companies handling sensitive operational data, competitive analysis, or compliance-regulated workflows. Setup requires CUDA/GPU expertise; inference serves via OpenAI-compatible APIs for easy integration into existing ops stacks.

Operational AI use cases

01

Support ticket triage & reasoning

Route and draft responses for support tickets by analyzing customer intent, extracting structured data, and reasoning about resolution paths. Adjustable reasoning levels (low/medium/high) let you trade speed for depth; high-effort reasoning on complex cases, low for volume.

02

Internal document processing & Q&A agents

Build agentic systems that reason over operational docs (policies, runbooks, financial records) without sending data to third parties. Full chain-of-thought output aids debugging and audit trails for compliance-sensitive operations.

03

Code generation & engineering workflow automation

Use function calling and Python code execution capabilities to automate data pipeline validation, report generation, and infrastructure troubleshooting. Fine-tune on internal code patterns for domain-specific task accuracy.

Custom AI

As a base for custom AI

Strong foundation for custom AI products: fine-tune on proprietary datasets (domain terminology, customer interactions, internal processes) on a single H100 node. Harmony format ensures consistent chain-of-thought outputs compatible with downstream automation. Suitable for vertical-specific agents (legal ops, financial ops, technical support) where data residency or model control is non-negotiable.

In the operating system

Where it fits

Acts as the core reasoning engine in an ops-AI stack: lives in the **knowledge/agentic layer**, processing structured inputs from workflow systems, calling business APIs via function-calling, and outputting deterministic (via reasoning levels) decisions or analyses for downstream automation layers. Pairs with vector databases for retrieval-augmented workflows and orchestration frameworks (LangChain, etc.) for multi-step ops tasks.

Data control & security

Self-hosting eliminates third-party API calls—customer data, internal docs, and operational metrics stay within your infrastructure. No data residency guarantees from the model itself; security depends on your deployment architecture (network isolation, access controls, audit logging). Useful for handling PII-heavy ops workflows, competitive/financial data, or industries with strict data sovereignty rules.

Hardware footprint

**F16 (full precision):** ~240 GB VRAM (estimate, 120B params × 2 bytes). **Native MXFP4 (MoE layer):** ~60–80 GB (estimate on H100 with optimized kernels). **Quantized 4-bit:** ~30–40 GB. Consult Unsloth quantization benchmarks and vLLM docs for production estimates. Smaller gpt-oss-20b variant (~21B params) fits 16 GB consumer GPUs.

Integration

Expose via OpenAI-compatible webserver (vLLM, Transformers Serve) to drop into existing tool-calling/agentic frameworks. Requires harmony format for inputs (enforced automatically in Transformers chat pipeline). Supports structured outputs and function schemas for deterministic ops workflows. Integrate with business APIs (ticketing systems, CRM, ERP) using native function-calling. Monitor via standard GPU/inference metrics; no proprietary telemetry.

When it's not the right fit

  • Low-latency, high-throughput inference on consumer hardware—gpt-oss-120b is H100-scale; use gpt-oss-20b or smaller models for edge/local single-user tasks.
  • Unstructured multi-modal reasoning—no vision or audio; text-only model.
  • Zero GPU/specialized infra budget—requires H100 or A100 for meaningful throughput; cloud cost may match API spend for low-volume ops tasks.
  • Harmony format non-negotiable—model trained on harmony structure; incorrect formatting degrades output quality; requires discipline in prompt engineering.

Alternatives to consider

Meta Llama 3.1 405B

Larger, multi-modal capable, strong reasoning; requires 8× H100s; permissive license; no native quantization; heavier ops lift.

Mistral Large (open-weight variant)

Smaller (~50B), faster inference, lower hardware bar; weaker on complex reasoning; solid for ops automation at lower cost.

gpt-oss-20b

Same architecture, 6× smaller params; runs on 16GB consumer GPU; lower reasoning depth; ideal for lightweight ops tasks and fine-tuning on budget.

FAQ

Can I fine-tune gpt-oss-120b on my proprietary ops data?

Yes. Apache 2.0 license permits fine-tuning. On a single H100 node you can run full parameter tuning or LoRA for domain-specific customization (e.g., internal terminology, company processes). Smaller gpt-oss-20b fine-tunes on consumer hardware.

Is this safe to deploy in a private/air-gapped environment?

Architecturally yes—model weights are self-hosted, no home-phone requests or telemetry. Security depends on your infrastructure (network isolation, access controls, monitoring). Model itself has no backdoors known; Apache 2.0 is auditable. Verify with your security team for compliance requirements.

Can I use gpt-oss-120b for commercial products?

Yes. Apache 2.0 is permissive; commercial use, redistribution, and derivative works are permitted. No patent indemnity clause, but low risk for inference-only deployments. Include license attribution in deliverables. Review with legal if bundling weights or modifying core architecture.

What's the inference cost vs. cloud APIs?

Upfront GPU cost (H100 ~$40k+) amortizes over time; per-token marginal cost is near-zero after hardware investment. Useful for high-volume ops workflows (>10M tokens/month) or data-sensitive work. Cloud API (OpenAI, etc.) remains cheaper for low-volume or bursty demand.

Build Private AI Systems Without API Dependencies

gpt-oss-120b is built for self-hosted ops automation. Use LLM.co to architect private LLM stacks, integrate with your ops tooling, and fine-tune for your workflows. Talk to us about deploying reasoning models on your hardware.