Usage Limits
Langbase API sets limits on API usage based on your subscription plan. These limits are subject to change and may vary based on your subscription plan.
Free Users
The usage limit for free tier users is as follows:
- Limit: 1000 requests per month.
Pro/Enterprise Users
There are no hard usage limits for Pro or Enterprise tiers. Instead, users in these tiers are billed according to the number of requests made within each billing period. Refer to your pricing and subscription plan for further details.
If you have questions about your usage or need assistance, please don't hesitate to contact us.
Usage Limit Headers
Free tier requests 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 requests remaining in the current usage limit window. |
lb-usagelimit-used | The number of requests 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 requests made by the organization are collectively restricted within a single limit window.