The first System One model. Reads a state, answers typed Choice, Score and Noul questions in one call with calibrated probabilities, and generates no text. Closed weights, served by TypeSafe AI.
An open-weights System One model from Convai Innovations. A fully fine-tuned ModernBERT-large encoder with a from-scratch decision head that scores one marker per option and answers every question in a single 33–39 ms pass. Runs on your own CPU or GPU.
Decides
choice, score, noul, classify, route
choice, score, noul, classify, route
Architecture
jev
laya
Fine-tuned from
—
answerdotai/modernbert-large
License
proprietary
apache-2.0
Availability
Hosted API
Open weights
Hosted by
TypeSafe AI
—
Input price
$0.042/MTok
—
Decision accuracy
—
—
Calibration error
—
—
Valid action rate
—
—
Median latency
—
39.5 ms
p95 latency
—
—
Figures are from each model’s manifest; accuracy and latency are what the publishers report, on their own suites and hardware. Add a third model.
Questions
What is the difference between jev and laya?
jev is from TypeSafe AI and laya from Convai Innovations. jev is only available as a hosted API; laya has open weights you can download and run. Both answer choice, score, noul, classify and route questions. jev reads up to 32K tokens of state, against 512 tokens for laya. jev is licensed proprietary; laya, apache-2.0.
Which is more accurate, jev or laya?
Neither publishes an accuracy figure. Test both on your own labelled examples.
Which is cheaper, jev or laya?
jev: $0.042 / $0 per 1M. laya: Free (open weights). Open weights cost nothing per call beyond your own hardware.
Can I run jev or laya locally?
laya yes — systemone pull convai-innovations/laya downloads its weights. The other is only served as a hosted API.