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.
Together AI's Jev-style classifier. A LoRA fine-tune of Qwen3.5-4B that reads a state, a question and 2 to 24 options and returns one option letter. Served on Together's platform; recipe published.
Decides
choice, score, noul, classify, route
choice, classify, route
Architecture
jev
tev
Fine-tuned from
—
qwen/qwen3.5-4b
License
proprietary
Unspecified — weights licence being finalised
Availability
Hosted API
Open weights + hosted API
Hosted by
TypeSafe AI
Together AI
Input price
$0.042/MTok
$0.042/MTok
Decision accuracy
—
88.0%
Calibration error
—
—
Valid action rate
—
—
Median latency
—
—
p95 latency
—
—
Evaluation suite
—
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 tev1?
jev is from TypeSafe AI and tev1 from Together AI. jev is only available as a hosted API; tev1 has open weights and a hosted API. Both answer choice, classify and route questions. Only jev answers score and noul. jev is licensed proprietary; tev1, other.
Which is more accurate, jev or tev1?
Only tev1 publishes an accuracy figure (88.0% on Together development set (reused, not held out)); jev does not, so there is no comparison to make without your own test.
Which is cheaper, jev or tev1?
jev: $0.042 / $0 per 1M. tev1: $0.042 / $0 per 1M, or free to self-host. Open weights cost nothing per call beyond your own hardware.
Can I run jev or tev1 locally?
tev1 yes — systemone pull together-ai/tev1 downloads its weights. The other is only served as a hosted API.