Standardizing model parameters
Last updated: February 19, 2026
You may notice that for new models, you are unable to use reference image parameter, and it is requesting the input.referenceImages.
This is because for new models, we will have files inside inputs . we're in the process of migrating from many random parameters in the root level (seedImage, maskImage, referenceImages, inputAudio, inputVideo, referenceAudios, ... and many more) to a consistent structure where all the input files are inside the inputs object
the inputs abstraction is more flexible, we can add anything in here as needed (there are models with weird requirements like referenceImages AND productImages)