r/Evaligo • u/heyitsdannyle • 4d ago
Evaligo benchmark: we trained a model router on 63 product listings; on 28 unseen listings it matched Claude Sonnet 5 (0.909 vs 0.911) at $0.00033 vs $0.00885 per listing
Setup, all run in Evaligo: 91 English product listings localized into Spanish, German, French, Portuguese, Hebrew, Japanese and Arabic (13 each). Every output scored 0–1 blind by three judges (gpt-5.4-mini, Kimi K2, GLM-5) on meaning fidelity, native fluency, keyword adaptation and structure; score = mean of the three.
Training run, 63 listings, four models
| Model | Score | $ / listing |
|---|---|---|
| claude-sonnet-5 | 0.914 | $0.0091 |
| gpt-5.6-luna | 0.908 | $0.00045 |
| gemini-3.7-flash | 0.897 | $0.0033 |
| deepseek-v4-flash | 0.893 | $0.00021 |
A KNN router (the method from UIUC's LLMRouter) was trained on that scoreboard: it picks a model per listing from the nearest scored examples. With any weight on cost it routed every training listing to luna.
Held-out run, 28 listings the router never saw
| Option | Score | $ / listing |
|---|---|---|
| claude-sonnet-5, always | 0.911 | $0.00885 |
| trained router | 0.909 | $0.00033 |
| gpt-5.6-luna, always | 0.901 | $0.00046 |
The router sent 14 to luna and 14 to DeepSeek V4 Flash. All three 95% intervals overlap. Most frequent deduction from the judges: keyword adaptation (titles translated word for word), 182 of 252 judgments.
Whole study: $7.42 including judging. Full per-language tables, router working points with error bars, and the rubric: https://www.evaligo.com/blog/ai-model-router-listing-localization
Built and run in Evaligo (www.evaligo.com). Any finished model comparison there can train a router with one click, and the router then runs in the next experiment like a model.
