Remove stale per-key monthly limit from assistant API docs#5740
Open
mintlify[bot] wants to merge 1 commit intomainfrom
Open
Remove stale per-key monthly limit from assistant API docs#5740mintlify[bot] wants to merge 1 commit intomainfrom
mintlify[bot] wants to merge 1 commit intomainfrom
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The assistant API rate limit docs listed a "10,000 uses per key per month" limit that no longer applies to newly minted discovery keys. The effective limits enforced by Mintlify (10,000 requests per organization per hour and 10,000 requests per IP per day) remain unchanged and are still documented.
Changes
Removed the "10,000 uses per key per month" line from the rate limits section of:
api/assistant/create-assistant-message.mdxapi/assistant/create-assistant-message-v2.mdxes/,fr/, andzh/Context
Source PR removed duplicate per-key rate limits that were tripping customers before the documented org/IP limits had a chance to run. The docs are updated to match the new behavior.
Note
Low Risk
Low risk: documentation-only changes that delete an obsolete rate limit line and lightly adjust formatting in translated pages.
Overview
Updates the Assistant API
Rate limitssections to remove the stale “10,000 uses per key per month” limit from both v1 and v2 “create assistant message” docs.Applies the same cleanup to the Spanish, French, and Chinese translated pages (with minor French punctuation/list formatting adjustments), leaving only the org/hour and IP/day limits documented.
Reviewed by Cursor Bugbot for commit e34b36a. Bugbot is set up for automated code reviews on this repo. Configure here.