POST https://fal.run/fal-ai/ideogram/v2a/remix
Endpoint ID: fal-ai/ideogram/v2a/remix
Try it in the Playground
Run this model interactively with your own prompts.
Quick Start
Related
- Ideogram V2A Turbo — Image Generation
- Ideogram V2A — Image Generation
- Ideogram V2A Turbo Remix — Image Generation
Capabilities
- Text prompt input
- Image input
- Aspect ratio control
- Strength control
- Reproducible generation (seed)
- Synchronous mode
API Reference
Input Schema
string
required
The prompt to remix the image with
string
required
The image URL to remix
AspectRatioEnum
default:"1:1"
The aspect ratio of the generated image Default value:
"1:1"Possible values: 10:16, 16:10, 9:16, 16:9, 4:3, 3:4, 1:1, 1:3, 3:1, 3:2, 2:3float
default:"0.8"
Strength of the input image in the remix Default value:
0.8Range: 0.01 to 1boolean
default:"true"
Whether to expand the prompt with MagicPrompt functionality. Default value:
trueinteger
Seed for the random number generator
StyleEnum
default:"auto"
The style of the generated image Default value:
"auto"Possible values: auto, general, realistic, design, render_3D, animeboolean
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<File>
required
integer
required
Seed used for the random number generator
Input Example
Output Example
Limitations
strengthrange: 0.01 to 1stylerestricted to:auto,general,realistic,design,render_3D,anime