I want to use a ChatGPT API and adapt it to one of our services. We are ready to pay the rate for the use of ChatGPT API, but we wonder, is there any limit to how many tokens can a single user use per day? The price is the only limit here?
There is no limit to the number of tokens and you pay for what you use
There are rate limits if you send lots of requests in a very short period of time. Unless you are using embedding you probably won’t hit the rate limit as it is set quite high
The exact numbers are in the online documentation
2 Likes