> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/guides/guides_v2-ru/generaciya-muzyki/music-generation.md).

# Обзор

Генерация музыки с помощью ИИ использует глубинное обучение для создания оригинального аудио — мелодий, гармоний, ритмов и полных аранжировок — на основе текстовых подсказок, звуковых образцов или структурированных входных данных, таких как тексты песен и последовательности аккордов. Современные модели формируют студийное качество за секунды на одной GPU, делая их практичными для музыкантов, продюсеров, разработчиков игр и создателей контента.

Запуск этих моделей на **Clore.ai** даёт вам доступ по запросу к GPU с большим объёмом видеопамяти (RTX 4090, A100) без покупки оборудования, при этом ваши проекты остаются приватными на арендованном экземпляре.

## Доступные руководства

| Руководство                                                    | Модель   | Что она делает                                                                                          |
| -------------------------------------------------------------- | -------- | ------------------------------------------------------------------------------------------------------- |
| [ACE-Step](/guides/guides_v2-ru/generaciya-muzyki/ace-step.md) | ACE-Step | Текст в музыку с текстами песен, жанровыми тегами и контролем стиля. Генерирует полные песни с вокалом. |

## Связанные ресурсы

* [**AudioCraft / MusicGen**](/guides/guides_v2-ru/audio-i-golos/audiocraft-music.md) — инструментальный набор Meta AudioCraft для генерации музыки и аудио из текста, освещённый в разделе «Аудио и голос».

## Начало работы

1. Арендуйте GPU на [clore.ai/marketplace](https://clore.ai/marketplace) — RTX 4090 (24 ГБ) справляется со всеми текущими моделями генерации музыки
2. Следуйте руководству для выбранной выше модели
3. Генерируйте, итеративно улучшайте и скачивайте ваши аудиофайлы через SSH или HTTP-порт


---

# 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.clore.ai/guides/guides_v2-ru/generaciya-muzyki/music-generation.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.
