Azure OpenAI
Adding Azure OpenAI models to ConsoleX is straightforward.
Setup steps
- Deploy a model in Azure AI Foundry.
- Add an integration in ConsoleX by choosing Microsoft Azure as the provider.
- Fill in the required fields:
- Model Name: the deployment name in your Azure OpenAI resource.
- Base URL: the Azure endpoint, for example
https://xxxxx.openai.azure.com/. - API Key: the key used to access the model.
- API Version: the API version, such as
2024-11-20.