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

# Pricing

export const SalesLink = ({subject, children}) => {
  const body = encodeURIComponent("How many engineers do you want to support?\n[# of engrs]\n\nWhat about Firebender interested you the most?\n[xyz feature]\n\nBest,\n[Your name]\n");
  const encodedSubject = encodeURIComponent(subject);
  return <a href={`mailto:help@firebender.com?subject=${encodedSubject}&body=${body}`}>
      {children}
    </a>;
};

## Individual

The individual plan includes:

* Unlimited tab completions
* Access to all models
* If you run out of included usage, paid plans can use pay-for-usage charged at model inference API prices or [BYOK](/configurations/byok), depending on the tier and configuration

| Plan           | Price    | Included API Usage        | Bonus Pool Access |
| -------------- | -------- | ------------------------- | ----------------- |
| **Flex**       | \$9/mo   | none                      | no                |
| **Developer**  | \$30/mo  | \$30 + bonus pool access  | yes               |
| **Developer+** | \$75/mo  | \$75 + bonus pool access  | yes               |
| **Ultra**      | \$150/mo | \$150 + bonus pool access | yes               |

Included API usage is guaranteed for tiers that include it. Bonus pool access provides additional capacity when available and is not a guaranteed baseline.

Different models have different API costs, and cost structures (input/output/cache/rate variability):

* Model selection affects how quickly your included usage is consumed.
* Cost is inherently hard to pre-calculate: For example, Anthropic/Google will charge double the rate after context reaches a certain threshold, and cache hits/misses are dependant on their systems.

We aim make it as easy as possible to avoid unnecessary model spend:

* Intelligent context summarization
* Usage monitoring on your [dashboard](https://firebender.com/settings?tab=usage).
* Clear model listing [guide](/get-started/models).

Our end goal is to save much more of your engineering time, than what we charge to cover costs and sustainably grow.

### What happens when I reach my limit?

When you need more usage, you'll be notified in the editor and can choose to:

* **Upgrade your plan**: Move to a higher tier for more included usage and greater pool access
* **Add on-demand usage**: Use Firebender with pay-as-you-go billing at API cost (enable in [settings](https://firebender.com/settings?tab=spending))
* **Use BYOK**: Bring your own key to encrypt your data at rest and in transit (enable in [settings](https://firebender.com/settings?tab=byok))

On-demand usage and BYOK are only available for users with an active paid subscription, including the Flex tier.

### Flex

Flex is a paid individual tier for users who want access to Firebender for autocomplete without included API usage or bonus pool access.

If you use **on-demand usage** or **[BYOK](/configurations/byok)** on Flex, that usage is billed with a **\$0.05 per million token** Firebender Token Fee in addition to the underlying model API cost. See the [Firebender Token Fee](/account/business/usage-based-pricing#firebender-token-fee) section for details.

## Teams

There are two team plans: Business (\$60/user/mo) and Enterprise (Custom).

Team plans provide additional features like:

* Team usage analytics
* Central billing
* SSO SAML / OIDC
* Model controls / Per member limits
* Private by default ([no training, zero data retention agreement](https://firebender.com/privacy/code-policy) on code data)

Learn more about [teams pricing](/account/business/usage-based-pricing).

### Enterprise plan

Everything in Business, plus:

* Custom usage limits
* Dedicated support
* Advanced security controls
* PO and invoicing
* Custom service agreements

We recommend Business for any customer that is happy self-serving. We recommend Enterprise for customers that need custom usage limits, dedicated support, invoicing, or advanced security controls.

Any limit will be outlined in our custom service agreement. If you want a custom limit, email <SalesLink subject="Enterprise plan">sales</SalesLink> from a company email with the number of engineers you'd like to support.

## Sharing accounts

If your account is used on another computer concurrently, the request may fail and you'll receive a polite message explaining what happened.

To fix this, set up a Business account and invite all your colleagues.
