The Azure Open AI Connector enables developers to seamlessly connect and leverage the advanced artificial intelligence capabilities of Azure OpenAI.The component allows to use the following operations:
CompletionsWith the Completions operation, the model will generate one or more predicted completions based on a provided prompt.Chat CompletionsCreate completions for chat messages with the ChatGPT and GPT-4 models.EmbeddingsGet a vector representation of a given input that can be easily consumed by machine learning models and other algorithms.To use this connector it is necessary to have a Microsoft Azure account with the service Azure OpenAI activated.Using the Azure OpenAI service will have cost that will be billed in your Azure Account. Check the Azure OpenAI pricing page.