Midjourney Turbo Mode
Ultra-fast image generation with 4x the speed of fast mode using high-performance GPU pools.
⚠️ Experimental feature - availability and billing may change
What is Turbo Mode?
Turbo mode uses high-performance GPU pools to achieve up to 4x faster processing than fast mode, consuming double the GPU time quota.
Speed Comparison
See how turbo mode compares to other speed options.
Fast
Fast Mode
- • 1x processing speed
- • Standard GPU quota
- • ~1 minute completion
- • Default mode
Turbo
Turbo Mode
Recommended
- • 4x processing speed
- • Double GPU quota
- • ~15 seconds completion
- • High-performance GPUs
Relax
Relax Mode
Not Available
- • Slower processing
- • Lower GPU quota
- • Not supported
- • Coming soon
Requirements & Important Notes
Key information about using turbo mode effectively.
Requirements
- • Version Support: V5 and above only
- • Activation: Use --turbo parameter
- • GPU Quota: Consumes double the normal amount
- • Availability: Depends on high-performance GPU pool
Important Notes
- • Auto-fallback: Downgrades to fast mode if turbo GPUs unavailable
- • Experimental: Feature availability may change
- • Billing: Pricing structure may be adjusted
- • Performance: Best for time-critical applications
API Integration
Use turbo mode with our /diffusion API for maximum speed.
API Example
curl --location 'https://api.legnext.ai/api/v1/diffusion' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "text": "A beautiful landscape --turbo --v 6", "callback": "https://your-domain.com/webhook" }'
Best Practices
- • Use --turbo for time-critical applications
- • Combine with --v 6 or higher for best results
- • Monitor GPU quota consumption (2x normal rate)
- • Have fallback logic for when turbo is unavailable