mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-28 13:26:48 +00:00
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>