Skip to main content
Not every request needs the same model. Use a fast, cheap model for classification and routing, then send generation tasks to a stronger model. With Runcrate, every model shares the same API — switching is a string change.

The routing pattern


Build a model router


Cost comparison

Routing typically cuts costs 60-80% compared to always using the strongest model, with minimal quality loss — because most requests are simple Q&A that a fast model handles perfectly.

Next steps