# DALL-E

DALL-E stands out as an AI system proficient in creating realistic images and artwork based on natural language descriptions. In AI Worlds games, we have implemented the latest iteration of DALL-E's text-to-image generation models, known as DALL-E 3.

DALL-E 3 introduces a range of features and capabilities, including the novel concept of prompt rewriting. This involves leveraging GPT-4 to optimize all prompts before they are fed into DALL-E, enhancing the overall generation process.

Presently, DALL-E 3 introduces a range of features and capabilities that include:

**Prompt Rewriting**: The most recent DALL-E 3 API introduces a novel feature called prompt rewriting. This involves leveraging GPT-4 to optimize all prompts before they are transmitted to DALL-E.

**HD Quality Images**. DALL-E 3 introduces a 'quality' parameter, enabling users to adjust the level of detail and organization in their generated images. High-definition generations elevate attention to detail, adherence to prompts, and provide enhanced capabilities to capture textures, details, and scene composition.

**New Styles**. DALL-E 3 introduces two additional styles: natural and vivid. The natural style bears resemblance to the DALL-E 2 style, while the vivid style leans towards producing hyper-real and cinematic images.

DALL-E's groundbreaking image generation capabilities transform character design, infusing vitality into in-game personas and eliminating the flat, two-dimensional effect.

This technological synergy facilitates the development of expansive, non-linear scenarios, alleviating the tedium associated with traditional scripting. As an added benefit, the integration of these tools empowers content creators, opening up new avenues for the direct monetization of their imaginative works within the gaming landscape.


---

# 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://ai-worlds.gitbook.io/ai-worlds/tech-stack/dall-e.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.
