Commit b410236
fix: add Fable 5 to pricing table so it isn't dropped from daily cost
claude-fable-5 had no row in the daily-cost pricing table, so model_rate
returned null and the select(model_rate(...) != null) filter silently
dropped every Fable 5 usage record. A heavy Fable 5 day under-reported as
roughly a quarter of the session cost.
Added the Fable 5 bucket ($10/$50 per M tokens, cache derived 1.25x/2x/0.1x
like every other row) ahead of the opus branches, and expanded the table
comment to call out that a missing row drops records rather than erroring.
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: GitButler <gitbutler@gitbutler.com>1 parent fa4e11b commit b410236
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
175 | 181 | | |
176 | 182 | | |
177 | 183 | | |
| |||
196 | 202 | | |
197 | 203 | | |
198 | 204 | | |
199 | | - | |
| 205 | + | |
| 206 | + | |
200 | 207 | | |
201 | 208 | | |
202 | 209 | | |
| |||
0 commit comments