Image: Cursor / marktechpost.com Cursor Launches Router: Intelligent Model Switching That Cuts Costs by Up to 50%
Cursor Router analyzes each coding request and sends it to the right model automatically — promising frontier-quality output at 30 to 50 percent lower cost for enterprise teams.
Cursor released Router this week — a request-level classifier that decides which AI model handles each coding task based on what that task actually needs. It’s generally available for Teams and Enterprise plans.
What Router Does
The idea is straightforward: not every coding request needs the most expensive frontier model. A comment update or variable rename doesn’t need the same model that’s debugging a complex race condition.
Router analyzes four inputs for each request: query, context, task complexity, and domain. Then it routes to one of three model tiers:
- Simple tasks go to cost-efficient models
- UI and design work routes to models with stronger layout and visual understanding
- Complex, reasoning-heavy problems use frontier models
The classifier was trained on over 600,000 live requests. Cursor claims frontier-quality output at roughly 60 percent lower cost in online A/B testing, with early enterprise accounts seeing 30 to 50 percent savings versus running everything through Opus 4.8.
One technical detail worth noting: the router accounts for prompt cache invalidation costs when switching models mid-conversation. Most competing systems ignore this, which can make routing look cheaper on paper than it is in practice. Cursor’s implementation factors it in.
Three Modes
Router ships with three optimization modes you can configure per team or group:
- Intelligence: routes to the best model for each request without cost constraints
- Balance: trades some quality ceiling for meaningful cost reduction
- Cost: prioritizes cheaper models, using frontier models only when the task clearly requires them
Balance and Intelligence billing varies by which model actually handles each request rather than charging a flat rate. Grok 4.5 serves as the budget-friendly anchor for cost-efficient routing.
Cost per commit in the routing system runs from $4.63 in Auto Balance mode to $6.76 in Auto Intelligence, compared to $7.34 for running everything through Opus 4.8.
Admin Controls
Enterprise accounts can enable Router by team or group, restrict which modes users can select, and set default modes. The feature is available across desktop, web, iOS, CLI, and SDK — not just the editor.
Context
This fits the broader pattern of AI coding tool vendors trying to get enterprise budget approval by showing measurable cost control. Cursor’s pitch is that you shouldn’t have to choose between quality and cost: Router tries to give you near-frontier quality by being smart about when frontier is actually needed.
Full changelog is at cursor.com/changelog.