429 with error_code: RATE_LIMIT_EXCEEDED in the standard error envelope.
Headers
Every response includes the current rate-limit state:| Header | Description |
|---|---|
x-ratelimit-limit | Max requests in the window (60). |
x-ratelimit-remaining | Requests left in the window. |
x-ratelimit-reset | Seconds until the window resets. |
retry-after | (on 429) Seconds to wait before retrying. |
Handling 429
Back off and retry after the window resets:
The 60/min limit applies to sandbox keys today. Production tiers may get higher limits when the upgrade flow ships.

