Rate Limits

Understand your plan limits and how to work within them.

Plan Limits

PlanDailyMonthlyMax tokens/reqConcurrent
Free501,5002,0001
Developer1002,0004,0003
Pro50010,0008,00010
TeamUnlimitedUnlimited16,00050

Rate limit headers

Every response includes headers to help you track your usage:

X-RateLimit-Limit: 50
X-RateLimit-Remaining: 47
X-RateLimit-Reset: 1740873600

429 Response

When you exceed your rate limit, you'll receive a 429 error response:

{
  "error": {
    "code": "rate_limit_exceeded",
    "message": "Daily request limit reached.",
    "reset_at": "2026-03-02T00:00:00Z",
    "upgrade_url": "https://nascentist.ai/dashboard/billing"
  }
}

Best practices

  • Cache responses where possible
  • Use max_tokens wisely — don't request more than you need
  • Monitor usage in your dashboard
  • Set up alerts at 80% usage