Imgix APIsRendering API

Text to Image seed

seed

Premium Feature

Text to image Seed is currently available for imgix customers on a Premium plan. If you’re interested in this feature, please contact our sales team to get more information on this feature.

Used to create predictable outputs when using /ai?text2image=true&prompt=. By providing an integer value as the seed, you can control the generation process for text-to-image outputs. Once an image is generated with a specific seed, reusing that seed will produce a similar results.

For example, if we generate the first render using seed=3 with the prompt “blue ocean waves with a sun”, and another using seed=4, the output will be different. Each seed generates a unique variation of the same prompt.

https://assets3.imgix.net/ai?text2image=true&prompt=blue%20ocean%20waves%20with%20a%20sun&seed=3&auto=format%2Ccompress&fit=crop&w=1946&h=1900&s=b5ab41f01e1927768d118ee558997393
sandbox-demo
https://assets3.imgix.net/ai?text2image=true&prompt=blue%20ocean%20waves%20with%20a%20sun&seed=4&auto=format%2Ccompress&fit=crop&w=1946&h=1900&s=6b30d2532f7c395d813d06ee5641b9e3
sandbox-demo

It is not possible to clear a seed value once it has been used. We recommend incrementing your seed value to generate new generative fill variations.