FLUX SRPO [dev] is a state-of-the-art 12 billion parameter flow transformer designed to generate stunning, high-quality images from text, featuring exceptional aesthetic performance. Perfect for personal and commercial use.
Request
Header Params
Body Params application/json
Example
{"enable_base64_output":false,"enable_sync_mode":false,"guidance_scale":3.5,"num_inference_steps":28,"output_format":"jpeg","prompt":"A young woman with braided hair, wearing a linen dress, picking wildflowers in a sun-drenched meadow, a wicker basket in her hand, impressionistic style, soft focus, golden hour lighting.","seed":-1,"size":"1024*1024","strength":0.8}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.302.ai/ws/api/v3/wavespeed-ai/flux-srpo' \
--header'Authorization: Bearer ' \
--header'Content-Type: application/json' \
--data-raw'{
"enable_base64_output": false,
"enable_sync_mode": false,
"guidance_scale": 3.5,
"num_inference_steps": 28,
"output_format": "jpeg",
"prompt": "A young woman with braided hair, wearing a linen dress, picking wildflowers in a sun-drenched meadow, a wicker basket in her hand, impressionistic style, soft focus, golden hour lighting.",
"seed": -1,
"size": "1024*1024",
"strength": 0.8
}'