maxImagesPerCall

open override val maxImagesPerCall: Int = 1(source)

How many images this model produces per call, if limited. generateImage splits a request for more than this into ceil(n / limit) concurrent calls (was: passing n straight through, so a model capped at 1 returned 1 of n). Null = no limit.

Since

0.3.0-beta01