Skip to main content

How to add Microsoft Azure OpenAI models

Quentin avatar
Written by Quentin
Updated over 6 months ago

Adding and Using Azure OpenAI Models on EvalsOne/ConsoleX is quite simple. Just follow these steps:

Instructions

First, you need to deploy the OpenAI model in Azure AI Studio. Then, in the model management section of EvalsOne, click on "Add New Integration," select Microsoft Azure as the provider, and provide the necessary information in the popup interface.

Model Name: Enter the deployment name on Azure.

Base URL: Enter the endpoint of your deployed service, for example: https://xxxxx.openai.azure.com/

API Key: Obtain the API key to connect to the model.

API version: Enter the version of the model.

After adding, you can test the model's connectivity to verify if it has been successfully added before using.

Reference

Azure OpenAI Service

Did this answer your question?