> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/ko/genstudio-workspace/tools/image-generator.md).

# 이미지 생성기

이미지 생성기는 OpenAI의 DALL-E 모델을 사용하여 텍스트 프롬프트를 기반으로 시각적 콘텐츠를 생성합니다. 전통적인 LLM이 텍스트 출력을 생성하는 것과 달리, 이 전문 모델은 설명적인 프롬프트를 이해하고 이를 해당 이미지로 변환할 수 있습니다.

<figure><img src="/files/Eg7GW9JfiAEul7AEhKdL" alt="image generator tool"><figcaption></figcaption></figure>

그 기능은 다음과 같은 다양한 응용 프로그램을 포함합니다:

* **개념 시각화** – 추상적인 아이디어나 텍스트 설명을 시각적 표현으로 변환합니다.
* **디자인 목업** – 간단한 설명을 제공하면 모델이 초기 디자인 개념이나 목업을 생성할 수 있습니다.
* **예술적 창작** – 장면, 분위기 또는 스타일을 설명하면 LLM이 그 비전에 맞는 예술 작품을 제작할 수 있습니다.
* **교육 다이어그램** – 특정 주제나 개념에 기반한 교육 콘텐츠를 위한 다이어그램이나 일러스트레이션을 생성합니다.
* **오락** – 허구의 이야기나 내러티브에 기반하여 캐릭터 디자인, 풍경 또는 기타 시각적 콘텐츠를 생성합니다.

이미지 생성기는 전문가, 교육자, 예술가 및 애호가를 위한 가능성의 영역을 열어주며, 시각적 창작 과정을 모든 사람이 더 쉽게 접근할 수 있도록 만듭니다. 자세한 프롬프트를 제공하기만 하면 고급 디자인 기술이나 소프트웨어 없이도 맞춤형 시각 자료를 얻을 수 있습니다.


---

# 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.skydeck.ai/ko/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.
