coffee
one coffee
$5
- ›your handle in the sponsors roll
- ›keeps free-tier runs humming
Free models run on free tiers. Paid models need gas money. Pitch in and we run the evals the community wants to see.
| model | tier | why | est. | status |
|---|---|---|---|---|
| Claude Opus 4.8 | paid | top-shelf coding model — expensive per full 12-challenge suite | $8 | unfunded |
| Claude Sonnet 5 | paid | current frontier mid-tier; needs a fresh multi-run pass | $4 | unfunded |
| GPT-4o | paid | OpenAI flagship — community keeps asking for a head-to-head | $5 | unfunded |
| Gemini 2.5 Pro | paid | long-context coding muscle, paid quota | $3.50 | unfunded |
| Llama 3.3 70B (Groq) | free | free via Groq — just needs someone to press go | free | scored |
| Gemini 2.0 Flash | free | free AI Studio quota — free judge + free subject | free | ready |
already on the board: Claude Haiku 4.5 · Claude Sonnet 4.6 · Llama 3.3 70B · Gemini 2.5 Flash
# free subjects + free judge — no paid APIs required export GROQ_API_KEY=... export GEMINI_API_KEY=... python bench.py --tier free --judge gemini-2.0-flash --runs 3 --output results.json cd web && node scripts/sync-results.mjs && npm run dev