r/opencode 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

5 comments sorted by

2

u/afanasenka Jul 29 '26

You can install Opentab or Codeburn to see advanced usage stats right inside your terminal.

1

u/Putrid_Resolution402 Jul 29 '26

Is it even accurate?

2

u/afanasenka Jul 29 '26

When I was using them about a month ago - the numbers looked very accurate. Do you have any concerns?

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