Skip to main content

Azure OpenAI

Adding Azure OpenAI models to ConsoleX is straightforward.

Setup steps

  1. Deploy a model in Azure AI Foundry.
  2. Add an integration in ConsoleX by choosing Microsoft Azure as the provider.
  3. 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.

References