- Gpt Image 1.5
- Edit
Endpoint:
POST https://fal.run/fal-ai/gpt-image-1.5
Endpoint ID: fal-ai/gpt-image-1.5Try it in the Playground
Run this model interactively with your own prompts.
Quick Start
Input Schema
string
required
The prompt for image generation
ImageSizeEnum
default:"1024x1024"
Aspect ratio for the generated image Default value:
"1024x1024"Possible values: 1024x1024, 1536x1024, 1024x1536BackgroundEnum
default:"auto"
Background for the generated image Default value:
"auto"Possible values: auto, transparent, opaqueQualityEnum
default:"high"
Quality for the generated image Default value:
"high"Possible values: low, medium, highinteger
default:"1"
Number of images to generate Default value:
1Range: 1 to 4OutputFormatEnum
default:"png"
Output format for the images Default value:
"png"Possible values: jpeg, png, webpboolean
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<ImageFile>
required
The generated images.
Input Example
Output Example
Related
- GPT-Image 1.5 — Image Generation
Limitations
image_sizerestricted to:1024x1024,1536x1024,1024x1536backgroundrestricted to:auto,transparent,opaquequalityrestricted to:low,medium,highnum_imagesrange: 1 to 4output_formatrestricted to:jpeg,png,webpimage_sizerestricted to:auto,1024x1024,1536x1024,1024x1536input_fidelityrestricted to:low,high