Skip to content
LLM Engineering

What is Model Routing?

Sending each request to the cheapest model that can handle it: light chat models for drafting, premium tool models for code actions. BYOB separates chat and tool configs per provider so sessions route without user intervention.

Example

A BYOB session drafts copy with a light chat model and switches to the stronger tool model only for code edits and structured actions — routing keeps everyday turns cheap while reserving firepower for hard steps.

What people get wrong

Pinning every call to the flagship model. Maximum capability on trivial turns burns budget that routing would have saved with zero quality loss.

Sources

Browse all LLM Engineering terms →