Kaer-R1-mini is a 1.5B distillation of Kaer-R1, built for high-volume serving and hardware that cannot host the 7B. It exists because in the deployments we have instrumented, 60 to 80% of traffic never needed an expensive model — and the thing deciding that split does not itself need to be expensive.
What survived, what did not
| Metric | Kaer-R1 7B | Kaer-R1-mini 1.5B | Change |
|---|---|---|---|
| Hard-reasoning suite | 61.4% | 44.8% | −16.6 pts |
| Abstention AUROC (in-dist.) | 0.83 | 0.79 | −0.04 |
| Abstention AUROC (paraphrased) | 0.68 | 0.61 | −0.07 |
| Mean thinking tokens | 790 | 610 | −23% |
| Cost / 1k items | £3.10 | £0.74 | −76% |
The result we did not predict
Capability fell 16.6 points. Abstention AUROC fell 0.04. Those numbers are not proportional and we expected them to be — the working assumption going in was that a model which reasons worse would also judge its own reasoning worse, roughly in step.
The tentative reading is that estimating "will more thinking help here" depends on coarse features of the problem that survive distillation, while producing the correct answer depends on fine ones that do not. We are not confident in that explanation and we are not going to dress it up as a finding. What we can say operationally is that mini is a better router than it is a reasoner, and that is the shape to build around.
The pattern this is for
- Mini scores every incoming request and answers the ones it is confident about.
- Everything below the halting threshold escalates — to Kaer-R1, to a frontier model, or to a person.
- You tune one number, the threshold, against your own traffic and your own cost of a wrong answer.
The threshold is the whole design decision. We wrote a guide for picking it.
Limitations
- Every limitation of the 7B applies, more strongly. Paraphrase fragility in particular is worse.
- At 44.8% on our suite, mini's own answers are wrong more often than they are right on hard items. Do not deploy it as a terminal answerer on hard traffic.
- No safety hardening. Research release.
- Distillation used the 7B's traces, so mini inherits its blind spots rather than providing an independent check. Two models that fail on the same items are one model for routing purposes.
Weights and evaluation card under staged access: [email protected].
