Skip to main content

Project stages and rate limits

On TaskingAI, projects may have different stages, including development, production. Each stage has different functionalities and rate limits.

Project stages

Currently, TaskingAI supports two project stages: Development and Production.

Development stage is for testing and developing purposes, while Production stage is for deploying and serving your AI Applications.

Production stage projects are applied with L1 rate limits, while Development stage projects are applied with L0 rate limits. For detailed information on the rate limits, please refer to the following section.

Rate Limits

For each project, we limit the number of requests per minute (RPM) made by API Keys. All API Keys under the same project contributes. The rate limits are divided into two levels: L0 and L1. L1 level rate limits are usually applied to projects at production stage, while L0 level rate limits are applied to projects at development stage.

Below are the rate limits for each API route, grouped by modules:

RouteMethodL0 Rate Limit (RPM)L1 Rate Limit (RPM)
/collectionsGET202000
POST20500
/collections/{collection_id}GET606000
POST20500
DELETE20500
/collections/{collection_id}/recordsGET202000
POST20500
/collections/{collection_id}/records/{record_id}GET606000
POST20500
DELETE20500
/collections/{collection_id}/chunksGET606000
POST30500
/collections/{collection_id}/chunks/{chunk_id}GET606000
POST30500
DELETE30500
/collections/{collection_id}/chunks/queryPOST20500