# 圖像生成器

圖像生成器使用 OpenAI 的 DALL-E 模型根據文本提示生成視覺內容。與傳統的 LLM 生成文本輸出不同，這個專門的模型可以理解描述性提示並將其轉換為相應的圖像。

<figure><img src="/files/ih9jqZkEUkKA6JvViiNM" alt="image generator tool"><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-hk/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.
