# Text To Speech

Users are billed for text-to-speech (TTS) based on the duration of the generated audio, measured in seconds. Billing starts at a minimum of one second per request, ensuring a fair and consistent model that reflects actual usage while covering system overhead. This per-second approach allows users to scale efficiently and only pay for the audio they generate, making it both transparent and predictable.

| Model      | Audio Second Cost |
| ---------- | ----------------- |
| Chatterbox | $0.0030 / Second  |

Stay tuned for more speech models.

Pricing subject to change.


---

# Agent Instructions: 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.distribute.ai/distribute-for-enterprise/enterprise-inference-api/billing/text-to-speech.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.
