-
Notifications
You must be signed in to change notification settings - Fork 374
[Inference API] update docs to reflect new daily rate limits #1439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
d29b510
02de78c
aabaa59
d41505d
c35ce3c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,8 +4,10 @@ The Inference API has rate limits based on the number of requests. These rate li | |
|
|
||
| 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. | ||
|
|
||
| Only registered users can use the Inference API. | ||
|
|
||
|
|
||
| | User Tier | Rate Limit | | ||
| |---------------------|---------------------------| | ||
| | Unregistered Users | 1 request per hour | | ||
| | Signed-up Users | 50 requests per hour | | ||
| | PRO and Enterprise Users | 500 requests per hour | | ||
| | Signed-up Users | 1.000 requests per day | | ||
| | PRO and Enterprise Users | 20.000 requests per day | | ||
|
||
Uh oh!
There was an error while loading. Please reload this page.