Hello everyone,
I'm building a small app with AI and want to have some usage-based pricing in my app. I'm thinking about a default token-based system with tiers, which grants a monthly limit of tokens.
How have you implemented something similar in your apps? Did you write it from scratch via Stripe API? Did you use any other tools?
I would imagine you could build some sort of counter that refreshes or keeps track of the calls and use a date function to check how many calls are remaining for the tier?
For sure, I just thought that this a typica use case for most apps with AÍ. Maybe there is something ready made…