Does anyone having problem with chatgpt api

symonkings

Regular Member
Joined
Mar 7, 2024
Messages
494
Reaction score
148
Does anyone having problem with chatgpt api, actually I running a script which gather information from chatgpt through api but it gives me error, that limit exceeded.

Where I not receive any response from it.
 
Does anyone having problem with chatgpt api, actually I running a script which gather information from chatgpt through api but it gives me error, that limit exceeded.

Where I not receive any response from it.
it itself saying

your limit exceeded
 
Does anyone having problem with chatgpt api, actually I running a script which gather information from chatgpt through api but it gives me error, that limit exceeded.

Where I not receive any response from it.

The API has rate limits depending on the account tier and model you're using.

For example, GPT-4o has a max 30,000 TPM (tokens per minute) limit for a tier 1 account, tier 2 has 250,000 TPM, tier 3 has 650,000 TPM, etc.

So if you're on a lower tier account and exceed too many requests/tokens within the time frame, they will rate limit you.

You can read about it here: https://platform.openai.com/docs/guides/rate-limits

It might also be related to billing where you would need to check and make sure you account is funded.
 
Please check the concurrency of your API account. It can also be understood as the number of context requests per minute and the maximum number of context requests per day. This should be the limit you are limited to.
The API is divided into 5 levels
1
2
3
4
5
The restrictions when using will be different
 
Sounds like your script is asking for too much info too quickly. ChatGPT limits requests. Try:

  • Slowing down your script (fewer requests at once).
  • Upgrading to a paid plan (might have higher limits).
 
Does anyone having problem with chatgpt api, actually I running a script which gather information from chatgpt through api but it gives me error, that limit exceeded.

Where I not receive any response from it.
Do you want to better on this DM me tg @RealBoCaCao
 
Hi guys I must ask you,

The pricing of chatgpt API now I see is this: $5.00 / 1M input tokens
That means I can type in 1mio prompts for $5 a month ?
And the request rate is 30.000 tokens /minute ?

Most times I must txpe in 5 prompts to get accurate results- 5 prompts before the AI understand my command. I try to write 100 articles a day (as an example) each with 5 prompts= that's are 500 prompts a day x multiplicate to 20 days= 10.000 prompts a month.

All that for $5 /monthly billing is that right? They accept paypal with their API plans? Or do I need the plus upgrade too, which will be then $25/month ?
 
Hi guys I must ask you,

The pricing of chatgpt API now I see is this: $5.00 / 1M input tokens
That means I can type in 1mio prompts for $5 a month ?
And the request rate is 30.000 tokens /minute ?

Most times I must txpe in 5 prompts to get accurate results- 5 prompts before the AI understand my command. I try to write 100 articles a day (as an example) each with 5 prompts= that's are 500 prompts a day x multiplicate to 20 days= 10.000 prompts a month.

All that for $5 /monthly billing is that right? They accept paypal with their API plans? Or do I need the plus upgrade too, which will be then $25/month ?
Sorry for off-topic. Could you please send me your contact info for example Discord?

I want to talk about the "How to" search based yt channel. I'm also in that niche.
 
here you can see my screenshot from today I askes chatgpt 6 prompts of question then I get this message now, What is this chatgpt crap today? With that I can not write 10 articles avery day in free chatgpt. I best the other AI's ar enot better in free version you can write max. 6-8 articles in gemini, bing AI,claude.....

How many prompts limits I have in gemini upgrade plan and in chatgpt plus? Three 3x times more, 6x or 10x times more???

Happy weekend !
 

Attachments

  • chatgpt limit.png
    chatgpt limit.png
    50.8 KB · Views: 10
Imagine this problem of having max. 6 prompts in 1 hour in the free version of chatgpt.
With that you can write only 1 pillar article a day with 6x outlines (chapters) not more, after that you be locked out., or with luck, after the limit hit you can us the the 3.5 AI model.

Happy sunday
 
Imagine this problem of having max. 6 prompts in 1 hour in the free version of chatgpt.
With that you can write only 1 pillar article a day with 6x outlines (chapters) not more, after that you be locked out., or with luck, after the limit hit you can us the the 3.5 AI model.

Happy sunday
If you want to have llms write articles at scale you need to either pay for access or run your own model. These are business products and the companies running them aren't doing it for the satisfaction of helping us spam articles on the web, they're doing it to get paid.
 
If you want to have llms write articles at scale you need to either pay for access or run your own model. These are business products and the companies running them aren't doing it for the satisfaction of helping us spam articles on the web, they're doing it to get paid.
Better I try the $5 monthly API model...........whats the 1 hour limit on the API model ?

Happy saturday!
 
Does anyone having problem with chatgpt api, actually I running a script which gather information from chatgpt through api but it gives me error, that limit exceeded.

Where I not receive any response from it.
The message is clearly stated bro

Upgrade the limit to $500

You can exhaust it in a day without problem

Are you using $2500 credit bro? Tier 1?
 
Back
Top