Advanced model types for 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:

and for qwen model:

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.

For qwen model:

and google-gemini-image-flash (aka Nanobanana):

Last updated