# AI Image Generation

### Text to Image

You can create super realistic imagery for use in your videos by using the text-to-image asset.

We make use of the latest FLUX.1 model by Black Forest Labs, providing you state-of-the-art AI generated imagery.

```json
{
    "asset": {
        "type": "text-to-image",
        "prompt": "Landscape of Sydney harbour, Editorial Photography, Aerial View, 32k, Optics",
        "width": 1280,
        "height": 720
    },
    "start": 0,
    "length": 5
}
```

:::info Info

Please ensure both width and height are in multiples of 256px, up to a maximum of 1280px.

:::

:::danger Warning

Generated AI assets in the sandbox environment will incur credits.

:::