From 89ad1ce6c117a24e7bd9805186fabbfe382fe3b9 Mon Sep 17 00:00:00 2001 From: Ambika Joshi Date: Tue, 27 Aug 2024 17:21:55 +0000 Subject: [PATCH] GITBOOK-157: No subject --- SUMMARY.md | 1 + api-reference/rate-limits.md | 37 ++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 api-reference/rate-limits.md diff --git a/SUMMARY.md b/SUMMARY.md index 4f76b01..33d1033 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -51,6 +51,7 @@ * [Getting started](api-reference/getting-started.md) * [API Generator](https://gooey.ai/api/) +* [Rate Limits](api-reference/rate-limits.md) ## 🍭 ENDPOINTS diff --git a/api-reference/rate-limits.md b/api-reference/rate-limits.md new file mode 100644 index 0000000..42b0d78 --- /dev/null +++ b/api-reference/rate-limits.md @@ -0,0 +1,37 @@ +--- +description: Rate limits for Gooey.AI API +--- + +# Rate Limits + +Rate limits are restrictions that our API imposes on the number of times a user or client can access our services within a specified period of time. + +### Why do we have rate limits? + +Rate limits are a common practice for APIs, and they're put in place for a few different reasons: + +* **They help protect against abuse or misuse of the API.** +* **Rate limits help ensure that everyone has fair access to the API.** +* **Rate limits can help Gooey.AI manage the aggregate load on its infrastructure.** + +| **Tier** | **Rate Limits** | +| ------------ | ---------------------------------- | +| **Free** | 2 concurrent runs, 6 requests/min | +| **Creator** | 4 concurrent runs, 10 requests/min | +| **Business** | 4 concurrent runs, 10 requests/min | + +### If you require a higher number of concurrent requests, please reach out to our Sales team via (sales \[at] gooey \[dot] ai).How do these rate limits work? + +At Gooey.AI, we measure rate limits in two ways: + +* Number of runs that can run simultaneously +* RPM (requests per minute). + +However, as we host several models from across the GenAI ecosystem, there might rate limits on Tokens Per Day, Images Per Day, etc. Please refer to the[ OpenAI guide for Token Limits](https://platform.openai.com/docs/guides/rate-limits/usage-tiers) and the[ Eleven Labs guide for the TTS rate limits](https://help.elevenlabs.io/hc/en-us/articles/14312733311761-How-many-requests-can-I-make-and-can-I-increase-it). + +Note: + +* Rate limits are defined at the user and org level +* Rate limits may vary by the model being used at the model provider level. + +If you require a higher number of concurrent requests, please reach out to our Sales team via (sales \[at] gooey \[dot] ai).