Get Started
Examples
Concepts
Resources
Integrations
copy markdown
| Limit | Value |
|---|---|
| Rate limit | 50 requests/sec — need more? Contact us |
| Max duration per request | 5 minutes |
| Max context window | 1 million tokens |
| Max output tokens | 32,000 tokens |
| Max file size (file object) | 20 MB |
| Max file size (URL in prompt) | 80 MB |
Larger files are recommended to be passed as url in the prompts instead of file objects since most AI SDKs convert urls in file objects to base64 automatically increasing processing time and file size significantly.