> ## 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 5.0 Lite

> Generate stunning 4K images with Seedream 5.0 Lite. Industry-leading text rendering, batch up to 15 images, 14 reference image support, and unified generation plus editing in one model.

## Model Description

ByteDance's 4K Image Generation Model (`seedream-5-lite`) is an advanced text-to-image AI capable of generating pristine 4K images with incredible typography and multi-image consistency.

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

### Key Capabilities

* **4K Ultra-HD Output:** Generate images in stunning 4K resolution. Print-ready, professional quality visuals.
* **Perfect Text Rendering:** Industry-leading accuracy for text in images. Create posters, banners, and marketing materials.
* **Batch Generation:** Generate 1–15 images in a single request. Perfect for A/B testing or product variations.
* **10 Reference Images:** Upload up to 10 reference images for style consistency across your assets.

### Use Cases

* **Marketing Campaigns:** Create professional ad creatives, banners, and promotional visuals at scale.
* **E-commerce Visuals:** Generate product images, lifestyle shots, and catalog visuals with text overlays.

***

## Quick Start

### 1. Generating an Image with Seedream 5.0 Lite

```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-5-lite",
    "prompt": "A modern fashion campaign poster with the text \"SUMMER COLLECTION\".",
    "resolution": "4K"
  }'
```

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

## FAQ

<AccordionGroup>
  <Accordion title="How do reference images work with Seedream 5.0 Lite?">
    You can upload up to 10 reference images to guide the generation. This helps maintain style consistency across multiple outputs — perfect for brand visuals and product variations.
  </Accordion>

  <Accordion title="What is the pricing for Seedream 5.0 Lite?">
    Seedream 5.0 Lite starts at \$0.04 per image — transparent USD pricing with no monthly subscriptions or hidden fees. Pay only for what you generate.
  </Accordion>
</AccordionGroup>
