Close Menu
  • Home
  • AI
  • Education
  • Entertainment
  • Food Health
  • Health
  • Sports
  • Tech
  • Well Being

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

What's Hot

Truecaller now lets you hang up on scammers — on behalf of your family

March 13, 2026

How to watch Jensen Huang’s Nvidia GTC 2026 keynote

March 12, 2026

Sales automation startup Rox AI hits $1.2B valuation, sources say

March 12, 2026
Facebook X (Twitter) Instagram
  • Home
  • About Us
  • Advertise With Us
  • Contact us
  • DMCA
  • Privacy Policy
  • Terms & Conditions
Facebook X (Twitter) Instagram
IQ Times Media – Smart News for a Smarter YouIQ Times Media – Smart News for a Smarter You
  • Home
  • AI
  • Education
  • Entertainment
  • Food Health
  • Health
  • Sports
  • Tech
  • Well Being
IQ Times Media – Smart News for a Smarter YouIQ Times Media – Smart News for a Smarter You
Home » OpenAI launches two ‘open’ AI reasoning models
AI

OpenAI launches two ‘open’ AI reasoning models

IQ TIMES MEDIABy IQ TIMES MEDIAAugust 5, 2025No Comments6 Mins Read
Facebook Twitter Pinterest LinkedIn Tumblr Email
Share
Facebook Twitter LinkedIn Pinterest Email


OpenAI announced Tuesday the launch of two open-weight AI reasoning models with similar capabilities to its o-series. Both are freely available to download from the online developer platform, Hugging Face, the company said, describing the models as “state-of-the-art” when measured across several benchmarks for comparing open models.

The models come in two sizes: a larger and more capable gpt-oss-120b model that can run on a single Nvidia GPU, and a lighter-weight gpt-oss-20b model that can run on a consumer laptop with 16GB of memory.

The launch marks OpenAI’s first ‘open’ language model since GPT-2, which was released more than five years ago.

In a briefing, OpenAI said its open models will be capable of sending complex queries to AI models in the cloud, as TechCrunch previously reported. That means if OpenAI’s open model is not capable of a certain task, such as processing an image, developers can connect the open model to one of the company’s more capable closed models.

While OpenAI open-sourced AI models in its early days, the company has generally favored a proprietary, closed-source development approach. The latter strategy has helped OpenAI build a large business selling access to its AI models via an API to enterprises and developers.

However, CEO Sam Altman said in January he believes OpenAI has been “on the wrong side of history” when it comes to open sourcing its technologies. The company today faces growing pressure from Chinese AI labs — including DeepSeek, Alibaba’s Qwen, and Moonshot AI —which have developed several of the world’s most capable and popular open models. (While Meta previously dominated the open AI space, the company’s Llama AI models have fallen behind in the last year.)

In July, the Trump Administration also urged U.S. AI developers to open source more technology to promote global adoption of AI aligned with American values.

Techcrunch event

San Francisco
|
October 27-29, 2025

With the release of gpt-oss, OpenAI hopes to curry favor with developers and the Trump Administration alike, both of which have watched the Chinese AI labs rise to prominence in the open source space.

“Going back to when we started in 2015, OpenAI’s mission is to ensure AGI that benefits all of humanity,” said OpenAI CEO Sam Altman in a statement shared with TechCrunch. “To that end, we are excited for the world to be building on an open AI stack created in the United States, based on democratic values, available for free to all and for wide benefit.”

Open AI CEO Sam Altman
(Photo by Tomohiro Ohsumi/Getty Images)Image Credits:Tomohiro Ohsumi / Getty Images

How the models performed

OpenAI aimed to make its open model a leader among other open-weight AI models, and the company claims to have done just that.

On Codeforces (with tools), a competitive coding test, gpt-oss-120b and gpt-oss-20b score 2622 and 2516, respectively, outperformed DeepSeek’s R1 while underperforming o3 and o4-mini.

OpenAI’s open model performance on codeforces (credit: OpenAI).

On Humanity’s Last Exam, a challenging test of crowd-sourced questions across a variety of subjects (with tools), gpt-oss-120b and gpt-oss-20b score 19% and 17.3%, respectively. Similarly, this underperforms o3 but outperforms leading open models from DeepSeek and Qwen.

OpenAI’s open model performance on HLE (credit: OpenAI).

