The Auto Router now lets you tune how it weighs cost against quality. New `cost_quality_tradeoff` parameter, 0 to 10: Set it to 0 and it always picks the most capable model regardless of price. Set it to 10 and the cheapest model wins. https://t.co/nWr4AuwMC2
OpenRouter Adds Cost Quality Slider to Automate Model Selection Expenses
cost_quality_tradeoff parameter for its Auto Router, an intelligent selection tool powered by NotDiamond. The update introduces a 0–10 scale to weigh model capability against price. A value of 0 prioritizes the most capable model regardless of cost, while 10 forces the cheapest available option.- Parameter
- cost_quality_tradeoff
- Range
- 0 to 10
- Default value
- 7
- Routing engine
- NotDiamond
- Model pool
- GPT-5.1, Claude Sonnet 4.5, Gemini 3.1 Pro, and others
This control addresses the complexity of managing inference (the process of running a trained model to generate outputs) costs. It extends the logic of Auto Exacto and complements the Model Comparison Tool. While Pareto Code targets coding benchmarks, this update provides a general-purpose lever for all prompt types.
Implement the tradeoff by adding the cost_quality_tradeoff integer to the plugins section of an API request or the settings UI. The default is 7, balancing savings with quality. The router selects from a pool including openai/gpt-5.1 and anthropic/claude-sonnet-4.5 at standard rates.
Still wondering? A few quick answers below.
Every HeadsUpAI update is written based on its original source and reviewed before it's published. Read our editorial standards →
