Flux Klien 9B
Sub-Second Image Generation

Generate. Edit. Instantly.
Sub-Second Speed
4-Step Distilled
Flux Klein 9B delivers images in under 0.5s via 4 inference steps.
Unified Workflow
Text and Image-to-Image
Single model handles Flux Klein 9B image generation and multi-reference editing.
Photorealistic Output
Crisper Text Rendering
Produces detailed realism with legible text using Flux Klein 9B API.
Endpoints
Multiple endpoints, one model
Flux Klien 9B is available through 2 specialized endpoints. Choose the one that fits your workflow.
Examples
See what Flux Klien 9B can create
Copy any prompt below and try it yourself in the playground.

City Skyline
“Photorealistic city skyline at dusk, towering glass skyscrapers reflecting orange sunset light, bustling streets below with neon signs, high detail, cinematic lighting”

Mountain Landscape
“Majestic snow-capped mountains under clear blue sky, alpine meadow with wildflowers in foreground, crystal lake reflecting peaks, sharp details, photorealistic”

Modern Architecture
“Sleek minimalist modern building with curved glass facade, surrounded by manicured gardens, golden hour sunlight casting long shadows, ultra high resolution”

Abstract Tech
“Futuristic circuit board patterns in neon blue and purple, glowing nodes and data streams, dark background, intricate details, cyberpunk aesthetic”
For Developers
A few lines of code.
Images. Four steps. Done.
ModelsLab handles the infrastructure: fast inference, auto-scaling, and a developer-friendly API. No GPU management needed.
- Serverless: scales to zero, scales to millions
- Pay per image, no minimums
- Python and JavaScript SDKs, plus REST API
import requestsresponse = requests.post("https://modelslab.com/api/v6/images/text2img",json={"key": "YOUR_API_KEY","prompt": "A highly detailed, ultra-realistic scene inside a modern McDonald’s restaurant. At the counter stands a friendly anthropomorphic creature resembling a furry monster or gentle beast. The creature has thick golden-brown fur, expressive round eyes, a wide flat nose, and a soft, friendly facial expression."})print(response.json())