> ## 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

> Usage-based pricing for Firebender Business and Enterprise plans

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>;
};

There are two teams 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)

## 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. Contact <SalesLink subject="Enterprise plan">sales</SalesLink> to get started.

## How pricing works

Business pricing is usage-based. Each seat includes monthly usage, and you can continue using Firebender beyond that with on-demand usage.

### Included usage

Business seat includes \$60/mo of usage. This usage:

* Is allocated per user (each user gets their own \$60)
* Does not transfer between team members
* Resets at the start of each billing cycle

Our Enterprise plan offers pooled usage shared between all users in a team. Contact <SalesLink subject="Enterprise plan">sales</SalesLink> to learn more.

### On-demand usage

On-demand usage allows you to continue using models after your included amount is consumed, billed in arrears.

When exceeding the \$60 of included usage and the bonus credit, team members automatically continue with on-demand usage:

* No interruption in service or quality
* Tracked per user in your admin dashboard
* Billed monthly at the same rates (API prices + Firebender Token Fee)
* Can be controlled with spending limits

On-demand usage is enabled by default for the Business plan.

### Firebender Token Fee

All Business team requests and Flex individual tier requests include a Firebender Token Fee. This covers:

* Cloud costs, networking, GPU hosting
* Custom models like Autocomplete, Codebase indexing, etc.

This fee applies to all tokens: input, output, and cached tokens. It applies to on-demand and BYOK usage.

#### Business token fee

The Business token fee is tiered based on total monthly token usage and is designed to get cheaper as you scale:

* **0-100M tokens**: \$0.40 per million tokens
* **100M-10B tokens**: \$0.29 per million tokens
* **10B+ tokens**: \$0.15 per million tokens

#### Flex token fee

The Flex token fee is a flat rate:

* **\$0.05 per million tokens**

### Spending controls

Teams can configure monthly team-wide spending limits, as well as optional per-user spending limits. You can manage these limits through the dashboard.

Contact <SalesLink subject="Volume discount inquiry">sales</SalesLink> for volume discounts on larger teams.

## Model Pricing

All prices are per million tokens. Business teams are charged at public list API prices + Firebender Token Fee.
