Image GenerationActive
wiro / FLUX.2-dev
FLUX.2-dev
FLUX.2 [dev] is a 32 billion parameter rectified flow transformer capable of generating, editing and combining images based on text instructions.
Text to ImageFast InferenceFluxBf16
Model ID
FLUX.2-dev
Provider
wiro
Updated
1782477961
wiro playground—wiro/FLUX.2-dev
Updated 1782477961
wiro/FLUX.2-Devis a 32 billion parameter rectified flow transformer capable of generating, editing and combining images based on text instructions.
API quick start
Run FLUX.2-dev with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/FLUX.2-dev
{
"prompt": "The person from image 1 is petting the ca…",
"inputImage": "https://your-cdn.com/input.png",
"steps": 15,
"scale": 3.5
}