> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-ai/readme/how-pricing-works-in-emobiq-ai.md).

# How Pricing Works in eMOBIQ AI

## Introduction

Setting a budget is a crucial step in managing your project effectively. Below, we provide a clear breakdown of how pricing works, so you can make informed decisions.

***

## Understanding the Pricing Model

Our pricing structure is designed to be transparent and flexible. The cost of your project is primarily determined by three key factors:

* **AI Model (Lite or Standard)**: The model you select at the start of your project directly affects cost. Lite is significantly cheaper and suited for prototyping, while Standard is recommended for production-ready applications.
* **Application Size (Number of Pages)**: The complexity and scope of your application impact the number of pages required. If a specific page count isn't provided in the prompt, it will be automatically determined by AI.
* **Backend Service:** Introducing external APIs or Supabase may increase the complexity of your application, in turn raising the cost. This is due to the refinement needed to ensure your application works as expected.

Remember, not all allocated budget will be used in one go. It adjusts based on your application size and how much refinement you plan on making.

***

## Lite vs Standard

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><p>Lite</p><ul><li>Significantly lower credit cost</li><li>Best for rapid prototyping and idea validation</li><li>Does not support advanced modes for complex projects</li><li>Recommended budget: <strong>5 – 10 Credits</strong></li></ul></td><td></td></tr><tr><td><p>Standard</p><ul><li>Higher accuracy and output quality</li><li>Supports advanced generation modes</li><li>Recommended for production-ready applications</li><li>Recommended budget: <strong>20 – 60 Credits</strong></li></ul></td><td></td></tr></tbody></table>

***

## Defining Your Application Size

Before submission, you can specify the estimated size of your application in the prompt:

* **Small**: 3-5 pages
* **Medium**: 8-10 pages
* **Large**: 12-15 pages

The final size may vary depending on the number of features and complexity outlined in your prompt.

***

## Estimated Cost Breakdown

### Lite Model

Lite projects are always generated as small-scale applications (3–5 pages).

<table data-header-hidden><thead><tr><th width="332" align="center"></th><th width="329" align="center"></th></tr></thead><tbody><tr><td align="center"><strong>App Size</strong></td><td align="center"><strong>Estimated Cost</strong></td></tr><tr><td align="center">Small</td><td align="center">3 – 5 Credits</td></tr></tbody></table>

### Standard Model

<table data-header-hidden><thead><tr><th width="332" align="center"></th><th width="329" align="center"></th></tr></thead><tbody><tr><td align="center"><strong>App Size</strong></td><td align="center"><strong>Estimated Cost</strong></td></tr><tr><td align="center">Small</td><td align="center">15 Credits</td></tr><tr><td align="center">Medium</td><td align="center">30 Credits</td></tr><tr><td align="center">Large</td><td align="center">50 Credits</td></tr></tbody></table>

{% hint style="info" %}
*These are estimates. Actual costs may vary depending on backend service complexity, the number of refinement rounds, and whether **manual review** mode is used.*
{% endhint %}

***

## Instant Ideas Templates

[Instant Ideas](/emobiq-ai/readme/building-your-app/instant-ideas.md) templates are **completely free** — no credits are required to create an app from a template. Post-creation customization via the Debug Agent is billed separately based on token usage.

***

We are committed to ensuring you have full control over your budget. If you have any questions, feel free to [*reach out*](https://orangekloud.com/contact-us/) to our team. We are here to help you every step of the way.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.emobiq.com/emobiq-ai/readme/how-pricing-works-in-emobiq-ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
