# Overview

Generate 3D models from images on CLORE.AI GPUs.

## Available Guides

| Tool                                                                                   | Use Case                                   |
| -------------------------------------------------------------------------------------- | ------------------------------------------ |
| [TripoSR](https://docs.clore.ai/guides/3d-generation/triposr)                          | Image to 3D model                          |
| [3D Gaussian Splatting](https://docs.clore.ai/guides/3d-generation/gaussian-splatting) | Neural radiance fields from multiple views |
| [Hunyuan3D 2.1](https://docs.clore.ai/guides/3d-generation/hunyuan3d)                  | Text & image to 3D model generation        |
| [Nerfstudio](https://docs.clore.ai/guides/3d-generation/nerfstudio)                    | Neural radiance fields toolkit             |
| [TRELLIS](https://docs.clore.ai/guides/3d-generation/trellis-3d)                       | Advanced image-to-3D generation            |

## How It Works

1. Provide single image
2. AI generates 3D mesh
3. Export as OBJ/GLB

## GPU Requirements

8GB+ VRAM recommended.

## Related Guides

* [Image Generation](https://docs.clore.ai/guides/image-generation/image-generation)
* [Depth Anything](https://docs.clore.ai/guides/image-processing/depth-anything)


---

# 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.clore.ai/guides/3d-generation/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.
