POST https://fal.run/fal-ai/bytedance/dreamina/v3.1/text-to-image
Endpoint ID: fal-ai/bytedance/dreamina/v3.1/text-to-image
Try it in the Playground
Run this model interactively with your own prompts.
Quick Start
Input Schema
string
required
The text prompt used to generate the image
ImageSize | Enum
default:"[object Object]"
The size of the generated image. Width and height must be between 512 and 2048.Possible values:
square_hd, square, portrait_4_3, portrait_16_9, landscape_4_3, landscape_16_9boolean
default:"false"
Whether to use an LLM to enhance the prompt
integer
default:"1"
Number of images to generate Default value:
1Range: 1 to 4integer
Random seed to control the stochasticity of image generation.
boolean
default:"false"
If
True, the media will be returned as a data URI and the output data won’t be available in the request history.Output Schema
list<Image>
required
Generated images
integer
required
Seed used for generation
Input Example
Output Example
Related
- Bytedance Seedream v4 Edit — Image Generation
- Bytedance Seedream v4 — Image Generation
Limitations
image_sizerestricted to:square_hd,square,portrait_4_3,portrait_16_9,landscape_4_3,landscape_16_9num_imagesrange: 1 to 4