I understand itâs not ideal, but it is what it is. On the Plus plan you get about one message every five minutes.
There are ways to mitigate it though.
One thing I do is lean more heavily on 3.5 than 4âat least initially. 3.5 is also quite capable so thereâs often no need to use 4 for something 3.5 can do. By directing requests at both models the 40-messages/3-hours is spread out more.
Another thing you can do is to not rely on the model for everything. Presumably you did what you are doing now before you had access to GPT-4, so instead of offloading everything to the model, use it more judiciously.
As previously mentioned by @Diet, you can use the API to query any of the models in a pay-as-you-go fashion.
If youâre working with others, you might consider a ChatGPT Teams account as those have a higher message limit of 100-messages / 3-hours or about one message every two minutes.
At the end of the day the fact is the heaviest users could easily burn through tens or hundreds of dollars a day of GPU compute if they had unlimited access to GPT-4, so they canât do that. Even at 40-messages / 3-hours thatâs 120-messages in an 8-hour workday.
120-messages could easily be a half-million input tokens and 250-thousand output tokens. Which is the equivalent of $12.50 in API calls.
Even if youâre just using it for âworkâ thatâs $62.50 / week or $250 / month in equivalent API calls (not even including any additional tokens for system messages).
In theory you could potentially use ~9,700 messages a month with ~4,000 input and ~2,000 output tokens each.
At $0.01 / 1K input and $0.03 / 1K output thatâs ~$0.10 / message. So, if you really tried to push the limits, you could probably get the equivalent of $1,000 worth of API calls out of your $20 / month subscription.
So, while I get itâbeing interrupted by hitting the limit sucksâyou may want to moderate your expectations a little bit. A year ago you couldnât get any access to anything even approaching the capabilities of GPT-4 for any amount of money you wanted to throw at it. Now, for about $0.66 / day, you get access to the most powerful language model ever publicly released.