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

# Pricing

> Flexible pricing plans for embedding camelAI into your applications

<Warning>
  **camelAI Legacy Product** — This documentation covers camelAI's embedded analytics offering, which is no longer being actively developed. We are migrating existing customers to the new camelAI platform. For the current product, visit [camelAI](https://camelai.dev).
</Warning>

Choose the plan that works best for your application's needs. All plans include our core features with different usage limits and capabilities.

<CardGroup cols={3}>
  <Card title="Free" icon="circle-dollar">
    <h3 className="text-2xl font-bold mb-2">\$0<span className="text-sm font-normal">/month</span></h3>
    <p className="text-gray-600 mb-4">Perfect for testing</p>

    **Included:**

    * \$10 in token credits
    * All core features
  </Card>

  <Card title="Professional" icon="rocket">
    <h3 className="text-2xl font-bold mb-2">\$200<span className="text-sm font-normal">/month + usage</span></h3>
    <p className="text-gray-600 mb-4">For growing applications</p>

    **Included:**

    * \$10 in credits/month
    * Pay-as-you-go LLM usage
    * Access to all models
  </Card>

  <Card title="Enterprise" icon="building">
    <h3 className="text-2xl font-bold mb-2">Custom</h3>
    <p className="text-gray-600 mb-4">Tailored for your business</p>

    **Included:**

    * Bring your own API keys
    * Remove camelAI branding
    * Priority support
    * Enhanced security options
  </Card>
</CardGroup>

## Plan Details

### Free Tier

Get started with camelAI at no cost. This tier is ideal for developers who want to test the integration or run small-scale applications.

**What's included:**

* \$1 in token credits to get started
* Access to OpenAI GPT 5 model only
* Full theme customization capabilities
* All core camelAI features
* Perfect for testing and small projects

### Professional Tier

Our Professional plan provides full access to camelAI's capabilities for production applications.

**Cost:** \$200 USD monthly platform fee + LLM usage

**What's included:**

* \$10 in token credits included each month to cover your LLM usage
* Access to [all supported models](/dev_api/model-selection-guide):
  * OpenAI GPT 5 (default)
  * OpenAI O3
  * Claude Sonnet 4.0
  * OpenAI O4 Mini
  * OpenAI GPT 4.1
* Full theme customization
* All core features
* Pay-as-you-go pricing for usage beyond included credits

### Enterprise Tier

Built for organizations with specific security, compliance, or scale requirements.

**What's included:**

* Custom pricing tailored to your needs
* Bring your own API keys for enhanced data security
* Keep all data within your own cloud infrastructure
* Remove "Powered by camelAI" branding for white-label experience
* Priority support from our team
* Enhanced security options
* Custom SLAs available

<Card title="Ready for Enterprise?" icon="phone" href="https://cal.com/ipr-camelai/book-a-demo">
  Contact our sales team to discuss custom pricing and requirements for your organization.
</Card>

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="How is token usage calculated?">
    Token usage is calculated based on the model you select and the amount of text processed. Each model has different pricing per token. Usage resets monthly on your billing date.
  </Accordion>

  <Accordion title="Can I change plans anytime?">
    Yes, you can upgrade or downgrade your plan at any time. Changes take effect over the next billing cycle.
  </Accordion>

  <Accordion title="What happens if I exceed my token credits?">
    On the Free tier, your service will pause until the next billing cycle. Professional tier customers are automatically billed for additional usage at standard rates.
  </Accordion>

  <Accordion title="Do unused credits roll over?">
    No, token credits reset each billing cycle and do not roll over to the next month.
  </Accordion>

  <Accordion title="How can I control and monitor my spending?">
    You can set monthly spend limits and track your usage in detail through our developer console at [console.camelai.com/usage](https://console.camelai.com/usage). This allows you to monitor token consumption, set spending caps, and receive alerts to help manage your costs effectively.
  </Accordion>
</AccordionGroup>
