From 1eca97d9fbc0fdfffffa322adb3365469d5c810b Mon Sep 17 00:00:00 2001 From: Harjot Gill Date: Sun, 5 Jan 2025 19:47:45 -0800 Subject: [PATCH] update usage limits --- docs/faq.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 004f2aac..a7b01bc8 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -116,16 +116,21 @@ When team members are active in PRs, use `@coderabbitai` to engage the bot. ### Usage 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. + ::: +The following limits enforced _per developer_: + +| Feature | Free Plan | Trial Plan | OSS Plan | Pro/Lite Plan | +| ---------------- | ------------------------------------------ | ----------------------------- | ----------------------------- | ----------------------------- | +| Files per hour | 200/hour | 150/hour | 150/hour | 300/hour | +| Files per PR | 125 | 75 | 75 | 150 | +| Reviews per hour | 3 back-to-back, then 3/hour (Summary only) | 2 back-to-back, then 2/hour | 2 back-to-back, then 1/hour | 4 back-to-back, then 4/hour | +| Chat | N/A | 25 back-to-back, then 50/hour | 10 back-to-back, then 25/hour | 25 back-to-back, then 50/hour | + ## Integration Guide {#integration-guide} ### Prerequisites