- Image To Image
- Lora
Endpoint:
POST https://fal.run/fal-ai/z-image/turbo/image-to-image
Endpoint ID: fal-ai/z-image/turbo/image-to-imageTry it in the Playground
Run this model interactively with your own prompts.
Quick Start
Input Schema
The prompt to generate an image from.
The size of the generated image. Default value:
autoPossible values: square_hd, square, portrait_4_3, portrait_16_9, landscape_4_3, landscape_16_9, autoThe number of inference steps to perform. Default value:
8Range: 1 to 8The same seed and the same prompt given to the same version of the model
will output the same image every time.
If
True, the media will be returned as a data URI and the output data won’t be available in the request history.The number of images to generate. Default value:
1Range: 1 to 4If set to true, the safety checker will be enabled. Default value:
trueThe format of the generated image. Default value:
"png"Possible values: jpeg, png, webpThe acceleration level to use. Default value:
"regular"Possible values: none, regular, highWhether to enable prompt expansion. Note: this will increase the price by 0.0025 credits per request.
URL of Image for Image-to-Image generation.
The strength of the image-to-image conditioning. Default value:
0.6Output Schema
The generated image files info.
The timings of the generation process.
Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed.
Whether the generated images contain NSFW concepts.
The prompt used for generating the image.
Input Example
Output Example
Performance That Scales
At $0.005 per megapixel, Z-Image Turbo positions 10-15x more cost-effectively than premium image generation alternatives while maintaining the flexibility of adjustable inference steps.| Metric | Result | Context |
|---|---|---|
| Inference Steps | 1-8 steps | Configurable via API, default 8 steps balances quality and speed |
| Cost per Megapixel | $0.005 | 200 megapixels per $1.00 on fal |
| Batch Size | Up to 4 images | Per request via num_images parameter |
| Strength Range | 0.0-1.0 | Default 0.6, lower values preserve more source structure |
| Related Endpoints | Z-Image Turbo LoRA | LoRA variant for custom style training |
Image Transformation With Strength Control
Z-Image Turbo uses a diffusion-based architecture optimized for image-to-image conditioning, where you provide both a reference image and a text prompt to guide the transformation. Unlike pure text-to-image models that start from noise, this approach preserves structural elements from your input while applying the changes you specify. What this means for you:- Adjustable transformation intensity: Control how much the output diverges from your source image via the strength parameter (0-1 range), letting you dial in anything from subtle refinements to dramatic reimaginings
- Multi-image batch processing: Generate up to 4 variations per request, useful for A/B testing different prompt variations or exploring creative options without separate API calls
- Flexible resolution handling: Auto-sizing adapts to your input dimensions, with support for custom image sizes to match your workflow requirements
- Accelerated inference options: Three acceleration levels (none, regular, high) let you trade generation time for cost based on your use case, prototype fast, then refine at full quality
Technical Specifications
| Spec | Details |
|---|---|
| Architecture | Z-Image Turbo |
| Input Formats | Image URL (JPEG, PNG, WebP, GIF, AVIF) + text prompt |
| Output Formats | JPEG, PNG, WebP (configurable via output_format) |
| Model Size | 6B parameters |
| License | Commercial use enabled |
How It Stacks Up
Z-Image Turbo LoRA – Z-Image Turbo provides the base transformation engine at $0.005/megapixel, while the LoRA variant adds custom style training capabilities for specialized visual treatments. The LoRA endpoint trades base model simplicity for fine-tuned control when you need consistent brand aesthetics or specific artistic styles across multiple generations. FASHN Virtual Try-On V1.5 – Z-Image Turbo handles general-purpose image transformation with flexible prompt control for $0.005/megapixel. FASHN specializes in garment placement and fit visualization for e-commerce workflows where product accuracy matters more than creative flexibility. Image Editing endpoints (Age Progression, Wojak Style) – Z-Image Turbo offers broad transformation flexibility through natural language prompts, while specialized editing endpoints provide single-function transformations optimized for specific use cases. Choose Z-Image Turbo when you need multi-purpose image modification without switching between task-specific models.Related
- Z-Image Turbo — Image Generation
- Z Image Base — Image Generation
- Z Image Base (LoRA) — Image Generation
- Z-Image Turbo Seamless Tiling — Image Generation
Limitations
image_sizerestricted to:square_hd,square,portrait_4_3,portrait_16_9,landscape_4_3,landscape_16_9,autonum_inference_stepsrange: 1 to 8num_imagesrange: 1 to 4output_formatrestricted to:jpeg,png,webpaccelerationrestricted to:none,regular,high- Content moderation via safety checker