Skip to content

Commit

Permalink
Update correct rate limits (#1421)
Browse files Browse the repository at this point in the history
* Update correct rate limits

* Apply suggestions from code review
  • Loading branch information
Wauplin authored Sep 23, 2024
1 parent a97644f commit c4efdd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api-inference/rate-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Serverless API is not meant to be used for heavy production applications. If you
| User Tier | Rate Limit |
|---------------------|---------------------------|
| Unregistered Users | 1 request per hour |
| Signed-up Users | 300 requests per hour |
| PRO and Enterprise Users | 1000 requests per hour |
| Signed-up Users | 50 requests per hour |
| PRO and Enterprise Users | 500 requests per hour |

0 comments on commit c4efdd7

Please sign in to comment.