Zum Inhalt springen

Rate limits

v1 · Last updated 2026-07-17

Diese Dokumentation ist nur auf Englisch verfügbar.

Render endpoints enforce two buckets per API key (per key, not per workspace) — both must pass:

TierBurstPer hour
Free60/min1,000
Advanced / Pro60/sec1,000
Enterprise100/sec15,000

Over a bucket → 429 too_many_requests. Sleep Retry-After seconds, then retry. Every response carries RateLimit-Limit / -Remaining / -Reset headers so you can pace ahead. For big batches, use /jobs instead of fanning out /generate.

Need help?

Open a ticket from the in-app Support page, or email [email protected].