v0 · Rate Limits

V0 Rate Limits

v0 Platform API enforces per-API-key request rate limits and a monthly credit quota tied to the active plan. The Platform API surfaces a /rate-limits endpoint clients should consult.

2 Limits Throttle: 429
AIApp BuilderVercelRate Limiting

Limits

Plan Monthly Credits account
credits
tied to active plan
Each chat generation, deployment, and supported operation deducts credits.
Per-Key Request Rate api_key
requests
enforced server-side; consult /rate-limits endpoint
Returns 429 with Retry-After when exceeded.

Policies

Backoff Strategy
Exponential backoff with jitter on 429; honor Retry-After.
Programmatic Quota Check
Use the Platform API rate-limits endpoint to inspect remaining credits and request budget before kicking off batch jobs.

Sources