> ## Documentation Index
> Fetch the complete documentation index at: https://veogenstudio.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Seedream 4.5

> Generate beautiful images with Seedream 4.5. High-quality outputs with excellent prompt understanding and artistic flexibility.

## Model Description

Advanced AI Image Generation (`seedream`). Known for its exceptional detail and artistic flexibility, Seedream excels at accurately understanding complex multi-part prompts.

**Maximum Resolution:** 4K
**Pricing:** Starts at \$0.04 per image

### Key Capabilities

* **Exceptional Detail:** Generate highly detailed images with fine textures and nuances.
* **4K Resolution:** Output crisp images up to 4K for professional use.
* **Artistic Flexibility:** From photorealistic to stylized art — Seedream does it all.
* **Prompt Accuracy:** Excellent understanding of complex multi-part prompts.

### Use Cases

* **Concept Art:** Create concept art for games, films, and creative projects.
* **Illustrations:** Generate book illustrations, editorial art, and more.

***

## Quick Start

### 1. Generating an Image with Seedream

```bash theme={null}
curl --request POST \
  --url https://api.veogen.studio/api/v1/generations \
  --header 'Authorization: Bearer <API_KEY>' \
  --header 'Content-Type: application/json' \
  --data '{
    "model": "seedream",
    "prompt": "A beautiful painting of a cyberpunk city at night with neon lights.",
    "resolution": "4K"
  }'
```

<ResponseExample>
  ```json theme={null}
  {
    "data": {
      "id": "img_67890ghijk",
      "model": "seedream",
      "status": "pending",
      "created_at": "2026-04-11T12:00:00Z"
    }
  }
  ```
</ResponseExample>

## FAQ

<AccordionGroup>
  <Accordion title="What makes Seedream different from other image models?">
    Seedream excels at generating highly detailed images with excellent texture and nuance. It's particularly good at artistic styles and creative interpretations.
  </Accordion>

  <Accordion title="What resolution does Seedream support?">
    Seedream 4.5 can generate images up to 4K resolution, making it suitable for professional and commercial applications.
  </Accordion>
</AccordionGroup>
