Skip to content

Commit 86df4cb

Browse files
SBrandeisWauplinjulien-c
authored
[Inference API] update docs to reflect new daily rate limits (#1439)
* update docs for inference API rate limits * Update docs/api-inference/rate-limits.md Co-authored-by: Lucain <[email protected]> * add a line about logging in * thousands separator * Update docs/api-inference/rate-limits.md Co-authored-by: Julien Chaumond <[email protected]> --------- Co-authored-by: Lucain <[email protected]> Co-authored-by: Julien Chaumond <[email protected]>
1 parent 7c6de8a commit 86df4cb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/api-inference/rate-limits.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ The Inference API has rate limits based on the number of requests. These rate li
44

55
Serverless API is not meant to be used for heavy production applications. If you need higher rate limits, consider [Inference Endpoints](https://huggingface.co/docs/inference-endpoints) to have dedicated resources.
66

7+
You need to be authenticated (passing a token or through your browser) to use the Inference API.
8+
9+
710
| User Tier | Rate Limit |
811
|---------------------|---------------------------|
9-
| Unregistered Users | 1 request per hour |
10-
| Signed-up Users | 50 requests per hour |
11-
| PRO and Enterprise Users | 500 requests per hour |
12+
| Signed-up Users | 1,000 requests per day |
13+
| PRO and Enterprise Users | 20,000 requests per day |

0 commit comments

Comments
 (0)