infery
← All models

Sensenova U1 Infographic

sensenova-u1-infographic

Image generationby Sensenova U1 Infographic

Generate Infographic Image with Sensenova U1

images

Details

Accepts
text

Pricing

Price
6.25 cr / image

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedThe same seed and the same prompt given to the same version of the model will output the same image every time.
promptrequiredstringText prompt describing the infographic to generate. Detailed prompts that specify layout, sections, color palette, typography, and the data being visualized work best.
sync_modebooleanIf True, the media will be returned as a data URI and the output data won't be available in the request history.
aspect_ratiostringenum: 1:1, 16:9, 9:16, 3:2, 2:3, 4:3Aspect ratio for the generated image. Maps to the trained resolution buckets — using ratios outside this set is not supported. Defaults to 16:9, which fits most poster / presentation-style infographics.
use_thinkingbooleanIf True, run chain-of-thought before image generation. Improves complex-prompt fidelity but is slower and billed at 1.2x.
output_formatstringenum: jpeg, pngThe format of the generated image.
guidance_scalenumberClassifier-free guidance scale. Higher values follow the prompt more strictly.
timestep_shiftnumberTimestep shifting factor for the flow-matching sampler. Higher values bias sampling towards earlier timesteps.
num_inference_stepsintegerNumber of flow-matching denoising steps.
enable_safety_checkerbooleanIf set to true, the safety checker will be enabled.

Output

FieldTypeDescription
seedintegerThe seed used for the generation.
imagesarrayThe generated image(s).
promptstringThe prompt used for the generation.
timingsobjectPer-stage timings in seconds.
thinkingChain-of-thought trace emitted when ``use_thinking`` is True, else ``null``.
has_nsfw_conceptsarrayWhether the generated images contain NSFW concepts.