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

# Pricing & Limits

Loova API uses a credit-based billing model.

## Credit Types

Loova currently supports two separate credit pools:

* **App Credits**
* **API Credits**

These two credit types are sold and consumed separately.

## Credit Rules

* **App Credits** and **API Credits** are purchased separately
* Purchased credits are added to their corresponding balance pool
* **App Credits** and **API Credits** are **not interchangeable**
* **App Credits** are only used for product usage inside the Loova app
* **API Credits** are only used for API requests

## Billing Rules

* Tasks created from the Loova web app consume **App Credits** only
* API requests consume **API Credits** only
* Cross-pool deduction is not supported
* If one credit pool is insufficient, Loova does not automatically switch to the other pool
* For the same model, generation mode, and duration, the number of consumed credits is the same across App Credits and API Credits

## Current Seedance 2.0 Consumption Rules

### Seedance 2.0

* With video reference: **30 Credits / second**
* Without video reference: **15 Credits / second**

### Seedance 2.0 Fast

* With video reference: **20 Credits / second**
* Without video reference: **10 Credits / second**

## API Credit Pricing

| API Credits |   Price | Price / Credit |
| ----------- | ------: | -------------: |
| 300         |    \$24 |        \$0.080 |
| 1,000       |    \$72 |        \$0.072 |
| 3,000       |   \$192 |        \$0.064 |
| 8,000       |   \$448 |        \$0.056 |
| 20,000      |   \$960 |        \$0.048 |
| 50,000      | \$1,600 |        \$0.032 |
| 60,000      | \$1,920 |        \$0.032 |
| 70,000      | \$2,240 |        \$0.032 |
| 80,000      | \$2,560 |        \$0.032 |
| 90,000      | \$2,880 |        \$0.032 |
| 100,000     | \$3,200 |        \$0.032 |

## Concurrency Limits

Each user is currently limited to **6 concurrent tasks**.

This means a single user can have up to **6 video generation tasks running at the same time**.

If the limit is reached, additional requests may be rejected or delayed until an active task is completed.

## API Dashboard

You can manage API access from the Loova API Dashboard:

[https://loova.ai/api](https://loova.ai/api)

On this page, you can:

* purchase **API Credits**
* create and manage API keys
* view API credits usage

## Notes

* Pricing and limits may be updated over time
* Credit consumption depends on the selected model, generation mode, and duration
* The charged amount for a task is returned in the API response as `credits_cost`
