IA 360
Language Models

DeepSeek launches R1-Lite-Preview to rival reasoning models

DeepSeek has unveiled R1-Lite-Preview, a model designed to spend more steps on math and logic problems. The Chinese company says it comes close to OpenAI’s o1-preview reasoning model.

5 min read Leer en español

DeepSeek unveiled R1-Lite-Preview on Wednesday, a language model built for reasoning—the ability to break a problem down into steps before answering. The company says its system delivers results close to OpenAI’s o1-preview on math and logic tests, a field that had been defined so far by the launch of the o1 family in September.

The announcement matters for two reasons. First, it confirms that Chinese labs are not limiting themselves to competing in general-purpose chatbots: they are also developing models that devote more computation to solving complex problems. Second, DeepSeek has made R1-Lite-Preview available for testing through its chat service, exposing part of its reasoning process before it delivers the final answer.

A model that tries before it answers

Conventional language models typically generate an answer almost immediately, one word at a time. R1-Lite-Preview takes a different approach: it produces intermediate steps, reviews its reasoning and reaches a conclusion afterward. That does not mean it thinks like a person, nor that its explanations are a reliable window into how it works internally, but it is optimized to devote more effort to tasks where a first intuition is often wrong.

This approach is particularly useful for math exercises, programming, logic puzzles and questions that require linking several conditions. It is also the path OpenAI popularized with o1, presented as a model that can think for longer before answering.

The practical difference for users is clear: responses may take longer, but they are more likely to be correct when a problem requires several calculations or some planning. The trade-off is that displaying a long chain of reasoning does not eliminate errors. A model can produce a convincing explanation and still start from a mistaken premise or make an arithmetic error.

Results close to o1-preview on math

DeepSeek compared R1-Lite-Preview with o1-preview on AIME 2024, a test of U.S. competition math problems commonly used to evaluate reasoning. The company puts its model at 41.5% accuracy with a single answer per question, versus 44.6% attributed to o1-preview.

The gap is small on a demanding test, although it should be interpreted cautiously. Benchmarks measure a specific ability under controlled conditions; they do not guarantee that a model will perform the same way in a spreadsheet, a legal query or when writing code for production. It also matters how the question is phrased, how much computation the system is given and whether it can generate multiple answers from which to choose the best one.

DeepSeek says that, through majority voting across multiple runs, R1-Lite-Preview reaches 86.7% on AIME 2024. This technique improves the result because the system tries to solve the same problem several times and selects the most frequently repeated solution. It is a useful tool for evaluating capability, but it consumes considerably more computing power than a single query and does not represent a chatbot’s typical performance.

Available to try, but not with open weights

R1-Lite-Preview is available through DeepSeek’s chatbot. The company allows users to observe the reasoning steps generated by the model, a notable decision at a time when OpenAI has chosen not to show users o1’s complete chain of thought.

That said, the launch does not make R1-Lite-Preview an open model in the strict sense. DeepSeek offers access to the service, but it has not released the model’s weights—the files that would allow users to download it, run it on their own servers or study it independently. The distinction matters: public access is not the same as open code or an open model.

The company has also not detailed R1-Lite-Preview’s architecture, training volume or computational cost. Without that information, it is difficult to assess how easily its approach could be reproduced outside DeepSeek or compare its efficiency with U.S. offerings.

The race enters a new category

Until a few months ago, discussion of language models focused largely on size, fluency and the ability to maintain a conversation. Reasoning systems shift the focus to a different question: how much additional work can a model do before providing an answer?

For companies and developers, that shift opens up possibilities in technical analysis, programming and the automation of processes with complex rules. It also makes it necessary to distinguish between tasks that need a fast, inexpensive answer and those where it is worth waiting and paying more for a second check.

R1-Lite-Preview is still a preliminary version, and its results depend heavily on the tests reported by its creator. But its arrival shows that o1 has not opened a category reserved for OpenAI. Reasoning is becoming the new battleground among major models, and DeepSeek has just entered the race.

Share this article

This website uses cookies to improve the browsing experience. Cookie policy.