Paradigma releases Limite, a 1B model for high-throughput math reasoning
The Rome AI lab trained its first model in six weeks and released the weights, base model and vLLM serving code under Apache 2.0.
By Ryan Merket · Published
Primary source: Paradigma on X
Why it matters
Limite tests whether small, specialized models can supply cheaper reasoning inside agent systems, reducing the need to route every research task through a frontier-scale model.

Paradigma released Limite 1B - Violetto on September 21st, a compact open-weight model built to solve difficult mathematics quickly enough for repeated use inside multi-agent research systems.
The release is the first model from the Rome-based AI lab founded by Francesco Pappone, Giulio Starace and Emanuele Rodola. Pappone previously pursued a machine-learning doctorate, Starace worked as an OpenAI researcher, and Rodola is a computer science professor at Sapienza University of Rome. Paradigma has framed its larger project around automating scientific research, with models such as Limite supplying specialized reasoning inside that system.
Paradigma says it trained the dense, 1-billion-parameter autoregressive transformer from scratch on fewer than 300 billion curated tokens, with most of the training mix focused on mathematics. Limite supports context lengths of up to 131,000 tokens, according to Paradigma's release post.
The architecture draws on techniques developed through language-model pretraining speedrun competitions, where researchers optimize for the best result under tight compute and time constraints. Paradigma combined that pretraining work with synthetic data, supervised fine-tuning and reinforcement learning during post-training.
Paradigma says the entire model effort took six weeks from its first experiments in early August. That compressed schedule is central to the pitch: Limite is meant to make useful mathematical reasoning available through frequent, inexpensive inference calls instead of concentrating every task in a much larger general-purpose model.
The benchmark claim
Paradigma reports that Violetto scored 94.01% on AIME 2026, 83.62% on the February 2026 HMMT benchmark, 74.25% on BeyondAIME and 90.21% on AIME 2025. Its released base model scored 59.80% on MATH-500 in a few-shot evaluation, according to Paradigma.
Those results would put the 1B model near or above several larger math-focused models in Paradigma's comparison table. Paradigma says Violetto's BeyondAIME score exceeded the 70% result listed for MUSE-Glimmer-30B, a model with 30 times as many parameters. The table also places Violetto's AIME 2026 score alongside results reported for models ranging from 3 billion to hundreds of billions of parameters.
The comparisons require care. Paradigma's chart combines evaluations it ran with figures taken from model cards and MathArena, and Paradigma marks the externally sourced results in the table. Evaluation systems also differ across models, including sampling settings, prompt formats and the number of attempts used to produce a final answer. Paradigma has promised a technical report detailing its training and evaluation methods; the benchmark case currently rests on Paradigma's release materials and published artifacts.
Training efficiency is the more consequential claim. Paradigma estimates that Limite reached its AIME result using 1.71 x 10^21 training FLOPs, placing it one to three orders of magnitude below several models with comparable scores in Paradigma's chart. That estimate includes pretraining, distillation and supervised fine-tuning, while excluding reinforcement-learning stages because public comparison figures were unavailable.
A solver that makes a poor assistant
Paradigma deliberately kept Violetto lightly instruction-tuned. Limite produces single-turn mathematical solutions and is not designed to maintain the broad assistant behavior expected from mainstream chat models.
Paradigma's own examples show the tradeoff plainly. Asked to explain photosynthesis, Limite begins describing cell division. Asked about the Earth's seasons, it invents a connection to the Gregorian calendar. Another prompt about metaphors is reinterpreted as a question about morphisms.
That narrow behavior is part of Paradigma's design bet. A specialized solver embedded within an agent system can be routed only the problems it is built to handle. Limite's usefulness therefore depends on orchestration: another model or program must decide when to invoke it, package the mathematical task correctly and check what comes back.
Paradigma plans to publish Rainfall, a harness for running Limite as a high-throughput solver within multi-agent systems. The forthcoming technical report is also expected to explain that workflow.
Open weights and serving code
Paradigma released Violetto, its base model and a base-model mixture called Base Soup through Hugging Face. The weights are covered by the permissive Apache 2.0 license.
The accompanying GitHub repository contains an out-of-tree vLLM plugin for serving the architecture. The initial release requires Python 3.12 and vLLM 0.26.0, with the weights and tokenizer downloaded separately from Hugging Face. Paradigma also released the value model used during the later stages of post-training.
Limite arrives as Paradigma begins building beyond its Flywheel research infrastructure. The lab was selected in July for Germany's Next Frontier AI Challenge, a program backing 10 European teams working on new AI architectures and training approaches. Limite gives Paradigma a concrete efficiency result to carry into that program: a narrowly trained model that tries to substitute specialization and throughput for raw parameter count.
The next test is operational. Paradigma has shown a small model producing strong answers on its chosen math evaluations. Rainfall and the technical report will determine whether those results translate into the repeated, dependable solver calls that autonomous research systems require.