# AI Drawing to Image - Doodle

The "AI Drawing to Image - Doodle" feature allows you to turn simple sketches or doodles into fully realized images using AI. This is particularly useful for artists, designers, and creatives who want to quickly visualize concepts or refine rough drafts into polished designs. By interpreting your drawing, the AI applies its generative capabilities to transform basic sketches into detailed, stylistically rich images.

To use this feature, simply provide a rough outline or doodle, and the AI will generate an image based on your input. You can specify the level of detail, style, and even include specific prompts for what you'd like the AI to emphasize in the drawing.

Let's make a photo from flower drawing.

<figure><img src="https://2652559519-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i5YcUkcXyIsWHIhRO2d%2Fuploads%2Fb6edFGrXt3WKUMNM7sfh%2Fflowers-6770694_1280.jpg?alt=media&#x26;token=4742e86a-5f27-4582-a85e-009b96922df9" alt="" width="375"><figcaption></figcaption></figure>

Using request:

```json
{
    "url": "https://s3.eu-central-1.amazonaws.com/deep-image.ai/api-examples/flowers-6770694_1280.jpg",
    "background": {
       "generate": {
           "description": "realistic version of flowers in the mountains",
           "adapter_type": "control2",
           "model_type": "qwen"
       }
    }
}
```

our result is

<figure><img src="https://2652559519-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i5YcUkcXyIsWHIhRO2d%2Fuploads%2FdwhIbLYVthyuolSeiL9A%2F1929c577-999c-4700-933f-fcc6826634c7.png?alt=media&#x26;token=61e19b82-09fc-43b0-9107-53391714a77e" alt=""><figcaption></figcaption></figure>

### Other models

#### Default (without model\_type)

<figure><img src="https://2652559519-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i5YcUkcXyIsWHIhRO2d%2Fuploads%2FhOCvCPsO4JcymJ5lajff%2Fflowers-6770694_1280-generated.jpg?alt=media&#x26;token=dc0df922-0545-4772-9841-54a039bcdad5" alt="" width="375"><figcaption></figcaption></figure>

### see-dream-4.5

<figure><img src="https://2652559519-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i5YcUkcXyIsWHIhRO2d%2Fuploads%2F3J4o2DnqBAVFvjtbOu3E%2Fimage.png?alt=media&#x26;token=83c3ae89-569b-4173-a307-d704db7cbeed" alt=""><figcaption></figcaption></figure>

### flux2-klein9b

<figure><img src="https://2652559519-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i5YcUkcXyIsWHIhRO2d%2Fuploads%2FIULsshaH8S5CBGuVqwNA%2F25c5bdae-8c04-4856-8df5-b3316b6c64a5-width%3D1020_height%3D1280.png?alt=media&#x26;token=2915935c-7635-4215-b41d-3a094c77a765" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.deep-image.ai/common-usecases/ai-drawing-to-image-doodle.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.
