# 画像生成器

画像生成器は、OpenAIのDALL-Eモデルを使用して、テキストプロンプトに基づいて視覚コンテンツを生成します。従来のLLMがテキスト出力を生成するのとは異なり、この専門モデルは記述的なプロンプトを理解し、それを対応する画像に変換することができます。

<figure><img src="/files/FTD7Sy3FlbtWizBC1xbe" 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/ja/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.
