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

# Pricing

> Clear, usage-based pricing for Decart models

Decart uses pay-as-you-go pricing.

<Info>
  No subscriptions and no minimum spend. You pay only for usage.
</Info>

## How pricing works

* Realtime models: billed per second of active generation
* Video models: billed per generated second
* Image models: billed per generation

## Realtime models

| Model              | ID               | 720p       | Best for                        |
| ------------------ | ---------------- | ---------- | ------------------------------- |
| **Lucy 2.1**       | `lucy-2.1`       | \$0.02/sec | Realtime video editing (latest) |
| **Lucy 2.1 VTON**  | `lucy-2.1-vton`  | \$0.02/sec | Virtual try-on                  |
| **Lucy Restyle 2** | `lucy-restyle-2` | \$0.01/sec | Realtime style transfer         |

## Video models

| Model              | ID               | 480p | 720p       | Best for               |
| ------------------ | ---------------- | ---- | ---------- | ---------------------- |
| **Lucy 2.1**       | `lucy-2.1`       | -    | \$0.04/sec | Video editing (latest) |
| **Lucy 2.1 VTON**  | `lucy-2.1-vton`  | -    | \$0.04/sec | Virtual try-on         |
| **Lucy Restyle 2** | `lucy-restyle-2` | -    | \$0.01/sec | Video restyling        |

<Accordion title="Previous generation models">
  | Model         | ID          | 480p | 720p       | Best for      |
  | ------------- | ----------- | ---- | ---------- | ------------- |
  | **Lucy Clip** | `lucy-clip` | -    | \$0.15/sec | Video editing |
</Accordion>

## Image models

| Model            | ID             | 480p   | 720p   | Best for      |
| ---------------- | -------------- | ------ | ------ | ------------- |
| **Lucy Image 2** | `lucy-image-2` | \$0.01 | \$0.02 | Image editing |

## Cost examples

* 5-second video edit with `lucy-2.1` (720p): `5 x $0.04 = $0.20`
* 30-second realtime Lucy 2.1 session: `30 x $0.02 = $0.60`
* One 720p image edit with `lucy-image-2`: `$0.02`

## FAQ

<AccordionGroup>
  <Accordion title="Do you have a free tier?">
    New accounts receive free credits so you can test the API before paying.
  </Accordion>

  <Accordion title="How is video billing calculated?">
    Video jobs are billed per generated second. Realtime is billed per active generation time.
  </Accordion>

  <Accordion title="Do you offer enterprise pricing?">
    Yes. Contact `contact@decart.ai` for custom volume pricing.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Model comparison" href="/getting-started/models" icon="layer-group">
    Pick the best quality/speed/cost tradeoff for your product.
  </Card>

  <Card title="Get started" href="https://platform.decart.ai" icon="arrow-right">
    Create an account and run your first request.
  </Card>
</CardGroup>
