More modelsWavespeed aiHidream e1 full
Generate image with wavespeed-ai/hidream-e1-full
Generates an image using the wavespeed-ai/hidream-e1-full model.
AuthorizationBearer <token>
API key is required to authorize requests. Obtain a key from your AtlasCloud dashboard.
In: header
modelstring
model name
seed?integer
The random seed to use for the generation. -1 means a random seed will be used.
Default
-1
imagestring
The image to edit.
promptstring
The prompt to generate an image from.
output_format?string
The format of the output image.
Value in
"jpeg" | "png" | "webp"
enable_base64_output?boolean
If enabled, the output will be encoded into a BASE64 string instead of a URL. This property is only available through the API.
Default
false
enable_safety_checker?boolean
If set to true, the safety checker will be enabled.
Default
true
Response Body
curl -X POST "https://api.atlascloud.ai/api/v1/model/generateImage" \ -H "Content-Type: application/json" \ -d '{ "model": "wavespeed-ai/hidream-e1-full", "image": "https://static.atlascloud.ai/media/images/1747376730398194676_K2jByuqm.jpeg", "prompt": "for a light gray sweater and gold thin-rimmed glasses." }'
{
"id": "string",
"urls": {},
"model": "string",
"status": "string",
"outputs": [
"string"
],
"created_at": "2019-08-24T14:15:22Z",
"has_nsfw_contents": [
true
]
}