# 图像生成器

图像生成器使用 OpenAI 的 DALL-E 模型根据文本提示生成视觉内容。与生成文本输出的传统 LLM 不同，这种专门的模型可以理解描述性提示并将其转换为相应的图像。

<figure><img src="/files/GfnV6HeDp5kahSrxHPVv" alt="图像生成工具"><figcaption></figcaption></figure>

它的功能涵盖了广泛的应用，包括：

* **概念可视化** – 将抽象想法或文本描述转化为视觉表现。
* **设计模型** – 提供简要说明，模型可以生成初步设计概念或模型。
* **艺术创作** – 描述一个场景、情绪或风格，LLM 可以创作出与该愿景相符的艺术作品。
* **教育图表** – 根据特定主题或概念生成教育内容的图表或插图。
* **娱乐** – 根据虚构叙事或故事创建角色设计、风景或任何视觉内容。

图像生成器为专业人士、教育工作者、艺术家和爱好者打开了一个可能性的新领域，使视觉创作的过程对所有人更加可及。只需提供详细的提示，您就可以获得定制的视觉效果，而无需高级设计技能或软件。


---

# 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.skydeck.ai/zh-cn/genstudio-workspace/tools/image-generator.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.
