POST https://fal.run/fal-ai/z-image/turbo
Endpoint ID: fal-ai/z-image/turbo
Try it in the Playground
Run this model interactively with your own prompts.
Quick Start
Speed-First Architecture for Volume Workflows
Z-Image Turbo compresses inference to 8 steps maximum (configurable down to 1), contrasting with standard diffusion models that typically require 20-50 steps for comparable output quality. The 6B parameter count keeps memory footprint lean while maintaining prompt adherence. What this means for you:- Flexible resolution up to 4 megapixels: Generate images from portrait to landscape orientations without resolution caps limiting your workflow
- Batch generation up to 4 images: Test multiple variations in a single API call for faster iteration cycles
- Configurable inference steps (1-8): Trade quality for speed based on your specific use case, use 1-step for thumbnails, 8-step for final assets
- Optional prompt expansion: Automatically enhance brief prompts with descriptive detail when you need richer outputs (adds $0.0025 per request)
Performance That Scales
Z-Image Turbo optimizes for cost-per-image economics in production environments where you’re generating hundreds or thousands of assets.| Metric | Result | Context |
|---|---|---|
| Cost per Megapixel | $0.005 | 200 megapixels per $1.00 on fal |
| Inference Steps | 1-8 configurable | Default 8 steps balances speed/quality |
| Max Resolution | Up to 4MP | Supports standard aspect ratios from square to ultrawide |
| Batch Size | 1-4 images | Generate variations in single request |
Technical Specifications
| Spec | Details |
|---|---|
| Architecture | Z-Image Turbo (6B parameters) |
| Input Formats | Text prompts with optional seed control |
| Output Formats | JPEG, PNG, WebP |
| Max Resolution | 4 megapixels (configurable aspect ratios) |
| Training | Z-Image Trainer available for LoRA fine-tuning |
| License | Commercial use permitted |
How It Stacks Up
AuraFlow – Z-Image Turbo prioritizes inference speed and cost efficiency through its 8-step maximum pipeline, making it ideal for high-volume generation workflows where throughput matters. AuraFlow emphasizes prompt interpretation depth for complex creative briefs requiring nuanced understanding. FLUX.2 [dev] – Z-Image Turbo trades parameter count (6B vs FLUX.2’s larger architecture) for faster inference and lower cost per megapixel (0.012), positioning it for production environments generating thousands of assets. FLUX.2 [dev] offers higher detail fidelity and more sophisticated prompt following for applications where output quality justifies higher per-image costs. FLUX.2 [pro] – Z-Image Turbo delivers 8-step generation at 0.03 for the first megapixel, designed for final production assets where maximum quality matters more than generation speed.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
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.
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