Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

update rate limits #185

Merged
merged 3 commits into from
Jan 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ When team members are active in PRs, use `@coderabbitai` to engage the bot.

### Usage Limits

| Feature | Free/Trial | Pro Plan |
| -------------- | ----------------------------- | ------------- |
| Files per hour | 200 | 200 |
| Reviews | 3 back-to-back, then 3/hour | Higher limits |
| Conversations | 25 back-to-back, then 50/hour | Higher limits |
| Feature | Free/Trial | Pro/Lite Plan |
| ---------------- | ----------------------------- | ------------- |
| Files per hour | 300 | 600 |
| Reviews per hour | Trial: 5, OSS: 4 | 8 |
| Conversations | 25 back-to-back, then 50/hour | Higher limits |

:::note
In-trial and open-source plans have lower rate limits than the paid plan. In all cases, we re-allow further reviews/conversations after a brief timeout.
Expand Down
Loading