> ## Documentation Index
> Fetch the complete documentation index at: https://docs.capy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Pricing, Plans, and Usage

> Capy Pro tiers from $20 to $10,000 per month, yearly discount, overage, auto-reload, and how billing works.

## Plans

Every plan gives you monthly credits to spend on Capy work. Pick a tier that matches your team's monthly usage, and pay yearly for a flat 20% off.

| Plan                  | Monthly  | Yearly (per month) | Credits per month |
| --------------------- | -------- | ------------------ | ----------------- |
| **Capy Pro**          | \$20     | \$16               | \$20              |
| **Capy Pro \$100**    | \$100    | \$80               | \$105             |
| **Capy Pro \$500**    | \$500    | \$400              | \$550             |
| **Capy Pro \$2,000**  | \$2,000  | \$1,600            | \$2,300           |
| **Capy Pro \$10,000** | \$10,000 | \$8,000            | \$12,000          |
| **Enterprise**        | Custom   | Custom             | Custom            |

Higher tiers come with bonus credits (up to 20%). Yearly billing applies a flat 20% discount on any tier.

## Credits

Credits are the unit of work in Capy. You spend them on:

* AI usage (input and output tokens for the model running your task)
* VM runtime (the isolated Ubuntu VM where Build does its work)
* Auxiliary services like the Review Agent

Credits are **org-level**. Whatever tier your org is on, every member draws from the same shared balance, and the org card covers any overage.

## Overage

If you push past your monthly credits, top-ups buy more credits at **\$1 = \$1 of credits**.

* **Auto-reload** keeps long-running tasks alive when your balance hits zero by buying more credits automatically.
* **Monthly spend cap** is an org-wide hard ceiling. Capy pauses before it would cross the limit you set, even with auto-reload on.
* You can disable overage entirely. Capy will simply stop when the monthly credits run out.

## Usage costs

Capy charges based on actual usage, billed in credits.

### What you pay for

**AI Usage (LLM)**

* Input tokens: text sent to the model (prompts, file contents, context)
* Output tokens: text the model generates (responses, code)
* More capable models cost more per token
* Pricing is based on the provider's API rates

**VM Runtime**

Each task run executes in an isolated Ubuntu VM. You're charged based on the VM size and how long it runs.

| Size   | CPU      | RAM   | Cost/Hour |
| ------ | -------- | ----- | --------- |
| Small  | 2 cores  | 4 GB  | \$0.30    |
| Medium | 4 cores  | 8 GB  | \$0.60    |
| Large  | 8 cores  | 16 GB | \$1.20    |
| Ultra  | 16 cores | 32 GB | \$2.40    |
| Hyper  | 16 cores | 64 GB | \$3.00    |

### Typical usage

| Task                   | Approximate Cost |
| ---------------------- | ---------------- |
| Quick code edit        | \$0.05–\$0.20    |
| Feature implementation | \$0.50–\$2.00    |
| Large refactor         | \$2.00–\$10.00   |

Actual costs depend on model choice, task complexity, and codebase size.

## Enterprise

For teams that need more than \$10,000/month in credits, custom contracts, or extra controls:

* Custom credit quota
* Unlimited concurrent sessions
* BYOK keys
* SSO and audit logging
* Dedicated support and 99.9% uptime SLA

[Contact us →](https://cal.com/team/capy/enterprise)

## FAQ

<AccordionGroup>
  <Accordion title="What happens when my balance runs out?">
    Active tasks pause. You can add more credits manually, turn on auto-reload, or wait for your monthly refresh.
  </Accordion>

  <Accordion title="Does unused balance roll over?">
    Yes, any credits you manually add roll over. Monthly subscription credits
    refresh each month.
  </Accordion>

  <Accordion title="Can I switch tiers?">
    Yes. Upgrade or downgrade any time from the billing page in your settings.
    Changes apply at the start of the next billing cycle.
  </Accordion>

  <Accordion title="How do yearly plans work?">
    Yearly plans bill upfront for 12 months at a flat 20% discount. Credits still
    refresh monthly.
  </Accordion>

  <Accordion title="Which models are most cost-effective?">
    Claude Haiku and Gemini Flash are the most economical. Use them for simpler tasks.
  </Accordion>
</AccordionGroup>
