OpenAI GPT Oss 120B, developed by OpenAI, features 5.1B parameters, MoE architecture and 131k-token context window. gpt-oss-120b is an open-weight, 117B-parameter Mixture-of-Experts (MoE) language model from OpenAI designed for high-reasoning, agentic, and general-purpose production use cases. It activates 5.1B parameters per forward pass and is optimised to run on a single H100 GPU with native MXFP4 quantization. The model supports configurable reasoning depth, full chain-of-thought access, and native tool use, including function calling, browsing, and structured output generation. Priced affordably at $0.04/1M tokens.
Visit OpenAI: gpt-oss-120bOpen-weight under Apache 2.0
gpt-oss-120b is one of OpenAI’s first open-weight model releases since GPT-2 — downloadable weights under the permissive Apache 2.0 licence, free to run, fine-tune and self-host.
Mixture-of-Experts efficiency
A 117B-parameter MoE that activates only ~5.1B parameters per token, designed to run on a single 80GB H100 GPU with native MXFP4 quantization — frontier-class reasoning on accessible hardware.
Configurable reasoning + full chain-of-thought
It exposes adjustable reasoning depth and full chain-of-thought access, with native tool use (function calling, browsing, structured output) — approaching o4-mini on core reasoning benchmarks.
Released on 5 August 2025, gpt-oss-120b is OpenAI’s open-weight, production-grade reasoning model: a Mixture-of-Experts design that delivers near-frontier performance while running on a single data-centre GPU. With downloadable weights under Apache 2.0, it is aimed at teams that need control, self-hosting or fine-tuning without giving up modern reasoning and tool-use capabilities.
What gpt-oss-120b is
gpt-oss-120b is an open-weight, 117-billion-parameter Mixture-of-Experts (MoE) language model from OpenAI, designed for high-reasoning, agentic and general-purpose production use. It is one of OpenAI’s first open-weight releases since GPT-2, distributed under the permissive Apache 2.0 licence, which allows commercial use, fine-tuning and self-hosting without restrictive terms.
The model activates roughly 5.1 billion parameters per forward pass and is optimised to run on a single 80GB H100 GPU using native MXFP4 quantization. That engineering choice is the headline: it brings near-frontier reasoning within reach of teams that can provision one data-centre GPU, rather than requiring a large multi-GPU cluster. It ships with a 131,000-token context window.
Architecture and capabilities
The Mixture-of-Experts design routes each token through a small subset of specialised expert sub-networks, so the model has the knowledge capacity of 117B parameters but the per-token compute cost of a roughly 5B model. This is what makes single-GPU deployment feasible while retaining strong reasoning. MXFP4 quantization compresses the weights further without the large quality loss associated with naive low-bit quantization.
gpt-oss-120b exposes configurable reasoning depth — you can trade latency for accuracy per request — and full chain-of-thought access, which is valuable for debugging, evaluation and building transparent agent systems. It supports native tool use including function calling, browsing and structured output generation, making it a genuine agent-capable model rather than a chat-only release.
- Open weights under Apache 2.0 (commercial use, fine-tuning, self-hosting)
- 117B total parameters, ~5.1B active per token (MoE)
- Runs on a single 80GB H100 with native MXFP4 quantization
- 131k context, configurable reasoning, full chain-of-thought, native tool use
Performance
On OpenAI’s published evaluations, gpt-oss-120b approaches the proprietary o4-mini on core reasoning benchmarks — a notable result for a model you can download and run yourself. It performs strongly on competition mathematics, graduate-level science and tool-using tasks, and is competitive on coding evaluations, particularly when allowed to use tools and higher reasoning effort.
As always, open-weight benchmark numbers depend heavily on the serving stack, quantization and reasoning settings you choose. The figures below are directional; the practical takeaway is that gpt-oss-120b closes much of the gap to small proprietary reasoning models while giving you full control over deployment, data handling and fine-tuning.
When to choose gpt-oss-120b
Choose gpt-oss-120b when control matters: data-sensitive environments that cannot send traffic to a hosted API, workloads that benefit from fine-tuning on proprietary data, or cost structures where self-hosting on owned or reserved GPUs beats per-token pricing at scale. The Apache 2.0 licence removes most legal friction around commercial deployment and derivative models.
It is also a strong choice for agentic systems that need transparent chain-of-thought and native tool use without vendor lock-in. The trade-off versus full GPT-5 is raw capability ceiling and the operational burden of running your own inference — you take on serving, scaling and reliability in exchange for control and potentially lower marginal cost.
gpt-oss-120b on public benchmarks
Approaches the proprietary model on core benchmarks.
Of 117B total (MoE).
Native MXFP4 quantization.
Tokens.
OpenAI-reported, directional; open-weight results vary with serving stack, quantization and reasoning effort.
Where OpenAI: gpt-oss-120b fits
Self-hosted reasoning
Run near-frontier reasoning on a single H100 inside your own infrastructure, with no traffic leaving your environment.
Fine-tuning on private data
Apache 2.0 weights allow domain adaptation and derivative models without restrictive licensing.
Transparent agents
Full chain-of-thought and native tool use suit agent systems that need inspectable reasoning.
Cost control at scale
Self-hosting on owned or reserved GPUs can beat per-token API pricing for sustained high volume.
Sources & further reading
Openai Model Timeline
128k tokens context
128k tokens context
400k tokens context
128k tokens context
400k tokens context
400k tokens context
400k tokens context
400k tokens context
128k tokens context
400k tokens context
400k tokens context
131k tokens context
400k tokens context
400k tokens context
200k tokens context
200k tokens context
400k tokens context
400k tokens context
128k tokens context
128k tokens context
400k tokens context
400k tokens context
400k tokens context
131k tokens context
131k tokens context
131k tokens context
131k tokens context
131k tokens context
200k tokens context
200k tokens context
200k tokens context
200k tokens context
1,048k tokens context
1,048k tokens context
1,048k tokens context
200k tokens context
128k tokens context
128k tokens context
200k tokens context
200k tokens context
200k tokens context
128k tokens context
128k tokens context
128k tokens context
128k tokens context
128k tokens context
128k tokens context
128k tokens context
128k tokens context
128k tokens context
4k tokens context
128k tokens context
128k tokens context
4k tokens context
16k tokens context
8k tokens context
8k tokens context
16k tokens context
Frequently Asked Questions
Is gpt-oss-120b really open source?
It is open-weight under the Apache 2.0 licence — the model weights are downloadable and free to use commercially, fine-tune and self-host. As with most "open" model releases the training data and full pipeline are not published, but the licence on the weights is genuinely permissive.
What hardware does gpt-oss-120b need?
It is optimised to run on a single 80GB H100 GPU using native MXFP4 quantization. The Mixture-of-Experts design means only ~5.1B of its 117B parameters are active per token, which is what makes single-GPU serving feasible.
How does gpt-oss-120b compare to o4-mini?
On OpenAI’s published benchmarks it approaches o4-mini on core reasoning tasks — strong for a downloadable model — though exact results depend on your serving stack, quantization and reasoning settings.
Can gpt-oss-120b use tools?
Yes. It supports native tool use including function calling, browsing and structured output generation, plus configurable reasoning depth and full chain-of-thought access, making it suitable for agentic applications.
Specifications
AI Evaluation
Compact but capable, this reasoning-focused model handles complex logical tasks efficiently. A good balance of analytical power and resource efficiency.
Pros
- Budget-friendly at $0.04/1M tokens
- 131k token context window
- Lightweight and efficient
- Advanced logical reasoning
Cons
- Limited depth on complex topics
- API integration required
Related Tools
FLUX
FLUX, from Black Forest Labs, is a family of high-quality open and commercial image generation models prized for photorealism and prompt adherence. Widely integrated across third-party tools and APIs, it has become a default backbone for image generation.
Claude Opus 4.8
Claude Opus 4.8 is Anthropic's June 2026 flagship model, succeeding Opus 4.7. It posts a headline score of 81 on the hardest agentic coding and reasoning suites, holds long-horizon tool-use plans together across far more steps, and is notably more candid about its own uncertainty - refusing to fabricate rather than confidently pressing on. It is the default choice for serious agentic and software-engineering workloads.
Anthropic Mythos 1
Mythos 1 is the full release of Anthropic's specialised, security-focused system, graduating from the guarded Claude Mythos Preview. Built around Project Glasswing, it pairs frontier reasoning with defensive security tooling - vulnerability analysis, triage and incident response - deployed with heavy oversight and auditability. It runs alongside the general-purpose Claude family rather than replacing it.
