The flagship of the vLLM Semantic Router team's Decision 1.0 family. Qwen3.5-9B with a shared candidate head returns a probability for every supplied answer to choice, yes/no and score questions, over a 16,384-token input.
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
decision
tev
Fine-tuned from
qwen/qwen3.5-9b
qwen/qwen3.5-4b
License
apache-2.0
Unspecified — weights licence being finalised
Availability
Open weights
Open weights + hosted API
Hosted by
—
Together AI
Input price
—
$0.042/MTok
Decision accuracy
77.4%
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 decision and tev1?
decision is from vLLM Semantic Router and tev1 from Together AI. decision has open weights you can download and run; tev1 has open weights and a hosted API. Both answer choice, classify and route questions. Only decision answers score and noul. tev1 is the smaller model, at 4.0B parameters to 9.0B. decision is licensed apache-2.0; tev1, other.
Which is more accurate, decision or tev1?
They report on different suites — decision 77.4% on vLLM-SR decision benchmark (54 tasks, 3,766 decisions, weighted), tev1 88.0% on Together development set (reused, not held out) — so the numbers do not rank them. Test both on your own labelled examples.
Which is cheaper, decision or tev1?
decision: Free (open weights). tev1: $0.042 / $0 per 1M, or free to self-host. Open weights cost nothing per call beyond your own hardware.
Can I run decision or tev1 locally?
Yes, both: systemone pull vllm-semantic-router/decision and systemone pull together-ai/tev1 download the weights.