39 lines
1.9 KiB
Plaintext
39 lines
1.9 KiB
Plaintext
---
|
||
title: Pro Tools
|
||
description: Pricing and limits for pro tools in Composio
|
||
---
|
||
|
||
Some tool calls cost more to run — search APIs, code sandboxes, ML inference. We call those pro tools and price them separately.
|
||
|
||
## What counts as a pro tool?
|
||
|
||
<Cards>
|
||
<Card icon={<Search />} title="Search APIs" href="/toolkits/composio_search" description="Composio Search, Perplexity, Exa, SerpAPI" />
|
||
<Card icon={<Code />} title="Code execution" href="/toolkits/codeinterpreter" description="Sandboxed runtimes like E2B" />
|
||
<Card icon={<Database />} title="Web scraping & data extraction" description="Crawlers and structured extraction" />
|
||
<Card icon={<Zap />} title="AI/ML inference" description="Hosted model calls and embeddings" />
|
||
<Card icon={<Wrench />} title="Document processing & OCR" description="PDF, image, and document parsing" />
|
||
<Card icon={<Rocket />} title="Compute-intensive operations" description="Long-running or heavy transforms" />
|
||
</Cards>
|
||
|
||
## Pricing
|
||
|
||
Pro tool calls are roughly 3x the cost of a standard tool call. Full pricing is on the [pricing page](https://composio.dev/pricing).
|
||
|
||
| Plan | Included Standard Tool Calls | Included Pro Tool Calls | Usage Based Standard Tool Calls | Usage Based Pro Tool Calls |
|
||
|------|------------------------------|-----------------------------|---------------------------------|--------------------------------|
|
||
| Totally Free | 20k | 1k | – | – |
|
||
| Ridiculously Cheap | 200k | 5k | $0.299/1k | $0.897/1k |
|
||
| Serious Business | 2M | 50k | $0.249/1k | $0.747/1k |
|
||
| Enterprise | Flexible | Flexible | Flexible | Flexible |
|
||
|
||
## Rate limits
|
||
|
||
Pro tools have lower rate limits than standard tool calls. If you need more, [contact us](mailto:billing@composio.dev).
|
||
|
||
| Spending Tier | Standard Tool Calls Rate Limit | Pro Tool Calls Rate Limit |
|
||
|---------------|--------------------------------|-------------------------------|
|
||
| Free | 100/min | 1,000/hour |
|
||
| Paid | 5,000/min | 10,000/hour |
|
||
| Enterprise | Custom | Custom |
|