From ed1fa6ab126b2e8605f7433922fb61c97fa9e97c Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 22 Oct 2024 12:57:22 -0400 Subject: [PATCH] Add Image Embeddings rate limits (#206) --- fern/pages/going-to-production/rate-limits.mdx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fern/pages/going-to-production/rate-limits.mdx b/fern/pages/going-to-production/rate-limits.mdx index 88f29095b..052bb6788 100644 --- a/fern/pages/going-to-production/rate-limits.mdx +++ b/fern/pages/going-to-production/rate-limits.mdx @@ -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 support@cohere.com. \ No newline at end of file +If you have any questions or want to speak about getting a rate limit increase, reach out to support@cohere.com.