Fastino's open-weight decision model. A DeBERTa-v3-large encoder that scores label sets supplied at runtime, answers single-label, multi-label, yes/no and ordinal questions in one pass, and extracts spans and relations.
A Thai-and-English System One model. Qwen3.5-0.8B continued-pretrained on about 5B Thai tokens, its language-model head replaced by a 256-way slot head (slot 255 abstains), trained on 2–3M decision examples and temperature-calibrated per question type.
Decides
choice, score, noul, classify, extract, route
choice, score, noul, classify, route
Architecture
gliner2
openthai
Fine-tuned from
fastino/gliner2-large-v1
qwen/qwen3.5-0.8b-base
License
apache-2.0
apache-2.0
Availability
Open weights + hosted API
Open weights
Hosted by
Fastino
—
Input price
—
—
Decision accuracy
60.2%
74.3%
Calibration error
—
—
Valid action rate
—
—
Median latency
38.3 ms
40 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 gliner2-5-decide and openthai-systemone?
gliner2-5-decide is from Fastino Labs and openthai-systemone from iApp Technology. gliner2-5-decide has open weights and a hosted API; openthai-systemone has open weights you can download and run. Both answer choice, score, noul, classify and route questions. Only gliner2-5-decide answers extract. gliner2-5-decide is the smaller model, at 340M parameters to 800M.
Which is more accurate, gliner2-5-decide or openthai-systemone?
They report on different suites — gliner2-5-decide 60.2% on Fastino fast-decisions suite (17 datasets), openthai-systemone 74.3% on Bespoke public subsets (13, macro average) — so the numbers do not rank them. Test both on your own labelled examples.
Which is cheaper, gliner2-5-decide or openthai-systemone?
gliner2-5-decide: Hosted, price not published, or free to self-host. openthai-systemone: Free (open weights). Open weights cost nothing per call beyond your own hardware.
Which is faster, gliner2-5-decide or openthai-systemone?
By their publishers’ figures, gliner2-5-decide answers in about 38.3 ms at the median and openthai-systemone in about 40 ms — measured on different hardware, so treat it as a rough guide.
Can I run gliner2-5-decide or openthai-systemone locally?
Yes, both: systemone pull fastino-labs/gliner2-5-decide and systemone pull iapp-technology/openthai-systemone download the weights.