-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Image Embeddings rate limits (#206)
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,16 +15,17 @@ Cohere offers two kinds of API keys: evaluation keys (free but limited in usage) | |
|
||
| Endpoint | Trial rate limit | Production rate limit | | ||
| ------------------------------------------ | --------------------- | --------------------- | | ||
| [Chat](/reference/chat) | 20/min | 500/min | | ||
| [Embed](/reference/embed) | 100/min | 2,000/min | | ||
| [Embed (Images)](/reference/embed) | 5/min | 40/min | | ||
| [Rerank](/reference/rerank) | 10/min | 1,000/min | | ||
| [Tokenize](/reference/tokenize) | 100/min | 2,000/min | | ||
| [Classify](/reference/classify) | 100/min | 1000/min | | ||
| [Rerank](/reference/rerank) | 10/min | 1,000/min | | ||
| [EmbedJob](/reference/embed-jobs) | 5/min | 50/min | | ||
| [Summarize (legacy)](/reference/summarize) | 5/min | 500/min | | ||
| [Chat](/reference/chat) | 20/min | 500/min | | ||
| [Generate (legacy)](/reference/generate) | 5/min | 500/min | | ||
| [EmbedJob](/reference/embed-jobs) | 5/min | 50/min | | ||
| Default (anything not covered above) | 500/min | 500/min | | ||
|
||
In addition, all endpoints are limited to 1,000 calls **per month** with a **trial** key. | ||
|
||
If you have any questions or want to speak about getting a rate limit increase, reach out to [email protected]. | ||
If you have any questions or want to speak about getting a rate limit increase, reach out to [email protected]. |