Voxel51 · Rate Limits

Voxel51 Rate Limits

FiftyOne's primary interface is a local, open-source Python SDK, so there is no public per-request rate limit on the open-source surface - throughput is bounded by the user's own hardware and the backing MongoDB/storage. FiftyOne Enterprise capacity is governed by contracted entitlements (user seats, VPUs, and monthly compute hours) rather than published RPM/TPM API throttles, and the authenticated API connection is sized by the customer's deployment. No public numeric rate limits are documented; values are not reconciled here.

Voxel51 Rate Limits is the machine-readable rate-limit profile for Voxel51 on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 4 rate-limit definitions, measuring requests, seats, vpus, and compute_hours.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include AI, Computer Vision, Datasets, Machine Learning, and Python SDK.

4 Limits Throttle: 429
AIComputer VisionDatasetsMachine LearningPython SDKRate LimitingQuotas

Limits

Open Source SDK local
requests
not applicable
Local Python library; throughput bound by user hardware and backing database, not a provider quota.
Enterprise User Seats account
seats
see contract
Entitled seats per tier (e.g., 8 Team / 25 Growth / unlimited Custom).
Enterprise VPUs account
vpus
see contract
Visual processing units provisioned per tier.
Enterprise Compute Hours account
compute_hours
see contract
Monthly compute-hour entitlement per tier; not a per-minute API throttle.

Policies

Entitlement-Based Capacity
Enterprise usage is governed by contracted seats, VPUs, and compute hours rather than published API rate limits.
Backoff Strategy
SDK clients hitting the Enterprise API connection should implement retries with exponential backoff and honor Retry-After if returned.

Sources