> 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-zh/3d-sheng-cheng.md).

# 3D 生成

- [概览](https://docs.clore.ai/guides/guides_v2-zh/3d-sheng-cheng/3d-generation.md)
- [TripoSR](https://docs.clore.ai/guides/guides_v2-zh/3d-sheng-cheng/triposr.md): 在 Clore.ai 上使用 TripoSR 从单张图像生成 3D 模型
- [TRELLIS 3D 生成](https://docs.clore.ai/guides/guides_v2-zh/3d-sheng-cheng/trellis-3d.md): 在 Clore.ai 上使用 Microsoft TRELLIS 将图像转换为 3D 网格和 Gaussian splats
- [Hunyuan3D 2.1](https://docs.clore.ai/guides/guides_v2-zh/3d-sheng-cheng/hunyuan3d.md): 在 Clore.ai 上使用腾讯 Hunyuan3D 2.1 从文本或图像生成 3D 网格
- [Hunyuan World 2.0（3D 世界模型）](https://docs.clore.ai/guides/guides_v2-zh/3d-sheng-cheng/hunyuan-world-2.md): 在 Clore.ai GPU 上部署腾讯 HY-World 2.0——首个开源 SOTA 3D 世界模型——用于文本/图像/视频到 3D 场景生成
- [Nerfstudio](https://docs.clore.ai/guides/guides_v2-zh/3d-sheng-cheng/nerfstudio.md)
- [3D 高斯泼溅](https://docs.clore.ai/guides/guides_v2-zh/3d-sheng-cheng/gaussian-splatting.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, and the optional `goal` query parameter:

```
GET https://docs.clore.ai/guides/guides_v2-zh/3d-sheng-cheng.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.
