OpenAI has unveiled two new open-weight models, gpt-oss-120b
and gpt-oss-20b
, marking its first release of openly accessible models since GPT-2 in 2019. This strategic move by the artificial intelligence research and deployment company aims to foster broader adoption and innovation within the global AI community, allowing developers and organizations to run powerful language models locally. The larger gpt-oss-120b
model can operate on a single H100 GPU, while the more compact gpt-oss-20b
is designed to run on consumer-grade hardware, including laptops with 16GB of memory.
The release is seen by many as a significant step towards democratizing advanced AI capabilities. Gill Verdon, a prominent observer, stated in a tweet that this is an "Excellent move by OpenAI," adding that it "will massively help the diffusion of American open source AI globally." Both models are available under the permissive Apache 2.0 license on platforms like Hugging Face and GitHub, enabling extensive customization and deployment without requiring API access or license fees.
These new models are built with a Mixture-of-Experts (MoE) architecture and incorporate advanced techniques from OpenAI's frontier systems, including o3
and o4-mini
. Benchmarks indicate that gpt-oss-120b
performs comparably to or even surpasses OpenAI's proprietary o4-mini
model in reasoning and tool-use tasks, such as competitive mathematics and general problem-solving. The models support chain-of-thought reasoning and agentic capabilities, allowing them to perform complex, multi-step tasks.
OpenAI emphasized that the gpt-oss
series is complementary to its existing proprietary offerings, providing a solution for use cases requiring private, local deployments. The company also conducted rigorous safety evaluations, including adversarial fine-tuning, to ensure the models do not reach high-risk capabilities in sensitive domains like biological or cyber threats. This release positions OpenAI more firmly in the competitive open-source AI landscape, alongside other major players like Meta and DeepSeek, who have also released open-weight models.