> For the complete documentation index, see [llms.txt](https://doc.nextbot.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.nextbot.ru/functional/integrations/elevenlabs.md).

# ElevenLabs

{% hint style="warning" %}
**Подключение требуется только для генерации голоса**\
**Для распознавания голосовых сообщений подключать интеграцию не требуется**
{% endhint %}

1. Перейдите на официальный сайт [ElevenLabs](https://www.elevenlabs.io/).
2. Создайте новый аккаунт или войдите в существующий.
3. Выберите подходящий тариф.

{% hint style="info" %}
**Важно:** Интеграция доступна только на платных тарифах.
{% endhint %}

4. Откройте раздел **Developers → API Keys**.
5. Скопируйте **API-ключ**\
   ![](/files/rmcwufc5D5ouGwDL8cWI)
6. Вставьте его в соответствующее поле в **Nextbot → Интеграции →** [**ElevenLabs**](https://app.nextbot.ru/integrations?tab=ElevenLabsSettings).<br>

   <figure><img src="/files/WfT0rJDjWAKiaBSfowUZ" alt=""><figcaption></figcaption></figure>
7. Вернитесь на сайт ElevenLabs и откройте вкладку **Voices**.
8. Создайте новый голос или выберите существующий из библиотеки.
9. Нажмите на иконку с тремя точками рядом с голосом и выберите **Copy voice ID**.

<figure><img src="/files/86tOmuutQi327rrtrI26" alt=""><figcaption></figcaption></figure>

7. Вставьте скопированный **Voice ID** в соответствующее поле в **Nextbot → Интеграции →** [**ElevenLabs**](https://app.nextbot.ru/integrations?tab=ElevenLabsSettings).<br>

   <figure><img src="/files/lPX2guDJFFTTljksIvM7" alt=""><figcaption></figcaption></figure>
8. При необходимости настройте голос с помощью дополнительных параметров.\
   По умолчанию используется модель синтеза **eleven\_multilingual\_v2**, которая поддерживает усиление громкости и преувеличение стиля речи.

#### Модели синтеза речи ElevenLabs

**Eleven v3**\
Новейшая и самая выразительная модель. Идеальна для озвучки видео и аудиокниг, где критично важны реализм, эмоции и поддержка диалогов между разными голосами.

**Eleven Multilingual v2**\
Модель с высоким качеством и стабильностью звучания. Отлично справляется с длинными текстами (статьи, книги), точно передаёт акценты и обеспечивает естественное звучание.

**Eleven Turbo v2.5**\
Оптимальный баланс скорости и качества. Предназначена для разработчиков, когда важна быстрая генерация без серьёзной потери в реалистичности.

**Eleven Flash v2.5**\
Самая быстрая модель для работы в реальном времени. Создана для интерактивных приложений, чат-ботов и голосовых агентов, где необходима мгновенная реакция.


---

# 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://doc.nextbot.ru/functional/integrations/elevenlabs.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.
