Skip to content

docs: clarify quota estimates for usage limits#2299

Open
binichallein wants to merge 1 commit into
MoonshotAI:mainfrom
binichallein:docs/clarify-rate-limit-2278
Open

docs: clarify quota estimates for usage limits#2299
binichallein wants to merge 1 commit into
MoonshotAI:mainfrom
binichallein:docs/clarify-rate-limit-2278

Conversation

@binichallein
Copy link
Copy Markdown

@binichallein binichallein commented May 15, 2026

Related Issue

Resolve #2278

Description

  • Clarify that membership request counts are rough estimates derived from token consumption rather than fixed per-request allowances.
  • Point users to /usage as the source of truth for remaining quota.
  • Mention that long context, large files, images, tool output, subagents, and repeated edits can consume quota faster than short Q&A.

Verification

  • git diff --check
  • npx -y node@20 scripts/sync-changelog.mjs && npx -y node@20 node_modules/vitepress/bin/vitepress.js build

Note: npm run build with the system Node v18.19.1 fails before this change because vitepress-plugin-llms requires Node 20 APIs (Array.prototype.toReversed). The docs CI uses Node 20, so the verification above runs the same Node major version.

Checklist

  • I have read the CONTRIBUTING document.
  • I have linked the related issue, if any.
  • I have run docs build verification for this docs-only change.
  • I have added tests that prove my fix is effective or that my feature works. (N/A: documentation-only change.)
  • I have run make gen-changelog to update the changelog. (N/A: no changelog change.)
  • I have run make gen-docs to update the user documentation. (N/A: this PR directly edits the user documentation.)

Open in Devin Review

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Clarify docs about the usage and rate limit

1 participant