Documentation Index
Fetch the complete documentation index at: https://code.pipellm.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Rate Limiting
Your API rate limit is based on your account tier. Your balance is checked separately before each request; it does not dynamically increase or decrease your RPM.Account Tiers
Accounts are automatically assigned to a tier based on eligible successful payments.| Tier | Eligibility | RPM |
|---|---|---|
tier_0 | No eligible payment | 6 |
tier_1 | Eligible payments totaling at least $5 | 30 |
tier_2 | Eligible payments totaling at least $50, with first eligible payment more than 7 days ago | 120 |
tier_3 | Eligible payments totaling at least $250, with first eligible payment more than 7 days ago | 300 |
tier_4 | Eligible payments totaling at least $1,000, with first eligible payment more than 14 days ago | 600 |
Enterprise and Custom Limits
Enterprise customers can receive a custom RPM override. A custom override takes precedence over the automatic tier limit. Need higher limits? Contact us at hi-coding@pipellm.ai.Balance Protection
To prevent unexpected overuse, the platform performs a real-time balance check before processing each request. If your balance is insufficient, the request will be rejected with a402 status code.
Insufficient Balance Response (402)
Rate Limit Response (429)
Rate Limit Headers
Every API response includes rate limit information:| Header | Description |
|---|---|
x-ratelimit-limit-requests | Your current RPM limit |
x-ratelimit-remaining-requests | Remaining requests in this window |
x-ratelimit-reset-requests | Time until the window resets |