Premium Image Generation
The premium
model type elevates image generation by providing advanced features that are unattainable with other model types. It excels in producing images with correctly rendered captions and is capable of adjusting object lighting dynamically in response to background changes, enhancing the overall realism of generated images. Below is an example of how to use the premium
model to achieve these effects:
{
"url": "https://deep-image.ai/api-example.png",
"width": 1024,
"height": 1024,
"background": {
"generate": {
"description": "item half-buried in the sand on a beach, with ocean waves crashing against it. The setting is moody and atmospheric, with wet sand, sea foam, and a cloudy sky. The object is partially exposed, hinting at its full form hidden beneath the surface.",
"adapter_type": "generate_background",
"model_type": "premium"
}
}
}

Plain generation example:
{
"url": "https://deep-image.ai/api-example.png",
"width": 1024,
"height": 1024,
"background": {
"generate": {
"description": "A weathered wooden sign on a beach, half-buried in the sand, with waves crashing nearby. The sign has the word 'DANGER' written in bold red letters, partially faded by time and saltwater. The sky is overcast, and sea spray is in the air. Debris and seaweed surround the sign, enhancing the abandoned, ominous mood.",
"model_type": "premium"
}
}
}

Avatars can be customized using the premium model to add unique features that enhance their visual appeal and character. The premium model offers higher quality outputs, providing detailed textures and lifelike appearances. For instance, by describing specific elements, such as facial expressions or attire, users can generate avatars that align perfectly with their creative vision. This level of customization is particularly beneficial for projects requiring a distinct and engaging character presence.
{
"url": "https://deep-image.ai/api-example3.jpg",
"width": 1024,
"height": 1024,
"background": {
"generate": {
"description": "Portrait, half-body photo of the elegant beautiful bride in a wedding dress as she poses outside a charming church. Bride is laughing.",
"adapter_type": "face",
"model_type": "premium"
}
}
}

Last updated