Azure OpenAI
Overview
This connector provides a connection to Azure OpenAI.
Requirements
Before creating the connector, you will need the following information available for the Azure OpenAI connection.
- Azure endpoint
- API version
- API key
- Azure AD token
- Organization
- Project
- Azure Deployment
Creating
To add an instance of the Azure OpenAI connector, you can use the Web UI or the CLI.
$ sand connectors create azureopenai --name myLLM \
--azure-endpoint="azureEndpoint" --api-version="apiVersion" \
--api-key="apiKey" --azure-ad-token="azureAdToken" \
--organization="organization" --project="project" \
--azure-deployment="azureDeployment"
✅ Connector created successfully!
Connector ID: cnc-5ab0075c465c8321
Usage
coming soon