File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -405,6 +405,22 @@ <h2>💰 Cost / Accuracy / Robustness</h2>
405405 </ tbody >
406406 </ table >
407407 </ div >
408+
409+ <!-- RouterArena Evaluation Results -->
410+ < div style ="margin: 2rem 0; text-align: center; ">
411+ < h3 style ="color: #94a3b8; font-size: 0.85rem; font-weight: 600; margin-bottom: 1rem; "> ROUTERARENA EVALUATION — 8,400 QUERIES</ h3 >
412+ < img src ="assets/chart-routerena-leaderboard.svg " alt ="RouterArena Evaluation Results " style ="max-width: 100%; border-radius: 8px; margin-bottom: 0.5rem; ">
413+ </ div >
414+
415+ <!-- Local Benchmark Charts -->
416+ < div style ="display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.5rem 0; ">
417+ < img src ="assets/chart-accuracy-by-tier.svg " alt ="Routing Accuracy by Tier " style ="max-width: 100%; border-radius: 8px; ">
418+ < img src ="assets/chart-confusion-matrix.svg " alt ="Confusion Matrix " style ="max-width: 100%; border-radius: 8px; ">
419+ </ div >
420+ < div style ="display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.5rem 0; ">
421+ < img src ="assets/chart-cost-comparison.svg " alt ="Cost Comparison " style ="max-width: 100%; border-radius: 8px; ">
422+ < img src ="assets/chart-latency-overhead.svg " alt ="Latency Overhead " style ="max-width: 100%; border-radius: 8px; ">
423+ </ div >
408424 </ section >
409425
410426 <!-- Comparison -->
You can’t perform that action at this time.
0 commit comments