Requesty · Rate Limits

Requesty Rate Limits

Requesty enforces account- and key-level controls on gateway traffic. The Free tier is capped at 200 requests per day on free models. Pay-as-you-go traffic is governed primarily by per-key spending limits and budget caps rather than fixed request quotas, and effective throughput also depends on the underlying provider's rate limits for the routed model (or the user's own provider limits when using BYOK). Specific per-account numeric throttles are not reconciled in this artifact.

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

It captures 5 rate-limit definitions, measuring requests, spend, and tokens.

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

Tagged areas include AI, LLM, Routing, Gateway, and Observability.

5 Limits Throttle: 429
AILLMRoutingGatewayObservabilityRate LimitingQuotasThrottling

Limits

Free Tier Requests Per Day account
requests
200
Applies to free models on the Free tier; no credit card required.
Per-Key Spending Limit api_key
spend
see provider configuration
Pay-as-you-go keys are governed by configurable USD spend limits and budget caps.
Upstream Provider Limits model
requests
see upstream provider
Effective RPM/TPM depend on the routed provider's limits, or the user's own limits under BYOK.
Requests Per Minute (RPM) account
requests
see provider documentation
Account-level throughput ceilings vary; not reconciled.
Tokens Per Minute (TPM) account
tokens
see provider documentation
Account-level token throughput ceilings vary; not reconciled.

Policies

Spend-Based Controls
Access is bounded by per-key spending limits and budget caps rather than fixed quotas on paid usage.
Fallback Routing
On provider failure or throttling, Requesty can automatically fail over to alternate providers/models.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.

Sources