Reduce token spend by 90%
Automaticly route to the right model based on the task, latency, quality and cost.
POST/v1/chat/completions
routing{
"model":"sansa-auto"
"messages":[
0:{
"role":"user"
"content":"Summarize this legal contract."
}
]
}
Prompt requirementsReasoningLegalLong context
gemini-3.1-pro
79%gpt-5.5
88%claude-4.8-opus
96%{
"model":"claude-4.8-opus"
"choices":[
0:{
"message":{
"role":"assistant"
"content":"Liability clauses flagged in sections..."
}
}
]
}
Your app calls the API with sansa-auto as the model.
MMLU-Pro Benchmark
Routing that wins on benchmarks
Sansa routing beats all frontier models on MMLU-Pro accuracy.

Better agents every day
Your eval results feed back into the router, so your agents improve and your metrics climb while you sleep.

Know exactly what ran, and why
Every model match is logged, so you can debug issues and track performance over time.

