azure-ai-image-generator
Service icon

Azure AI Image Generator

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 14 October 2024
 by 
0.0
 (0 ratings)
azure-ai-image-generator

Azure AI Image Generator

Documentation
1.0.0

The Azure AI Image Generator component allows you to seamlessly integrate OpenAI's powerful DALL·E 3 model, hosted on Azure, to generate stunning images from text prompts directly within your OutSystems applications. This component leverages Azure’s AI services to convert user-provided descriptions into vivid, high-quality images.

The Azure AI Image Generator component is very easy to use you can just use GenerateImage server action and pass info in parameters.

Instructions

Authentication is done using API Key authentication that can be found in the Azure Portal under Resource Management > Keys and Endpoint.

In order to use the connector it is necessary to deploy models using the Azure AI Studio.

This connector requires these configurations:


Site Properties:

ApiKey - API Key configured in Azure Portal for the Open AI Service
ApiVersion - The API version to use for this operation. This follows the YYYY-MM-DD format.
AzureOpenAIEndpoint - The endpoint from the Azure Open AI Endpoint, can be found in Azure Portal.
DeploymentId - The deployment name you chose when you deployed the model.