Checking Usage
View your current token usage in the Geoff Dashboard.Rate Limits
Rate limits are applied per API key and vary by plan:- RPM — Requests per minute
- Input TPM — Input tokens per minute
- Output TPM — Output tokens per minute
Rate Limit Headers
When you exceed a rate limit, the API returns a429 Too Many Requests response with both Retry-After and X-RateLimit-* headers:
Handling Rate Limits
When you exceed your rate limit, the API returns a429 Too Many Requests response. Implement exponential backoff in your application: