You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(compare): filter index, sitemap, and SSG params by real benchmark coverage
Only emit /compare/<model>-<a>-vs-<b> URLs where both GPUs actually have
benchmark rows for that model in Neon. Avoids 156 empty pair cards in the
index and ~123 unreachable sitemap entries (288 -> 165).
- compare-availability.ts: cached server-side helper using getAvailabilityData
- compare/page.tsx: async, filtered modelsWithPairs, per-model card sections
- sitemap.ts: async, only canonical (model, pair) combos with data
- [slug]/page.tsx + opengraph-image.tsx: generateStaticParams now async + filtered
- compare-slug.ts: kimi-k26 / glm-5-1 / minimax-m27 dbKeys now include both
point releases so the canonical slug pulls existing data while staying
forward-compatible with the newer DB key when it arrives
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
'Browse head-to-head GPU inference benchmark comparisons across every model and hardware pair we test. Latency, throughput, and cost for DeepSeek R1, Kimi K2.6, GLM 5.1, Qwen 3.5, and more.';
0 commit comments