{
  "name": "unlob plans",
  "description": "Published plan table. Per-1,000 rates are computed from monthly price and included quota rather than stored, so they cannot drift from the prices.",
  "url": "https://www.unlob.com/pricing",
  "currency": "USD",
  "dateModified": "2026-08-05",
  "signup": "https://console.unlob.com/login?next=/keys",
  "note": "Rate limits are enforced per serving replica, so the published figure is a guaranteed floor rather than a ceiling. Usage-based overage applies on paid plans; the current rate is shown in the console.",
  "plans": [
    {
      "id": "free",
      "name": "Free",
      "monthlyUsd": 0,
      "monthlyRequests": 10000,
      "usdPer1kRequests": 0,
      "requestsPerMinute": 60,
      "requestsPerSecond": 1,
      "historyDays": 30,
      "historyLabel": "30 days of history",
      "hardCapsAtQuota": true,
      "bestFor": "Building, evaluating, and side projects that stay small."
    },
    {
      "id": "build",
      "name": "Build",
      "monthlyUsd": 29,
      "monthlyRequests": 50000,
      "usdPer1kRequests": 0.58,
      "requestsPerMinute": 600,
      "requestsPerSecond": 10,
      "historyDays": 365,
      "historyLabel": "1 year of history",
      "hardCapsAtQuota": false,
      "bestFor": "A live agent or app with real users."
    },
    {
      "id": "scale",
      "name": "Scale",
      "monthlyUsd": 199,
      "monthlyRequests": 500000,
      "usdPer1kRequests": 0.398,
      "requestsPerMinute": 3000,
      "requestsPerSecond": 50,
      "historyDays": 1826,
      "historyLabel": "5 years of history",
      "hardCapsAtQuota": false,
      "bestFor": "Agent fleets and multi-tenant products."
    },
    {
      "id": "archive",
      "name": "Archive",
      "monthlyUsd": 799,
      "monthlyRequests": 2000000,
      "usdPer1kRequests": 0.3995,
      "requestsPerMinute": 12000,
      "requestsPerSecond": 200,
      "historyDays": null,
      "historyLabel": "Full archive",
      "hardCapsAtQuota": false,
      "bestFor": "Research, monitoring and longitudinal analysis."
    }
  ]
}