ImageCon V2
Text to Image Generation API V2 (ImageCon V2) is a powerful tool that allows you to generate images from text.
ImageCon V2 is a powerful AI model that generates images based on provided parameters. It is a smaller image model that can generate squares of up to 512px and rectangles of up to 768px on the longest side. It is faster and suitable for most use cases.
For more details, visit the https://docs.worqhat.com/ai-models/image-generation/imagecon-v2.
Parameters
Parameter | Type | Description | Default |
---|---|---|---|
orientation | String | The orientation of the image. Options: Landscape , Portrait , Square . | Square |
image_style | String | The style of the image. | ”default” |
output_type | String | The output type of the image. Options: url , blob . url returns the Cloud Hosted Link to the Image, blob returns the Base64 Image. | url |
prompt | Array | The prompts for the image generation. This is a required parameter. | - |
Initialize AI Modules
Implementation
Generate Images from Text using Image Gen Model V2
Generate Images from Text using Image Gen Model V2
Was this page helpful?