> For the complete documentation index, see [llms.txt](https://docs.roboedit.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboedit.app/pages/editor.md).

# Pricing

## Token Usage in RoboEdit

RoboEdit is a tool that depends heavily on large language models (LLMs) to provide advanced text editing and processing capabilities.&#x20;

The system uses **tokens** to process and generate content, and customers are charged based on the number of tokens used. Tokens are a measure of the computational effort required by the LLM to process your text. Certain RoboEdit services, such as OCR scanning, AI proofreading, or generating text-to-speech (TTS), you will consume tokens, which can be paid or provided in monthly allotments.

**One thing that sets RoboEdit apart from other AI services - tokens never not expire**. They roll over month-to-month. This ensures you only pay for what you use, and your credits are persistent.

### Text-to-Speech (TTS) Generation Costs&#x20;

There are two types of Text to Speech in RoboEdit, one free, and one paid.

#### Default Browser -  <mark style="background-color:yellow;">Free</mark> &#x20;

It is absolutely free to use Text to Speech using your browser's native TTS or "read aloud" functionalities. Different browsers have different capabilities.

* Chrome
* Edge
* Firefox
* Safari

#### Premium  -  <mark style="background-color:red;">Paid</mark> &#x20;

In addition to text processing, RoboEdit offers text-to-speech (TTS) generation.

**Premium TTS generation rate**: 1 character = 8 tokens

Every character in your text, including spaces and punctuation, is counted toward the total token usage when converting the text into audio.


---

# 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:

```
GET https://docs.roboedit.app/pages/editor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
