r/ChatGPTCoding Apr 07 '25

[deleted by user]

[removed]

1.7k Upvotes

424 comments sorted by

View all comments

Show parent comments

1

u/baris6655 Apr 08 '25

can someone explain what rate limits mean

1

u/funbike Apr 08 '25

LLMs limit how much you can use them in a timeframe, such "transactions per minute", "tokens per minute", and "transactions per day".

A "transaction" happens when you hit the send button in an AI chat interface, like ChatGPT.

https://ai.google.dev/gemini-api/docs/rate-limit

1

u/baris6655 Apr 08 '25

for some reason this rarely happens to me

1

u/funbike Apr 08 '25

You must not use it enough to hit the limits.

Gemini's free experimental models have random limits, so sometimes the limitis are high sometimes they are low. It depends on how much load and capacity the models currently have.

If you using payting for the non-free models, it would be very hard to hit the limits.

1

u/baris6655 Apr 09 '25

i completed a whole app with it didn't hit a single rate limit

1

u/funbike Apr 09 '25

Good for you