infery
← All models

Nucleus Image

nucleus-image

Image generationby Nucleus Image

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

FieldTypeDescription
seedSeed for reproducible generation.
promptrequiredstringThe prompt to use for generating the image.
sync_modebooleanIf `True`, return media as data URIs instead of persisted CDN files.
num_imagesintegerThe number of images to generate.
aspect_ratiostringenum: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2The output aspect ratio. Nucleus-Image supports a fixed set of aspect-ratio presets.
output_formatstringenum: jpeg, pngThe format of the generated image.
guidance_scalenumberThe classifier-free guidance scale.
negative_promptstringThe negative prompt to use for generation.
num_inference_stepsintegerThe number of inference steps to perform.
enable_safety_checkerbooleanIf 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

FieldTypeDescription
seedinteger 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.
imagesarrayThe generated image files info.
promptstringThe prompt used for generating the image.
timingsobject
has_nsfw_conceptsarrayWhether the generated images contain NSFW concepts.