> 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-de/musikgenerierung/music-generation.md).

# Überblick

KI-Musikgenerierung verwendet Deep Learning, um originelle Audios zu komponieren — Melodien, Harmonien, Beats und komplette Arrangements — aus Textaufforderungen, Audio-Referenzen oder strukturierten Eingaben wie Songtexten und Akkordfolgen. Moderne Modelle erzeugen Studioqualität in Sekunden auf einer einzelnen GPU, wodurch sie für Musiker, Produzenten, Spieleentwickler und Content-Ersteller praktikabel werden.

Das Ausführen dieser Modelle auf **Clore.ai** gibt Ihnen bedarfsgesteuerten Zugriff auf GPUs mit hohem VRAM (RTX 4090, A100), ohne Hardware kaufen zu müssen, und Ihre Projekte bleiben privat auf Ihrer gemieteten Instanz.

## Verfügbare Anleitungen

| Anleitung                                                     | Modell   | Was es tut                                                                                           |
| ------------------------------------------------------------- | -------- | ---------------------------------------------------------------------------------------------------- |
| [ACE-Step](/guides/guides_v2-de/musikgenerierung/ace-step.md) | ACE-Step | Text-zu-Musik mit Songtexten, Genre-Tags und Stilkontrolle. Generiert vollständige Songs mit Gesang. |

## Verwandte Ressourcen

* [**AudioCraft / MusicGen**](/guides/guides_v2-de/audio-and-sprache/audiocraft-music.md) — Metas AudioCraft-Toolkit für Text-zu-Musik- und Audioerzeugung, behandelt im Abschnitt Audio & Stimme.

## Erste Schritte

1. Mieten Sie eine GPU auf [clore.ai/marketplace](https://clore.ai/marketplace) — eine RTX 4090 (24 GB) bewältigt alle aktuellen Musikgenerierungsmodelle
2. Folgen Sie der Anleitung für das oben gewählte Modell
3. Generieren, iterieren und laden Sie Ihre Audiodateien per SSH oder über den HTTP-Port herunter


---

# 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-de/musikgenerierung/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.
