mager-bench

fund the bench

← leaderboard

Free models run on free tiers. Paid models need gas money. Pitch in and we run the evals the community wants to see.

season goal
$0 / $100
0% funded
Buy Me a CoffeeGitHub Sponsors (coming soon)

support tiers

coffee

one coffee

$5
  • your handle in the sponsors roll
  • keeps free-tier runs humming
sprint

eval sprint

$25
  • fund one full 12-challenge run of a paid model
  • name the model in the request queue
  • sponsors roll + shoutout in the next results drop
season

season pass

$100
  • fund a month of new-model drops
  • vote on the next signature challenge
  • name on the dashboard footer for 30 days

model wishlist — what your $ buys

modeltierwhyest.status
Claude Opus 4.8paidtop-shelf coding model — expensive per full 12-challenge suite$8unfunded
Claude Sonnet 5paidcurrent frontier mid-tier; needs a fresh multi-run pass$4unfunded
GPT-4opaidOpenAI flagship — community keeps asking for a head-to-head$5unfunded
Gemini 2.5 Propaidlong-context coding muscle, paid quota$3.50unfunded
Llama 3.3 70B (Groq)freefree via Groq — just needs someone to press gofreescored
Gemini 2.0 Flashfreefree AI Studio quota — free judge + free subjectfreeready

already on the board: Claude Haiku 4.5 · Claude Sonnet 4.6 · Llama 3.3 70B · Gemini 2.5 Flash

how the money works

  • Free-tier models (Groq Llama, Gemini Flash) always run first — no card required.
  • Crowdfunded dollars only buy API tokens for published evals, never ads or merch.
  • Every funded run ships raw responses + rubric scores in results.json. Show the work.
  • You can still fork and run paid models yourself — crowdfunding is optional fuel.

run it yourself for $0

# 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