POST https://fal.run/fal-ai/z-image/turbo/lora
Endpoint ID: fal-ai/z-image/turbo/lora
Try it in the Playground
Run this model interactively with your own prompts.
Quick Start
LoRA Flexibility Without Training Overhead
Z-Image Turbo LoRA adds inference-time style customization to the base model’s speed advantages. Apply pre-trained LoRA adapters directly through the API, combining multiple style influences in a single generation call without touching the underlying model weights. What this means for you:- Apply up to 3 LoRA weights simultaneously: Combine custom styles, character adapters, and brand guidelines in a single generation request through the
lorasparameter - Batch generation at scale: Generate up to 4 images per request with configurable inference steps (1-8 range), optimizing the speed-quality tradeoff for your use case
- Acceleration options: Choose between “none”, “regular”, or “high” acceleration modes to balance generation speed against output fidelity
- Production-ready safety: Built-in safety checker (enabled by default) filters NSFW content automatically, with optional prompt expansion for enhanced detail at +$0.0025 per request
- Flexible output formats: Generate images in JPEG, PNG, or WebP with landscape (4:3), portrait (3:4), or square (1:1) aspect ratios
Performance That Scales
Z-Image Turbo LoRA adds minimal overhead to base model pricing while enabling custom style application at inference time.| Metric | Result | Context |
|---|---|---|
| Cost per Megapixel | $0.0085 | ~118 generations per $1.00 on fal |
| Inference Steps | 1-8 configurable | Default 8 steps balances speed and quality |
| Batch Capability | Up to 4 images | Single API call generates multiple variants |
| LoRA Support | Up to 3 concurrent weights | Apply custom styles without base model retraining |
| Base Model Cost | $0.005/MP | LoRA adds $0.0035/MP for style flexibility |
Technical Specifications
| Spec | Details |
|---|---|
| Architecture | Z-Image Turbo (6B parameters) with LoRA inference |
| Input Formats | Text prompts, optional LoRA weights (up to 3) |
| Output Formats | JPEG, PNG, WebP |
| Image Sizes | Landscape 4:3, Portrait 3:4, Square 1:1 |
| Acceleration Modes | None, Regular, High |
| Training | Z-Image Trainer for custom LoRA creation |
| License | Commercial use permitted |
How It Stacks Up
Z-Image Turbo – The base Z-Image Turbo endpoint runs at 0.0035/MP overhead to enable custom style application, character consistency, and brand adaptation at inference time. AuraFlow – Z-Image Turbo LoRA prioritizes cost efficiency at $0.0085/MP with 8-step inference and runtime style customization. AuraFlow emphasizes open-source flexibility and longer inference paths for applications requiring maximum creative control and community-driven development. FLUX.2 [dev] LoRA – Z-Image Turbo LoRA delivers comparable style customization at 0.021/MP, making it 2.5x more cost-efficient for high-volume workflows. FLUX.2 [dev] LoRA offers higher resolution outputs and more sophisticated prompt interpretation for applications where output quality justifies the premium.Related
- Z-Image Turbo — Image Generation
- Z Image Base — Image Generation
- Z Image Base (LoRA) — Image Generation
- Z-Image Turbo Seamless Tiling — Image Generation
Capabilities
- Text prompt input
- Configurable resolution
- Adjustable inference steps
- Reproducible generation (seed)
- Synchronous mode
- Batch generation
- Safety checker
- LoRA support
API Reference
Input Schema
The prompt to generate an image from.
The size of the generated image. Default value:
landscape_4_3Possible values: square_hd, square, portrait_4_3, portrait_16_9, landscape_4_3, landscape_16_9The 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.
List of LoRA weights to apply (maximum 3).
Output 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
Limitations
image_sizerestricted to:square_hd,square,portrait_4_3,portrait_16_9,landscape_4_3,landscape_16_9num_inference_stepsrange: 1 to 8num_imagesrange: 1 to 4output_formatrestricted to:jpeg,png,webpaccelerationrestricted to:none,regular,high- Content moderation via safety checker