Skip to content

Commit 89ad1ce

Browse files
Ambika Joshigitbook-bot
authored andcommitted
GITBOOK-157: No subject
1 parent 6cdaf6a commit 89ad1ce

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151

5252
* [Getting started](api-reference/getting-started.md)
5353
* [API Generator](https://gooey.ai/api/)
54+
* [Rate Limits](api-reference/rate-limits.md)
5455

5556
## 🍭 ENDPOINTS
5657

api-reference/rate-limits.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
description: Rate limits for Gooey.AI API
3+
---
4+
5+
# Rate Limits
6+
7+
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.
8+
9+
### Why do we have rate limits? <a href="#kchtzx3a4k15" id="kchtzx3a4k15"></a>
10+
11+
Rate limits are a common practice for APIs, and they're put in place for a few different reasons:
12+
13+
* **They help protect against abuse or misuse of the API.**
14+
* **Rate limits help ensure that everyone has fair access to the API.**
15+
* **Rate limits can help Gooey.AI manage the aggregate load on its infrastructure.**
16+
17+
| **Tier** | **Rate Limits** |
18+
| ------------ | ---------------------------------- |
19+
| **Free** | 2 concurrent runs, 6 requests/min |
20+
| **Creator** | 4 concurrent runs, 10 requests/min |
21+
| **Business** | 4 concurrent runs, 10 requests/min |
22+
23+
### 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? <a href="#jtp4v5fk0x48" id="jtp4v5fk0x48"></a>
24+
25+
At Gooey.AI, we measure rate limits in two ways:
26+
27+
* Number of runs that can run simultaneously
28+
* RPM (requests per minute).
29+
30+
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).
31+
32+
Note:
33+
34+
* Rate limits are defined at the user and org level
35+
* Rate limits may vary by the model being used at the model provider level.
36+
37+
If you require a higher number of concurrent requests, please reach out to our Sales team via (sales \[at] gooey \[dot] ai).

0 commit comments

Comments
 (0)