Files
Jon Saad-FalconandClaude Opus 4.8 6240c59ca3 Update cost-comparison models: GPT-5.6 Sol, Claude Fable 5 (#634)
Refresh the cost-comparison / savings surfaces to current frontier cloud
pricing (per 1M tokens):

- OpenAI:    GPT-5.3 ($2/$10)        -> GPT-5.6 Sol ($5/$30)
- Anthropic: Claude Opus 4.6 ($5/$25) -> Claude Fable 5 ($10/$50)
- Google:    Gemini 3.1 Pro ($2/$12)  -> unchanged

Internal provider keys are renamed in lockstep (gpt-5.3 -> gpt-5.6-sol,
claude-opus-4.6 -> claude-fable-5) across the canonical CLOUD_PRICING
dict, the two server-rendered HTML pages, and the frontend color/label
maps so backend, dashboard, and UI stay consistent. Energy/FLOPs
metadata is carried over unchanged. Model catalog and eval configs are
untouched (real model/benchmark entries, not the cost comparison).

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-12 14:48:22 -07:00

60 lines
2.1 KiB
Markdown

---
hide:
- navigation
---
# Savings Leaderboard
See how the OpenJarvis community saves money, energy, and compute by running AI locally instead of using cloud providers.
!!! info "Win a Mac Mini!"
Opt in to share your savings from the OpenJarvis browser app or desktop app for a chance to win a Mac Mini. Your data is fully anonymous — no email, no IP, no hardware info.
<div id="leaderboard-stats" style="display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin:24px 0;">
<div class="lb-stat-card">
<div class="lb-stat-label">Community Members</div>
<div class="lb-stat-value" id="stat-members">—</div>
</div>
<div class="lb-stat-card">
<div class="lb-stat-label">Total Saved*</div>
<div class="lb-stat-value" id="stat-dollars">—</div>
</div>
<div class="lb-stat-card">
<div class="lb-stat-label">Total Requests</div>
<div class="lb-stat-value" id="stat-requests">—</div>
</div>
<div class="lb-stat-card">
<div class="lb-stat-label">Total Tokens</div>
<div class="lb-stat-value" id="stat-tokens">—</div>
</div>
</div>
<div id="leaderboard-table-wrapper">
<table id="leaderboard-table" class="lb-table">
<thead>
<tr>
<th style="width:50px">#</th>
<th>Name</th>
<th style="text-align:right">$ Saved*</th>
<th style="text-align:right">Energy (Wh)</th>
<th style="text-align:right">FLOPs</th>
<th style="text-align:right">Requests</th>
<th style="text-align:right">Tokens</th>
</tr>
</thead>
<tbody id="leaderboard-body">
<tr>
<td colspan="7" style="text-align:center;padding:48px;opacity:0.5">
Loading leaderboard...
</td>
</tr>
</tbody>
</table>
</div>
<div id="leaderboard-pagination" class="lb-pagination"></div>
<p style="font-size:12px;opacity:0.6;margin-top:12px">
*Dollar savings estimated vs. Claude Fable 5 API pricing ($10/1M input, $50/1M output tokens). Assumes local open-source models produce roughly the same number of tokens per request as cloud models.
</p>