Usage Limits
Usage limits are the number of runs that a user can make to the Langbase API within their subscription plan.
Overview
We offer the folllowing runs and overage limits for each subscription plan:
Plan | Runs | Overage |
---|---|---|
Hobby | 1,000 | - |
Pro | 20,000 | $0.002/run |
Enterprise | Contact Us | Contact Us |
Free Users
The usage limit for free tier users is as follows:
- Limit: 1000 runs per month.
- Overage: No overage.
Pro/Enterprise Users
The first 20K runs in Pro tier are included in the subscription. After that, each run costs $0.002. So there are no hard usage limits for Pro or Enterprise. Instead, users in these tiers are billed according to the number of runs made within each billing period.
If you have questions about your usage or need assistance, please don't hesitate to contact us.
Usage Limit Headers
Free tier runs to the Langbase API have the following response headers. These headers convey status of the usage limits.
Header | Description |
---|---|
lb-usagelimit-limit | The usage limit applicable to your request. |
lb-usagelimit-remaining | The number of runs remaining in the current usage limit window. |
lb-usagelimit-used | The number of runs made in the current usage limit window. |
About Usage Limits
-
If a free tier user exceeds the usage limit, an HTTP status code
403 USAGE_EXCEEDED
error will be sent. -
Usage limits are applied on a per-user or per-organization basis. For organizations, all runs made by the organization are collectively restricted within a single limit window.