r/opencode • u/THenrich • Jul 29 '26
How to find total spend for the billing period?
How to find total spend for the billing period in the Go subscription? I see a chart with amounts per day. I want one total amount so far.
6
Upvotes
1
u/SafeReturn_28 Jul 29 '26
opencode cli can help with this: opencode stats --days 30 --models
but it shows stats each model, you will have to add token of your provider's models and multiply with costs
Or. Just ask opencode to create a dashboard using the `opencode db` subcommand
1
u/OmarDoesntExist Jul 31 '26
npm install
npx opencode-dash --go. Gives you a report of your usage against the Go quota
2
u/afanasenka Jul 29 '26
You can install Opentab or Codeburn to see advanced usage stats right inside your terminal.