Before: one model for everything
After: intent-aware routing
model="auto" flag tells PRYSM to apply its routing engine. Your prompts are never stored —
only an anonymous intent classification runs locally.
How intent routing works
PRYSM’s classifier scores each prompt on ten signals in under 5 ms:Dry-run: preview routing without calling a model
route() shows exactly which model would be chosen and why — no tokens consumed.