# Blendalle

Cy-GPT: Blendall-E is a Blender add-on that integrates OpenAI's DALL-E APIs into Blender. This allows you to generate images using OpenAI's DALL-E directly from within the Blender environment.

<figure><img src="/files/hkw92dM7yusZ9kltnH0d" alt=""><figcaption></figcaption></figure>

### Usage

After installing the add-on, go to the "Image Editor" panel in Blender. In the sidebar, you'll see a new panel labeled "Cy-GPT: Blendall-e".

In the panel, you'll find:

* A "Prompt" field: Enter a description of the image you want to generate.
* A "Size" dropdown: Select the resolution of the generated image. Options include 256x256, 512x512, and 1024x1024.
* A "Generate" button: Click this to generate the image.

<figure><img src="/files/7SKl98FCA18Yi1kFWFie" alt=""><figcaption></figcaption></figure>

### Limitations and Warnings

You must use your own API key to interact with OpenAI's DALL-E API. Also, please be aware that DALL-E's API is subject to usage limitations as specified by OpenAI's API terms and conditions.


---

# 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://cytools.cjkproduction.com/cygpt/blendalle.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.
