Skip to main content
Most AI-powered apps pick one model and use it for everything — a frontier model for a simple “say hello” and for a complex reasoning task alike. That’s the equivalent of hiring a senior engineer to answer support emails. PRYSM’s routing engine measures ten intent signals per prompt and picks the right model for each call. Replacing your OpenAI client with PRYSM is a single-line change.

Before: one model for everything

After: intent-aware routing

The 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.

Measure your savings

Install

Get your API key at prysm1.com. The routing engine is OpenAI-compatible — every parameter, streaming, function-calling, and tool-use feature works unchanged. You change one word, the bill changes dramatically.