Billing & Credits
Aexol uses a credit-based billing system. Every AI operation — code generation, refinement, or agent interaction — consumes credits based on the model used and the tokens processed.
How Credits Work
Every AI operation consumes credits based on the tokens processed. Different models have different credit rates — more capable models typically cost more credits per token. Credits are calculated from input tokens (your prompt, spec, and knowledge base) and output tokens (the generated code), rounded to 2 decimal places.
Live Model Credit Rates
The table below shows credit costs for every available model. Values are credits per 1,000,000 tokens. Rates are fetched in real-time from the public API.
Plan Limits
| Plan | Monthly Credits | Overage | Price |
|---|---|---|---|
| Free | 500 | Not allowed (hard limit) | $0 |
| Pro | 10,000 | Allowed (usage-based billing) | $149/mo |
Free Plan
- 500 credits per month — operations are blocked once you hit the limit
- Ideal for evaluation, learning, and small projects
Pro Plan
- 10,000 credits per month with overage billing via Stripe
- Team collaboration with multiple projects
- Knowledge base document uploads
- Priority support
Tracking Your Usage
In the web app
Go to Account → Billing to see your current usage:
- Credits used / credits remaining
- Token breakdown (input, output, cache)
- Percentage of monthly limit consumed
- Billing period dates
Per Task
Each generation task shows its exact credit consumption:
Each completed from task reports its exact credit consumption. Fetch the task
via the MCP API (remote_get_from_task) and read creditsUsed in the task
payload.
Team Owners
Team owners can manage the subscription from Account → Billing:
- View current plan and usage
- Upgrade to Pro
- Cancel or resume subscriptions
- Access Stripe billing portal
Managing Billing
Billing information is available at Account → Billing, where you can review your plan, usage, credit rates, and billing period in one place. Team owners can manage the subscription and payment details from the team billing controls.
Next Steps
- Text → Aexol (From Tasks) — Start AI-assisted spec generation
- Agent Overview — Run spec work end-to-end in the agent app