> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/support/ru/chasto-zadavaemye-voprosy/subscription-and-credits/pricing.md).

# Как формируется цена плана?

Minara использует **модель ценообразования с оплатой по факту использования** на основе **Кредиты** ([Как работают кредиты](/docs/support/ru/chasto-zadavaemye-voprosy/subscription-and-credits/how-credits-work.md)), наша единица для вычислений ИИ.

\
Каждый тариф включает фиксированное количество Кредитов плюс **Бонусные Искры** ([Что такое Sparks?](/docs/support/ru/chasto-zadavaemye-voprosy/subscription-and-credits/sparks.md)) в качестве ежемесячных вознаграждений.

***

#### 1. Обзор цен

* **Кредиты** используются, когда вы запускаете запросы ИИ, исследования или рабочие процессы.
* **Бонусные Искры** являются бонусными баллами за преимущества сообщества и будущие обмены.
* Тарифы масштабируются в зависимости от объема Кредитов, мощности рабочих процессов и приоритета функций.
* Вы можете в любое время перейти на более высокий или более низкий тариф либо пополнить Кредиты.

***

#### 2. Индивидуальные тарифы

<figure><img src="/files/2d140cf3bc039798c930ee46aa163d3828a075f5" alt=""><figcaption></figcaption></figure>

***

#### 3. Бизнес-тарифы

<figure><img src="/files/d2dc61edd59a031966a96b1aa592b1c554dd1db2" alt=""><figcaption></figcaption></figure>

***

#### 4. Управление

* Кредиты **сбрасываются ежемесячно** и **автоматически продлеваются**.
* Вы можете в любое время пополнить счет или изменить тариф; неиспользованные Бонусные Искры остаются доступными.
* **Годовая оплата** варианты предлагают дополнительную экономию.


---

# 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://minara.ai/docs/support/ru/chasto-zadavaemye-voprosy/subscription-and-credits/pricing.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.