Notably, OpenAI’s open models hallucinate significantly more than its latest AI reasoning models, o3 and o4-mini.

Hallucinations have been getting more severe in OpenAI’s latest AI reasoning models, and the company previously said it doesn’t quite understand why. In a white paper, OpenAI says this is “expected, as smaller models have less world knowledge than larger frontier models and tend to hallucinate more.”

OpenAI found that gpt-oss-120b and gpt-oss-20b hallucinated in response to 49% and 53% of questions on PersonQA, the company’s in-house benchmark for measuring the accuracy of a model’s knowledge about people. That’s more than triple the hallucination rate of OpenAI’s o1 model, which scored 16%, and higher than its o4-mini model, which scored 36%.

Training the new models

OpenAI says its open models were trained with similar processes to its proprietary models. The company says each open model leverages mixture-of-experts (MoE) to tap fewer parameters for any given question, making it run more efficiently. For gpt-oss-120b, which has 117 billion total parameters, OpenAI says the model only activates 5.1 billion parameters per token.

The company also says its open model was trained using high-compute reinforcement learning (RL) — a post-training process to teach AI models right from wrong in simulated environments using large clusters of Nvidia GPUs. This was also used to train OpenAI’s o-series of models, and the open models have a similar chain-of-thought process in which they take additional time and computational resources to work through their answers.

As a result of the post-training process, OpenAI says its open AI models excel at powering AI agents, and are capable of calling tools such as web search or Python code execution as part of its chain-of-thought process. However, OpenAI says its open models are text-only, meaning they will not be able to process or generate images and audio like the company’s other models.

OpenAI is releasing gpt-oss-120b and gpt-oss-20b under the Apache 2.0 license, which is generally considered one of the most permissive. This license will allow enterprises to monetize OpenAI’s open models without having to pay or obtain permission from the company.

However, unlike fully open source offerings from AI labs like AI2, OpenAI says it will not be releasing the training data used to create its open models. This decision is not surprising given that several active lawsuits against AI model providers, including OpenAI, have alleged that these companies inappropriately trained their AI models on copyrighted works.

OpenAI delayed the release of its open models several times in recent months, partially to address safety concerns. Beyond the company’s typical safety policies, OpenAI says in a white paper that it also investigated whether bad actors could fine-tune its gpt-oss models to be more helpful in cyber attacks or the creation of biological or chemical weapons.

After testing from OpenAI and third-party evaluators, the company says gpt-oss may marginally increase biological capabilities. However, it did not find evidence that these open models could reach its “high capability’ threshold for danger in these domains, even after fine-tuning.

While OpenAI’s model appears to be state-of-the-art among open models, developers are eagerly awaiting the release of DeepSeek R2, its next AI reasoning model, as well as a new open model from Meta’s new superintelligence lab.



Source link

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
IQ TIMES MEDIA
  • Website

Related Posts

Truecaller now lets you hang up on scammers — on behalf of your family

March 13, 2026

How to watch Jensen Huang’s Nvidia GTC 2026 keynote

March 12, 2026

Sales automation startup Rox AI hits $1.2B valuation, sources say

March 12, 2026
Add A Comment
Leave A Reply Cancel Reply

Editors Picks

Old Dominion University in Virginia says gunman who injured 2 is dead

March 12, 2026

Ohio State names Provost Ravi Ballamkonda as its new president

March 12, 2026

Trump visa changes squeeze rural schools relying on international teachers

March 12, 2026

A 12-year-old Georgia girl dies following a fight near a school bus stop

March 11, 2026
Education

Old Dominion University in Virginia says gunman who injured 2 is dead

By IQ TIMES MEDIAMarch 12, 20260

A gunman is dead and two people are hurt after a shooting at Old Dominion…

Ohio State names Provost Ravi Ballamkonda as its new president

March 12, 2026

Trump visa changes squeeze rural schools relying on international teachers

March 12, 2026

A 12-year-old Georgia girl dies following a fight near a school bus stop

March 11, 2026
IQ Times Media – Smart News for a Smarter You
Facebook X (Twitter) Instagram Pinterest Vimeo YouTube
  • Home
  • About Us
  • Advertise With Us
  • Contact us
  • DMCA
  • Privacy Policy
  • Terms & Conditions
© 2026 iqtimes. Designed by iqtimes.

Type above and press Enter to search. Press Esc to cancel.