Falcon H1R 7B brings efficient reasoning to AI
The Technology Innovation Institute has introduced Falcon H1R 7B, a 7-billion-parameter reasoning model that competes with much larger systems in mathematics, programming, and science. Its hybrid architecture and use of test-time scaling aim to deliver greater accuracy with less memory and lower running costs.

The Technology Innovation Institute in Abu Dhabi has introduced Falcon H1R 7B, a 7-billion-parameter AI model that, according to its tests, matches or outperforms reasoning systems between two and seven times larger.
The model is designed to solve complex problems in mathematics, programming, and science. It can also hold conversations, follow instructions, use tools, and apply safety filters.
More capability in a smaller model
Size matters because it largely determines how much it costs to run a model. A smaller system needs less memory and can run more easily on modest servers or even on compatible local devices.
Falcon H1R 7B is based on Falcon-H1-7B and was trained in two stages:
- Supervised fine-tuning: it learned from examples with step-by-step reasoning, including problems in mathematics, code, and science. Some examples reached up to 48,000 tokens, meaning units of text processed by the model.
- Reinforcement learning: correct answers and high-quality reasoning chains were reinforced, while a token limit was maintained to prevent unnecessarily long responses.
The result claimed by its developers is a compact model that competes with 8-billion, 14-billion, 32-billion, and even 47-billion-parameter alternatives across several tests.
Its results in mathematics and code
Across the general evaluation set, Falcon H1R 7B scored 73.96% in mathematics, ahead of Apriel 1.5 15B, which scored 69.32%. It also outperformed Qwen3-32B, which reached 63.66%, and Nemotron H 47B, with 49.72%.
The published results on specific mathematics tests were:
- AIME-24: 88.1%, compared with 86.2% for Apriel 1.5 15B.
- AIME-25: 83.1%, compared with 80% for Apriel 1.5 15B.
- HMMT-25: 64.9%, compared with 61% for the next model.
- AMO-Bench: 36.3%, compared with 23.3% for
DeepSeek R1-0528 Qwen3-8B.
In programming and tasks that require it to act as an agent, it scored 33.95%, slightly above Qwen3-32B, at 33.40%. On LCB v6, a competitive programming test, it reached 68.6%, around seven percentage points higher than Qwen3-32B, according to TII.
The advantage does not appear in every category. On general tests, it scored 49.48%, below Apriel 1.5 15B at 53.10% and Phi 4 Reasoning Plus 14B at 51.18%.
Speed is also part of the model
Falcon H1R 7B combines a Transformer-Mamba architecture. Mamba is a type of design intended to process sequences using less memory in certain scenarios, while Transformer is the dominant architecture in large language models.
The combination aims to improve performance when many responses are generated in parallel. In TII's tests, Falcon reached approximately 1,000 tokens per second per GPU with batches of 32 responses, and close to 1,500 with batches of 64, using 512-token inputs and outputs of up to 32,000. In another test, with 8,000-token inputs and 16,000-token outputs, it reached about 1,800 tokens per second per GPU, while Qwen3-8B remained below 900.
These figures correspond to specific evaluation conditions, not a guaranteed speed for every device.
Reasoning multiple times without sending costs soaring
The model uses a technique called test-time scaling. Instead of generating a single answer, it creates several possible solutions and selects the most reliable one. Falcon H1R adds DeepConf, a system that uses the model's own confidence to discard low-quality reasoning during or after generation.
According to the published data, this strategy reached 96.7% accuracy on AIME-24 and AIME-25 with fewer than 100 million generated tokens. On AMO-Bench, it achieved 35.9% using 217 million tokens.
For you, this could mean models that can solve difficult problems without requiring the same hardware as larger alternatives. A developer could run programming, analysis, or automation tasks with lower power consumption, although actual performance will depend on the GPU, configuration, and number of responses generated in parallel.
Falcon H1R 7B is released under the Falcon LLM license, along with a full checkpoint and a quantized version in GGUF format, designed to reduce memory use. The next thing to watch is whether its results hold up outside benchmarks and how it performs in real-world applications, where accuracy matters alongside stability, cost, and ease of use.