Rate Limits
CamelStep implements rate limiting to ensure fair usage and stability of the platform. Limits are applied per organization.
Default Limits
50
RPM (Requests Per Minute)
Standard limit for all new accounts.
100k
TPM (Tokens Per Minute)
Combined input and output tokens.
Handling Rate Limits
When you hit a rate limit, the API will return a 429 Too Many Requests status code. We recommend implementing an exponential backoff strategy in your application.
Increasing Limits
Rate limits can be increased for established accounts. Please contact us via the support chat in your dashboard if you need higher throughput.