Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ You don't subscribe to electricity, you pay for what you use. Franklin brings th

### 🧠  Multi-model is the future

No single model is best at everything. Sonnet writes better code, Gemini handles longer context, DeepSeek costs 20x less for simple tasks. The Smart Router routes every request to the optimal model in <1ms — <!-- br:savings.autoVsBaselinePct -->87<!-- /br:savings.autoVsBaselinePct -->% cheaper than pinning Claude Opus 5 for every request.
No single model is best at everything. Sonnet writes better code, Gemini handles longer context, DeepSeek costs 20x less for simple tasks. The Smart Router routes every request to the optimal model in <1ms — <!-- br:savings.autoVsBaselinePct -->88<!-- /br:savings.autoVsBaselinePct -->% cheaper than pinning Claude Opus 5 for every request.

</td>
<td width="33%" valign="top">
Expand Down
6 changes: 3 additions & 3 deletions brand-numbers.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": 1,
"models": {
"chatVisible": 71,
"totalVisible": 92,
"totalVisible": 93,
"free": 6,
"freeWithheld": 19,
"image": 9,
"video": 5,
"video": 6,
"music": 1,
"speech": 5,
"soundfx": 1,
Expand All @@ -29,6 +29,6 @@
"savings": {
"baselineModel": "anthropic/claude-opus-5",
"ecoVsBaselinePct": 98,
"autoVsBaselinePct": 87
"autoVsBaselinePct": 88
}
}
Loading