Zero-shot prompt routing
Categories are plain prose you write here — nothing is trained or configured. The encoder reads the category list and the text together in a single bidirectional pass, then scores the text against every category at once.
- Results appear as you type.
Zero-shot policy linting
Write your rules as free text. Every token in the draft is scored against every rule in one pass, so adding a rule costs a handful of tokens rather than another model.
Results appear as you type.
Fill‑mask
The base encoder with its masked-LM head. Bidirectional, so each blank is predicted from the whole sentence rather than only what comes before it.
This panel loads the base encoder, a separate 424 MB download from the routing and linting heads.
Results appear as you type.