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

# Pricing

export const AccountIcon = props => {
  return <div style={{
    display: "inline",
    justifyContent: "center",
    alignItems: "center"
  }}>
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18" fill="currentColor" stroke="currentColor" strokeWidth="0" style={{
    display: "inline"
  }} {...props}>
        <path fill="none" d="M0 0h24v24H0z"></path>
        <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 4c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm0 14c-2.03 0-4.43-.82-6.14-2.88a9.947 9.947 0 0 1 12.28 0C16.43 19.18 14.03 20 12 20z"></path>
      </svg>
    </div>;
};

Kombai offers three plans: Free, Pro, and Enterprise.

## Free Plan

* 300 credits / month

  * 150 credits on sign-up
  * 50 credits daily

* Credit rollovers up to 0.5x monthly limit

## Pro plan

* Monthly credits based on your chosen credit bundle (`2,000`, `4,200`, `6,400`, `8,700`, `11,000`, `22,000`, `33,000`, `44,000`, `55,000`, `110,000` credits)
* Credit rollovers up to 5x monthly limit
* Email support
* No AI training on your data
* SOC2 compliance

## Enterprise plan

* Custom context engine to ensure high accuracy for complex component libraries & tech stacks
* Centralized invoice/ PO billing
* Dedicated support
* Onboarding services
* SOC2 compliance & security evaluations
* No AI training on your data

## Pro plan pricing

The Pro plan includes a set number of credits and supports both monthly and annual billing. Annual billing offers additional benefits, such as a lower monthly rate and higher rollover limits for unused credits. Once the current bundle is used up, the plan can be renewed with the same or a different bundle.

| Monthly credits | Monthly billing | Annual billing        | Extra credits         |
| --------------- | --------------- | --------------------- | --------------------- |
| `2,000`         | `$20`           | `$192 ($16/month)`    | `0% extra credits`    |
| `4,200`         | `$40`           | `$384 ($32/month)`    | `5% extra credits`    |
| `6,400`         | `$60`           | `$576 ($48/month)`    | `6.67% extra credits` |
| `8,700`         | `$80`           | `$768 ($64/month)`    | `8.75% extra credits` |
| `11,000`        | `$100`          | `$960 ($80/month)`    | `10% extra credits`   |
| `22,000`        | `$200`          | `$1,920 ($160/month)` | `10% extra credits`   |
| `33,000`        | `$300`          | `$2,880 ($240/month)` | `10% extra credits`   |
| `44,000`        | `$400`          | `$3,840 ($320/month)` | `10% extra credits`   |
| `55,000`        | `$500`          | `$4,800 ($400/month)` | `10% extra credits`   |
| `110,000`       | `$1,000`        | `$9,600 ($800/month)` | `10% extra credits`   |
