You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many models and llm services require to limit the requests per minutes or per day.
Aider should slow down and await to send requests if the rate limit has been already reached.
Slowing down Aider requests rate is a good compromise, especially for those free services like Gemini 2.5 Pro, or the many free tier services from openrouter.
Currently I'm getting banned because of some service limiting the RPM to 2, while it could have been avoided if aider accepted RPM, RPD and TPM, TPD as parameters and automatically slow down accordingly.
The text was updated successfully, but these errors were encountered:
Many models and llm services require to limit the requests per minutes or per day.
Aider should slow down and await to send requests if the rate limit has been already reached.
Slowing down Aider requests rate is a good compromise, especially for those free services like Gemini 2.5 Pro, or the many free tier services from openrouter.
Currently I'm getting banned because of some service limiting the RPM to 2, while it could have been avoided if aider accepted RPM, RPD and TPM, TPD as parameters and automatically slow down accordingly.
The text was updated successfully, but these errors were encountered: