Flux 1 Srpo
FLUX.1 SRPO [dev] is a 12 billion parameter flow transformer that generates high-quality images from text with incredible aesthetics. It is suitable for personal and commercial use.
sk-yOm1Vc3raDjQluBttyAwSdbVxtWFEAPCbtAZ2uF3yST1xNCYmodel is the model name
flux-1-srpo-text-to-imageprompt is the prompt.
A cute baby sea otter.The size of the generated image. Default value: landscape_4_3
Possible enum values: square_hd, square, portrait_4_3, portrait_16_9, landscape_4_3, landscape_16_9
Note: For custom image sizes, you can pass the width and height as an object:
"image_size": {
"width": 1280,
"height": 720
}
landscape_4_3Example: landscape_4_3Possible values: The number of inference steps to perform. Default value: 28
28Example: 28The CFG (Classifier Free Guidance) scale is a measure of how close you want the model to stick to your prompt when looking for a related image to show you. Default value: 4.5
4.5Example: 4.5The speed of the generation. The higher the speed, the faster the generation. Default value: "regular"
Possible enum values: none, regular, high
regularExample: regularPossible values: The same seed and the same prompt given to the same version of the model will output the same image every time.
If set to true, the safety checker will be enabled. Default value: false
falsen is the number of images to generate, default value is 1.
1Example: 1output_format indicate the output format, default value is url.
urlExample: urlPossible values: POST /v1/images/generations HTTP/1.1
Host: image.onerouter.pro
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 232
{
"model": "flux-1-srpo-text-to-image",
"prompt": "A cute baby sea otter.",
"size": "landscape_4_3",
"num_inference_steps": 28,
"guidance_scale": 4.5,
"acceleration": "regular",
"seed": 36,
"enable_safety_checker": true,
"n": 1,
"output_format": "url"
}{
"data": [
{
"url": "https://resource.onerouter.pro/image/generated%2Fonerouter_f6889132-9398-4cae-be8e-15e7b4390d89.png",
"b64_json": "",
"revised_prompt": ""
}
],
"created": 1760772941
}Last updated