Skip to content

Commit

Permalink
updating API key rate limits.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trent Fowler authored and Trent Fowler committed Aug 26, 2024
1 parent 9e3879c commit 85d7120
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions fern/pages/going-to-production/rate-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ In this document, we'll discuss some of the limitations associated with a trial

Trial keys are rate-limited depending on the endpoint you want to use:

| Endpoint | Calls per Minute |
| :--------------------------------------------------------------------------------------------------- | :--------------- |
| [Embed](/reference/embed) | 5 |
| [Rerank](/reference/rerank-1), [Chat](/reference/chat) | 10 |
| All other endpoints | 100 |
- Generate (legacy): 5/min
- [Chat](/reference/chat): 20/min
- Summarize: 5/min
- Cluster: 5/min
- [Embed](/reference/embed): 5/min
- EmbedJob: 5/min
- [Rerank](/reference/rerank-1): 10/min

[Chat](/reference/chat) and the [Coral user interface](https://coral.cohere.ai/) are limited to a total of 1,000 calls a month with a trial key. All remaining endpoints are limited to a total of 1,000 calls per month with a trial key.

Expand All @@ -40,7 +42,7 @@ With a trial key:

## Production Key Specifications

Production keys for all endpoints are rate-limited at 10,000 calls per minute and are intended for serving Cohere in a public-facing application and testing purposes. Usage of production keys is metered at price points which can be found on our [pricing page](/docs/how-does-cohere-pricing-work).
Production keys for all endpoints are rate-limited at 1,000 calls per minute and are intended for serving Cohere in a public-facing application and testing purposes. Usage of production keys is metered at price points which can be found on our [pricing page](/docs/how-does-cohere-pricing-work).

To get a production key, start by navigating to the [API Keys](https://dashboard.cohere.com/api-keys) page in your Cohere dashboard. You'll either need to be the admin of your organization, or ask your organization Admin to complete these steps.

Expand Down

0 comments on commit 85d7120

Please sign in to comment.