Model recommendations to reduce costs without sacrificing quality.
Total Potential Monthly Savings
{formatCost(totalSavings)}
from {recommendations.length} recommendation{recommendations.length !== 1 ? 's' : ''}
Failed to load recommendations
{error}
No optimization recommendations available.
Your models are already well-optimized, or there isn't enough data yet.
| Agent | Current Model | → | Recommended | Complexity | Call Volume | Monthly Savings | Confidence |
|---|---|---|---|---|---|---|---|
| {rec.agentName || rec.agentId || '—'} | {rec.currentModel} | → | {rec.recommendedModel} | {tierBadge(rec.complexityTier)} | {formatNumber(rec.callVolume ?? 0)} | {formatCost(rec.monthlySavings ?? 0)} {isLowConfidence && ( estimated )} | {confidenceBadge(rec.confidence)} {isLowConfidence && ( insufficient data )} |