← All models
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
| Field | Type | Description |
|---|---|---|
| seed | — | The same seed and the same prompt given to the same version of the model will output the same image every time. |
| promptrequired | string | Text prompt describing the infographic to generate. Detailed prompts that specify layout, sections, color palette, typography, and the data being visualized work best. |
| sync_mode | boolean | If True, the media will be returned as a data URI and the output data won't be available in the request history. |
| aspect_ratio | stringenum: 1:1, 16:9, 9:16, 3:2, 2:3, 4:3… | Aspect 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_thinking | boolean | If True, run chain-of-thought before image generation. Improves complex-prompt fidelity but is slower and billed at 1.2x. |
| output_format | stringenum: jpeg, png | The format of the generated image. |
| guidance_scale | number | Classifier-free guidance scale. Higher values follow the prompt more strictly. |
| timestep_shift | number | Timestep shifting factor for the flow-matching sampler. Higher values bias sampling towards earlier timesteps. |
| num_inference_steps | integer | Number of flow-matching denoising steps. |
| enable_safety_checker | boolean | If set to true, the safety checker will be enabled. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for the generation. |
| images | array | The generated image(s). |
| prompt | string | The prompt used for the generation. |
| timings | object | Per-stage timings in seconds. |
| thinking | — | Chain-of-thought trace emitted when ``use_thinking`` is True, else ``null``. |
| has_nsfw_concepts | array | Whether the generated images contain NSFW concepts. |