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:
Completions
With the Completions operation, the model will generate one or more predicted completions based on a provided prompt.
Chat Completions
Create completions for chat messages with the ChatGPT and GPT-4 models.
Embeddings
Get 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.
Currently, the connector isn't implementing Image generation and it isn't exposing any Management APIs.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)