Billing & Credits
Use this page to understand how Wren AI billing works: your active plan, the two kinds of credits (web and API), how each is consumed, and how to keep API traffic running with auto recharge.
Wren AI uses two credit pools:
- Web credits — included with your subscription and consumed when people ask questions in the Wren AI app.
- API credits — purchased separately and consumed by requests to the Wren AI API.
Both are managed from Settings → Organization → Billing.
Active plan
The active plan section shows which plan the organization is currently subscribed to. Your subscription plan determines the resources available to your team. Wren AI calculates usage from the combined activity of all users across all projects in the organization. Monthly usage tracking begins on your billing date.
The number of users and projects per organization is unlimited. Feel free to invite as many teammates as you need and create projects based on your analysis needs.
Web credits
Credit quota
Web credits are renewed at the start of each subscription period, based on your billing cycle. All web credits are granted upfront. Any unused web credits expire when the current subscription period ends.
Free credits
Free credits are available to all plans.
- Initial grant: Newly registered users receive a one-time grant of 80 credits upon activation. These credits expire 14 days after activation.
- Monthly grant: The system allocates 20 free credits each month. These credits expire at the end of the current month.
- Deduction priority: Free credits are deducted first before subscription-based credits.
How question usage is counted
Your question quota is based on the total number of questions asked by all users in your organization's projects. A question only counts towards the quota if a result is selected from the query results.
Token-based consumption
You can review token consumption for each question from the related snapshots, and you can review overall credit consumption from Settings > Billing.

Interactive mode token consumption
You can check how many credits each interaction consumes, as shown below:

Ad-hoc mode token consumption
You can check how many credits each interaction consumes, as shown below:

API credits
API credits are separate from web credits and are required for making requests to the Wren AI API.
Open API usage billing
- Go to Settings in the left sidebar.
- Under Organization, select Billing.
- Click the API usage tab.
API credit usage

- Credit Balance: Shows your current available API credits.
- Purchase API Credits: Buy more credits when needed.
- Auto Recharge: You can enable or disable auto recharge. If auto recharge is off and your balance reaches $0, API requests will not be processed.
Auto recharge

Auto recharge helps ensure your API requests are never interrupted due to a low credit balance. When enabled, your account will automatically purchase additional API credits when your balance drops below a specified threshold.
To configure auto recharge:
- Click Auto recharge settings on the API usage page.
- Toggle Enable auto recharge on or off.
- Set the threshold for When credit balance goes below (e.g., $5). The minimum allowed is $5.
- Set the Recharge amount (e.g., $15). The minimum allowed is $15.
- Click Save to apply your settings.
When your credit balance falls below the threshold you set, the specified recharge amount will be automatically purchased and added to your balance.
If auto recharge is off and your balance reaches $0, your API requests will not be processed.
Usage logs
The usage logs table provides a detailed record of your organization's API activity, including:
- Timestamp: When the API request was made.
- API Type: The endpoint called (e.g.,
generate_sql). - Question / SQL: The natural language question or SQL query sent.
- Project ID: The project associated with the request.
- Thread ID: The thread context for the request.
- Cost: The number of credits consumed by the request.
For the latest pricing details, visit the Wren AI Pricing page. You can also contact support if you have billing questions.