Generates a batch of images from a text caption on a given DALLE model deployment
Images
Generates a batch of images from a text caption on a given DALLE model deployment
POST
Generates a batch of images from a text caption on a given DALLE model deployment
Documentation Index
Fetch the complete documentation index at: https://docs.hicap.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your Hicap API key.
Path Parameters
Deployment id of the dalle model which was deployed.
Example:
"dalle-deployment"
Query Parameters
api version
Example:
"2025-01-01-preview"
Body
application/json
A text description of the desired image(s). The maximum length is 4000 characters.
Minimum string length:
1Example:
"a corgi in a field"
The number of images to generate.
Required range:
1 <= x <= 1The size of the generated images.
Available options:
256x256, 512x512, 1792x1024, 1024x1792, 1024x1024 The format in which the generated images are returned.
Available options:
url, b64_json A unique identifier representing your end-user, which can help to monitor and detect abuse.
Example:
"user123456"
The quality of the image that will be generated.
Available options:
standard, hd The style of the generated images.
Available options:
vivid, natural