Chroma Db Rate Limits
Chroma does not publish fixed numeric request-rate limits for its v2 REST API. On self-hosted (open-source) deployments, throughput is bounded only by your own hardware, and the server advertises operational limits - notably a maximum batch size - via the GET /api/v2/pre-flight-checks endpoint that clients read before writing. On Chroma Cloud, capacity is governed by usage-based metering (data written, stored, queried, and network egress) and per-plan limits such as the number of databases and team members, rather than by a documented per-minute request cap.
Chroma Db Rate Limits is the machine-readable rate-limit profile for Chroma on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 5 rate-limit definitions, measuring requests, operations, records, bytes, and databases.
The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Vector Database, Embeddings, Vector Search, Rate Limiting, and Quotas.