← All models
Nucleus-Image is a text-to-image generation model built on a sparse mixture-of-experts (MoE) diffusion transformer architecture.
images
Details
- Accepts
- text
Pricing
- Price
- 1.25 cr / megapixel
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Seed for reproducible generation. |
| promptrequired | string | The prompt to use for generating the image. |
| sync_mode | boolean | If `True`, return media as data URIs instead of persisted CDN files. |
| num_images | integer | The number of images to generate. |
| aspect_ratio | stringenum: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2… | The output aspect ratio. Nucleus-Image supports a fixed set of aspect-ratio presets. |
| output_format | stringenum: jpeg, png | The format of the generated image. |
| guidance_scale | number | The classifier-free guidance scale. |
| negative_prompt | string | The negative prompt to use for generation. |
| num_inference_steps | integer | The number of inference steps to perform. |
| enable_safety_checker | boolean | If set to true, the safety checker will be enabled. Disabling it requires account authorization; unauthorized requests are always checked, and images flagged as unsafe are returned as black images. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed. |
| images | array | The generated image files info. |
| prompt | string | The prompt used for generating the image. |
| timings | object | |
| has_nsfw_concepts | array | Whether the generated images contain NSFW concepts. |