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

# Pricing, Plans, and Credits

> Learn about our pricing plans and how credit usage works

## Available Plans

Choose from 4 plans to fit your needs. All plans include access to the full Orchids platform.

<div className="max-w-6xl mx-auto">
  <div className="grid grid-cols-1 md:grid-cols-2 gap-6 my-8">
    <div className="rounded-lg border border-white/10 bg-white/5 p-6">
      <div className="text-lg font-semibold">Pro</div>
      <div className="text-xl font-semibold mt-1">\$21<span className="text-sm font-normal opacity-60">/month</span></div>
      <div className="mt-3 text-sm opacity-70">2M credit limit / month</div>

      <div className="mt-4 border-t border-white/10 pt-4 text-sm space-y-2">
        <div>10 projects</div>
        <div>Pay as you go</div>
      </div>
    </div>

    <div className="rounded-lg border border-white/10 bg-white/5 p-6">
      <div className="text-lg font-semibold">Premium</div>
      <div className="text-xl font-semibold mt-1">\$42<span className="text-sm font-normal opacity-60">/month</span></div>
      <div className="mt-3 text-sm opacity-70">4M credit limit / month</div>

      <div className="mt-4 border-t border-white/10 pt-4 text-sm space-y-2">
        <div className="opacity-70">Everything in Pro, plus</div>
        <div>Unlimited projects</div>
      </div>
    </div>
  </div>

  <div className="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
    <div className="rounded-lg border border-white/10 bg-white/5 p-6">
      <div className="text-lg font-semibold">Ultra</div>
      <div className="text-xl font-semibold mt-1">\$83<span className="text-sm font-normal opacity-60">/month</span></div>
      <div className="mt-3 text-sm opacity-70">12M credit limit / month</div>

      <div className="mt-4 border-t border-white/10 pt-4 text-sm space-y-2">
        <div className="opacity-70">Everything in Premium, plus</div>
        <div>Unlimited projects</div>
        <div>Priority support</div>
      </div>
    </div>

    <div className="rounded-lg border border-white/10 bg-white/5 p-6">
      <div className="text-lg font-semibold">Max</div>
      <div className="text-xl font-semibold mt-1">\$168<span className="text-sm font-normal opacity-60">/month</span></div>
      <div className="mt-3 text-sm opacity-70">30M credit limit / month</div>

      <div className="mt-4 border-t border-white/10 pt-4 text-sm space-y-2">
        <div className="opacity-70">Everything in Ultra, plus</div>
        <div>Discounted credit rates</div>
        <div>Priority access to new features</div>
      </div>
    </div>
  </div>
</div>

## Annual Plans

Save by paying annually instead of monthly.

| Plan    | Monthly (Standard) | Annual Billing (Displayed Above) | Annual Savings |
| :------ | :----------------- | :------------------------------- | :------------- |
| Pro     | \$25/mo            | \$21/mo                          | \$48           |
| Premium | \$50/mo            | \$42/mo                          | \$96           |
| Ultra   | \$99/mo            | \$83/mo                          | \$192          |
| Max     | \$200/mo           | \$168/mo                         | \$384          |

## What are Credits?

Credits are the unit of measurement for AI output/work. Each credit represents roughly a single english word. When you interact with Orchids, credits are consumed based on the complexity and length of your request.

**Example credit usage:**

```text theme={null}
"Edit this button" → ~100-500 credits
"Edit this page" → ~1,000 credits  
"Make me a mini mario game" → ~20k credits
"Make me a clone of airbnb with database and auth set up" → ~30k credits
```

**Credit consumption factors:**

* Input text length (your prompts and code)
* Output complexity (generated code, explanations)
* Context size (files being analyzed)
* Models (some models use more credits)

**Credit limits reset monthly.**

## Need Help?

[Contact our support team](mailto:hello@orchids.app) if you have questions about plans or billing.
