Skip to content

Commit 2ab9d1d

Browse files
committed
style: fix prettier formatting in article
1 parent ca34a0f commit 2ab9d1d

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

docs/anthropic-third-party-harness-changes.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,18 @@ Claude is still there when you need it — for complex reasoning, nuanced code r
4848

4949
From 20,000+ production requests:
5050

51-
| Where requests actually go | % of traffic | Cost per M tokens |
52-
|---|---|---|
53-
| Gemini Flash Lite (simple tasks) | 34.5% | $0.10 / $0.40 |
54-
| Claude Sonnet (complex only) | 22.7% | $3.00 / $15.00 |
55-
| Kimi-K2.5 (medium tasks) | 16.2% | $0.60 / $3.00 |
56-
| Free models (trivial tasks) | 12.8% | $0.00 |
57-
| Others | 13.8% | varies |
51+
| Where requests actually go | % of traffic | Cost per M tokens |
52+
| -------------------------------- | ------------ | ----------------- |
53+
| Gemini Flash Lite (simple tasks) | 34.5% | $0.10 / $0.40 |
54+
| Claude Sonnet (complex only) | 22.7% | $3.00 / $15.00 |
55+
| Kimi-K2.5 (medium tasks) | 16.2% | $0.60 / $3.00 |
56+
| Free models (trivial tasks) | 12.8% | $0.00 |
57+
| Others | 13.8% | varies |
5858

5959
**Result: 81% savings vs. Sonnet-for-everything, 89% vs. Opus-for-everything.**
6060

6161
A typical user running 10K mixed requests/month:
62+
6263
- Direct Claude Sonnet: ~$105/month
6364
- Direct Claude Opus: ~$175/month
6465
- **ClawRouter: ~$20/month**
@@ -82,12 +83,12 @@ Then point your agent at `http://localhost:8402/v1/` with any OpenAI-compatible
8283

8384
### Routing Profiles
8485

85-
| Profile | Strategy | Savings | Command |
86-
|---|---|---|---|
87-
| `auto` | Balanced cost + quality | 74–100% | `/model auto` |
88-
| `eco` | Maximum savings | 95–100% | `/model eco` |
89-
| `premium` | Best quality always | 0% | `/model premium` |
90-
| `free` | Free models only | 100% | `/model free` |
86+
| Profile | Strategy | Savings | Command |
87+
| --------- | ----------------------- | ------- | ---------------- |
88+
| `auto` | Balanced cost + quality | 74–100% | `/model auto` |
89+
| `eco` | Maximum savings | 95–100% | `/model eco` |
90+
| `premium` | Best quality always | 0% | `/model premium` |
91+
| `free` | Free models only | 100% | `/model free` |
9192

9293
## The Bottom Line
9394

@@ -105,4 +106,4 @@ Your agents keep working. Your costs stay under control. Claude is still there w
105106

106107
---
107108

108-
*ClawRouter is built by [BlockRun](https://blockrun.ai). Source code: [github.com/BlockRunAI/ClawRouter](https://github.com/BlockRunAI/ClawRouter)*
109+
_ClawRouter is built by [BlockRun](https://blockrun.ai). Source code: [github.com/BlockRunAI/ClawRouter](https://github.com/BlockRunAI/ClawRouter)_

0 commit comments

Comments
 (0)