Skip to main content

Azure OpenAI Models

Adding and using Azure OpenAI models on ConsoleX is very simple, just follow these steps:

Steps

  1. Deploy Model: First, you need to deploy an OpenAI model in Azure AI Foundry.
  2. Add Integration: In EvalsOne's model management, click "Add New Integration" and select Microsoft Azure as the provider.
  3. Fill in Information: Enter the following necessary information in the popup interface:
    • Model Name: Enter the deployment name on your Azure OpenAI resource.
    • Base URL: Enter the resource endpoint, for example: https://xxxxx.openai.azure.com/.
    • API Key: Enter the API key required to connect to the model.
    • API Version: Enter the model version, such as: 2024-11-20.

References