hello everyone i would be really happy if someone could help me answer this question.
I’m building an app using the OpenAI API and I want to integrate a subscription-based model with $9, $29, and $49 tiers. I’m not sure what usage limits to set so that I don’t end up losing money on API costs. For example, should I allow unlimited usage after the $29 tier, or should I cap requests somehow? How can I structure these plans so that my GPT-4o expenses stay within each subscription price? Also, should I give each user a word-based limitation (for example 5,000 or 10,000 words of requests), or should I instead set a fixed number of requests (like 500 requests per month, regardless of word length)?