Ahmet-Dedeler/ai-llm-comparison
A website where you can compare every AI Model ✨
What's novel
A website where you can compare every AI Model ✨
Code Analysis
18 files read · 4 roundsA client-side Next.js web app that displays a static (daily-updated) table of LLM model pricing and capabilities from LiteLLM's dataset, with basic filtering, sorting, and a simple cost calculator.
Strengths
Clean UI with good use of shadcn/ui components, proper memoization patterns, and a working CI/CD pipeline that keeps model data fresh via daily GitHub Actions updates.
Weaknesses
Significant code duplication with three table components (two dead), the pricing calculator's word/character conversion is non-functional in the active code path, zero tests, and the 2MB static data file is a major bundle concern.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
270
Contributors
2
Files
86
Active weeks
52
Repository
Language
TypeScript
Stars
416
Forks
41
License
MIT