> 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/3d-generierung/3d-generation.md).

# Überblick

Erzeugen Sie 3D-Modelle aus Bildern auf CLORE.AI-GPUs.

## Verfügbare Leitfäden

| Werkzeug                                                                           | Anwendungsfall                                  |
| ---------------------------------------------------------------------------------- | ----------------------------------------------- |
| [TripoSR](/guides/guides_v2-de/3d-generierung/triposr.md)                          | Bild zu 3D-Modell                               |
| [3D-Gaussian-Splatting](/guides/guides_v2-de/3d-generierung/gaussian-splatting.md) | Neurale Strahlungsfelder aus mehreren Ansichten |
| [Hunyuan3D 2.1](/guides/guides_v2-de/3d-generierung/hunyuan3d.md)                  | Text- und Bild-zu-3D-Modell-Generierung         |
| [Nerfstudio](/guides/guides_v2-de/3d-generierung/nerfstudio.md)                    | Toolkit für neurale Strahlungsfelder            |
| [TRELLIS](/guides/guides_v2-de/3d-generierung/trellis-3d.md)                       | Erweiterte Bild-zu-3D-Generierung               |

## Wie es funktioniert

1. Ein einzelnes Bild bereitstellen
2. KI erzeugt 3D-Mesh
3. Als OBJ/GLB exportieren

## GPU-Anforderungen

8 GB+ VRAM empfohlen.

## Verwandte Anleitungen

* [Bildgenerierung](/guides/guides_v2-de/bildgenerierung/image-generation.md)
* [Depth Anything](/guides/guides_v2-de/bildverarbeitung/depth-anything.md)


---

# 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/3d-generierung/3d-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.
