Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.parallel.ai/llms.txt

Use this file to discover all available pages before exploring further.

For AI agents: a documentation index is available at https://docs.parallel.ai/llms.txt. The full text of all docs is at https://docs.parallel.ai/llms-full.txt. You may also fetch any page as Markdown by appending .md to its URL or sending Accept: text/markdown.
The following table shows the default rate limits for each Parallel API product:
ProductDefault QuotaWhat Counts as a Request
Search600 per minEach POST to /v1/search
Extract600 per minEach POST to /v1/extract
Tasks/TaskGroups2,000 per minEach POST to /v1/tasks/runs or /v1beta/tasks/groups/{taskgroup_id}/runs (creating tasks)
Chat300 per minEach POST to /v1beta/chat/completions
FindAll300 per hourEach POST to /v1beta/findall/runs (creating a generator)
Monitor300 per minEach POST to /v1alpha/monitors
Rate limits apply to POST requests that create new resources. GET requests (retrieving results, checking status) do not count against these limits. For example, polling a task’s status with GET /v1/tasks/runs/{run_id} does not consume your Tasks rate limit—only creating new tasks does.

Pricing

Rate limits are separate from pricing. For cost information, see Pricing.

Need higher limits?

If you need to expand your rate limits, please contact support@parallel.ai with your use case and requirements.