Phase 5: Refresh Cost Accounting — Fix Pricing Defaults and Unpriced Model Handling #40
Labels
No Label
admin
agent-api
api
api-client
audit
backend
boards
cost-accounting
database
design
forgejo
frontend
issues
metrics
mutation
navigation
optional
phase:1
phase:2
phase:3
phase:4
phase:5
phase:6
polish
priority:high
priority:low
priority:medium
service
sync
usage-accuracy
validation
webhooks
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: null/Pipeline#40
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
References:
remaining-usage-accuracy-review-plan.md— Phase 5Summary
Pipeline's pricing defaults differ from the reference dashboard for cache pricing (especially Anthropic Opus cache write/read). Some models like
openai/gpt-4.1-miniare missing. The pricing override loader expects a direct dict rather than the reference dashboard'srates_usd_per_millionshape. This causes cost underreporting or silent/usr/bin/zshfor known paid models.Acceptance Criteria
unpriced=Truerather than silently reporting zerousage.cost.totalalways wins over local pricing estimatesWork
{ "provider/model": { ... } }and dashboard-style{ "rates_usd_per_million": { ... } }usage.cost.totalas the preferred cost sourceDo Not
/usr/bin/zshfor unknown paid modelsPriority: Medium
Phase: 5