推理仪表板 / 模型

OpenAI 标志

gpt-oss-120b

OpenAI 的开放权重 MoE 模型,总参数量 117B、每个 token 激活 5.1B,交替采用稠密注意力和滑动窗口注意力,并原生使用 MXFP4 量化,以 Apache 2.0 许可证发布。

OpenAI·发布日期 2025 年 8 月 5 日

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.

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

Nemotron 3 Ultra figures are the vendor-reported numbers from the NVIDIA Nemotron 3 Ultra model card, shown as a common reference point across model pages. n.a. means NVIDIA does not report that benchmark, or reports a different variant of it that would not be a like-for-like comparison. % better is (score − Nemotron) / Nemotron, computed only where both sides are a plain number on the same metric; a rating scale, a range, or a prose cell shows instead. Neither column is a head-to-head evaluation: each score is self-reported by its own vendor under its own harness.

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 推理性能(8K→1K)

展示 gpt-oss 120B 在 8K→1K 工作负载下的 InferenceX 实时基准测试结果,覆盖所有有数据的芯片配置,并以每美元总 token 数为比较指标。

在完整仪表板中查看 →