Generate Images
Generate an image based on input parameters
Postman Collection
For additional examples, please see this Postman Collection.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Supported compression encodings (gzip, br). Only applied when return_binary is false.
Body
The model to use for image generation.
The description for the image. Character limit is model specific.
1 - 1500
A description of what should not be in the image. Character limit is model specific.
1500
An image style to apply to the image. Visit https://docs.venice.ai/apiv1imagegenerate for more details.
Height of the generated image. Each model has a specific height and width divisor.
0 < x < 1280
Width of the generated image. Each model has a specific height and width divisor.
0 < x < 1280
Number of inference steps. Each model has a specific max.
0 < x < 50
CFG scale parameter. Higher values lead to more adherence to the prompt.
0 < x < 20
Random seed for generation. If not provided, a random seed will be used.
-999999999 < x < 999999999
Lora strength for the model. Only applies if the model uses additional Loras.
0 < x < 100
Whether to use safe mode. If enabled, this will blur out adult content.
Whether to return binary image data instead of base64.
Whether to hide the Venice watermark. Venice may ignore this parameter for certain generated content.