openai/gpt-oss
gpt-oss-120b and gpt-oss-20b are two open-weight language models by OpenAI observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 94
- Release rhythm 65
- Longevity 31
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 11
- age_days: 436
- days_rel: 232
- days_push: 40
- n_releases_24m: 6
Adoption not part of the score
20347 stars · 2140 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
OpenAI's gpt-oss repository hosts reference implementations and tooling for two open-weight language models, gpt-oss-120b and gpt-oss-20b, released under Apache 2.0. The models are Mixture-of-Experts reasoning models with configurable reasoning effort, full chain-of-thought access, agentic tool use, and MXFP4 quantization enabling single-GPU or local deployment.
Use cases
- run an open-weight LLM locally on a laptop or single GPU
- self-host a reasoning model for agentic tasks with function calling
- fine-tune an open model for a custom domain
- deploy a 120B language model on one 80GB H100
- get full chain-of-thought output for debugging model reasoning
- run a small 20B model within 16GB of memory
- build a chatbot with an Apache-2.0 licensed model
When to choose
- you need an open-weight, commercially usable LLM without copyleft restrictions
- you want configurable reasoning effort and visible chain-of-thought
- you need agentic capabilities like tool calling and code execution in a self-hosted model
- you want to fine-tune a strong reasoning model on your own data
When to avoid
- you need multimodal image or audio input from the model
- you lack a GPU or sufficient memory for even the 20B variant
- you want a plug-and-play API without managing inference infrastructure
- your workflow cannot adopt the required harmony response format
Facets
library · maturity stable
llm-inference machine-learning agent-framework sdk large-language-models artificial-intelligence deep-learning python cross-platform self-hosted open-weight-models moe mxfp4-quantization reasoning-models harmony-format fine-tuning hugging-face local-inference ai-agents gpu
7 sources
- readme: https://github.com/openai/gpt-oss · fetched 2026-08-28 · 5525d2ee6ffa
- homepage: https://openai.com/open-models · fetched 2026-08-29 · 735447dca92a
- site_page: https://openai.com/about · fetched 2026-08-29 · de4b627b33e3
- site_page: https://developers.openai.com/api/docs · fetched 2026-08-29 · d617c5215f2a
- site_page: https://cookbook.openai.com/articles/openai-harmony · fetched 2026-08-29 · 85f49884d584
- site_page: https://cookbook.openai.com/topic/gpt-oss · fetched 2026-08-29 · beeaf06e9813
- site_page: https://developers.openai.com/ · fetched 2026-08-29 · 7d240c906018
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| openai/gpt-oss | main | 71 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem