Inference Dashboard / Model

gpt-oss-120b

OpenAI's 117B-parameter / 5.1B-active open-weight MoE with alternating dense and sliding-window attention and native MXFP4 quantization, under Apache 2.0.

OpenAI·Released August 5, 2025

Overview

gpt-oss-120b is an open-weight reasoning language model released by OpenAI on August 5, 2025, alongside the smaller gpt-oss-20b, both distributed under the Apache 2.0 license (OpenAI, "Introducing gpt-oss"). The Hugging Face model card confirms the Apache 2.0 license and lists the model at 117B total parameters with 5.1B active parameters (Hugging Face: openai/gpt-oss-120b). OpenAI's accompanying model card describes both models as open-weight reasoning models trained with large-scale distillation and reinforcement learning, and states that weights, inference implementations, tool environments, and tokenizers are all released under Apache 2.0 (arXiv:2508.10925 abstract).

Positioning: OpenAI reports that gpt-oss-120b reaches near-parity with OpenAI o4-mini on core reasoning benchmarks, outperforms o3-mini and matches or exceeds o4-mini on Codeforces competition coding, MMLU, HLE, and TauBench tool calling, and beats o4-mini on AIME 2024/2025 competition mathematics and HealthBench (OpenAI, "Introducing gpt-oss"). The models are optimized for deep research browsing, Python tool use, and developer-provided functions, and use a rendered chat format designed for clear instruction following and role delineation (arXiv:2508.10925 abstract).

Notable techniques: the model is an autoregressive mixture-of-experts transformer that alternates banded-window and fully dense attention, uses Grouped Query Attention with learned attention-sink biases in the softmax denominator, RoPE positional embeddings with YaRN context extension, and gated SwiGLU MoE activations (OpenAI gpt-oss model card PDF). Its MoE weights — more than 90% of all parameters — are natively quantized to MXFP4 at 4.25 bits per parameter, which lets the 120b model fit on a single 80 GB GPU such as an NVIDIA H100 or AMD MI300X (OpenAI gpt-oss model card PDF; Hugging Face model card).

Architecture

Official vendor eval scores

All values are OpenAI-reported for gpt-oss-120b. Scores vary by reasoning effort (low / medium / high); the table reports high reasoning effort, with medium shown where the HF card also lists it.

BenchmarkScoreSource
AIME 2024 (no tools, high reasoning)95.8% (low 56.3%, medium 80.4%)OpenAI model card PDF
AIME 2024 (with tools, high)96.6%OpenAI model card PDF
AIME 2025 (no tools, high)92.5% (low 50.4%, medium 80.0%)OpenAI model card PDF
AIME 2025 (with tools, high)97.9%OpenAI model card PDF
GPQA Diamond (no tools, high)80.1% (medium 73.1%)OpenAI model card PDF; medium also on Hugging Face card
GPQA Diamond (with tools, high)80.9% (medium 73.5%)OpenAI model card PDF; medium also on Hugging Face card
MMLU (high)90.0% (low 85.9%, medium 88.0%)OpenAI model card PDF
Humanity's Last Exam (no tools, high)14.9%OpenAI model card PDF
Humanity's Last Exam (with tools, high)19.0%OpenAI model card PDF
SWE-bench Verified (high)62.4% (low 47.9%, medium 52.6%)OpenAI model card PDF; medium also on Hugging Face card
Codeforces Elo (no tools, high)2,463 Elo (low 1,595; medium 2,205)OpenAI model card PDF
Codeforces Elo (with tools, high)2,622 Elo (low 1,653; medium 2,365)OpenAI model card PDF
τ-Bench Retail (high)67.8% (low 49.4%, medium 62.0%)OpenAI model card PDF
HealthBench (high)57.6% (Hard 30.0%, Consensus 89.9%)OpenAI model card PDF
BFCL / IFEvaln.a. — not reported in the OpenAI model card or HF card fetched hereOpenAI model card PDF

Benchmark explanations

  • AIME 2024 / AIME 2025 — American Invitational Mathematics Examination problem sets; measures competition-level mathematical reasoning, scored as accuracy with and without tool access (OpenAI blog).
  • GPQA Diamond — the hardest subset of graduate-level, Google-proof science multiple-choice questions (biology, chemistry, physics); measures expert-level scientific reasoning (Hugging Face card links the GPQA dataset).
  • MMLU — Massive Multitask Language Understanding: broad multiple-choice knowledge and general problem solving across academic and professional subjects (OpenAI blog).
  • Humanity's Last Exam (HLE) — extremely difficult expert-written questions spanning many disciplines; measures frontier general problem solving (OpenAI blog).
  • SWE-bench Verified — human-validated real GitHub issues; measures whether a model can produce patches that resolve software bugs in actual repositories (Hugging Face card links the SWE-bench Verified dataset).
  • Codeforces (Elo) — competitive programming rating derived from Codeforces contest problems; measures algorithmic coding skill on a rating scale rather than a percentage (OpenAI blog).
  • τ-Bench Retail (Tau-Bench) — agentic tool-calling evaluation in a retail customer-service environment; measures multi-turn function calling and policy-following (OpenAI blog describes TauBench as a tool-calling / agentic evaluation suite).
  • HealthBench / Hard / Consensus — health-conversation evaluations scoring the quality and safety of medical responses, with a harder subset and a physician-consensus variant (OpenAI blog).

gpt-oss-120b inference performance (8K→1K)

Live InferenceX benchmark data for gpt-oss 120B on the 8K→1K workload, measured in total tokens per dollar across every chip config with data.

Open in full dashboard →