Optimization

Model routing

Automatically sending each request to the cheapest model that can handle it, instead of defaulting everything to one expensive model. The routing decision happens before the call, based on the task.

Example

Simple "summarize this" requests route to a $0.60-per-million mini model; complex "analyze this contract for risk" requests route to a $15-per-million flagship. If 80% of traffic is simple, routing can cut the model bill by more than half without users noticing.